Compare commits

..

1 Commits

Author SHA1 Message Date
127150c7a2 Update src/app/page.tsx 2025-12-28 12:39:44 +00:00

View File

@@ -181,7 +181,7 @@ export default function LandingPage() {
gap: "16px" gap: "16px"
}}> }}>
<MapPin size={48} /> <MapPin size={48} />
<p style={{ fontSize: "18px", fontWeight: "600" }}>Map Section</p> <p style={{ fontSize: "18px", fontWeight: "600" }}>Map</p>
<p style={{ fontSize: "14px", color: "#666" }}>Locations map coming soon</p> <p style={{ fontSize: "14px", color: "#666" }}>Locations map coming soon</p>
</div> </div>
</div> </div>