Update src/app/page.tsx

This commit is contained in:
2025-12-28 12:39:44 +00:00
parent cbd07a345c
commit 127150c7a2

View File

@@ -181,7 +181,7 @@ export default function LandingPage() {
gap: "16px"
}}>
<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>
</div>
</div>