diff --git a/src/app/page.tsx b/src/app/page.tsx index fe1602c..ba6273a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles, Home, Shield, Award, Star, Mail, TrendingUp, DollarSign, Users } from "lucide-react"; +import { Sparkles, Home, Shield, Award, Star, Mail, TrendingUp, DollarSign, Users, Building, MapPin } from "lucide-react"; export default function LandingPage() { return ( @@ -32,10 +32,10 @@ export default function LandingPage() { brandName="Limpopo Estates" navItems={[ { name: "Properties", id: "properties" }, + { name: "Accommodations", id: "accommodations" }, { name: "About", id: "about" }, { name: "Services", id: "services" }, { name: "Team", id: "team" }, - { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" } ]} button={{ text: "Enquire Now", href: "#contact" }} @@ -83,6 +83,25 @@ export default function LandingPage() { /> +
+ +
+