diff --git a/turnkey b/turnkey new file mode 100644 index 0000000000..5c01e65a06 --- /dev/null +++ b/turnkey @@ -0,0 +1,10 @@ +graph TD; + A[Beachfront Villa] --> B[TurnKeyinPuntaCana.com]; + B --> C[Effortless Purchase]; + B --> D[Expert Guidance]; + B --> E[Premier Punta Cana Properties]; + style A fill:#f9f,stroke:#333,stroke-width:4px; + style B fill:#9f9,stroke:#333,stroke-width:4px; + style C fill:#ff6,stroke:#333,stroke-width:4px; + style D fill:#ff6,stroke:#333,stroke-width:4px; + style E fill:#ff6,stroke:#333,stroke-width:4px;