diff --git a/src/app/page.tsx b/src/app/page.tsx index b427f12..d34e985 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import PricingCardFive from '@/components/sections/pricing/PricingCardFive'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import SplitAbout from '@/components/sections/about/SplitAbout'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import { CheckCircle, Shield, Sparkles } from "lucide-react"; +import { CheckCircle, Shield, Sparkles, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -37,6 +37,7 @@ export default function LandingPage() { { name: "About", id: "about" }, { name: "Services", id: "features" }, { name: "Pricing", id: "pricing" }, + { name: "Locations", id: "locations" }, { name: "Contact", id: "contact" } ]} brandName="Wavy Pools" @@ -47,23 +48,10 @@ export default function LandingPage() { @@ -99,6 +87,20 @@ export default function LandingPage() { /> +
+ +
+
-
- -
- -
- -
- -
- -
- -
- -
-
@@ -193,4 +139,4 @@ export default function LandingPage() { ); -} \ No newline at end of file +}