diff --git a/src/app/page.tsx b/src/app/page.tsx index cc29e66..b10eac2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; -import { Award, CheckCircle, Clock, DollarSign, Droplets, Shield, Smile, ThumbsUp, User, Wrench, Zap, Brush } from "lucide-react"; +import { Award, CheckCircle, Clock, DollarSign, Droplets, Shield, Smile, ThumbsUp, User, Wrench, Zap, Brush, BookOpen, MessageSquare, Heart } from "lucide-react"; export default function LandingPage() { return ( @@ -34,6 +34,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "Services", id: "services" }, { name: "About", id: "about" }, + { name: "Benefits", id: "benefits" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} @@ -113,6 +114,33 @@ export default function LandingPage() { /> +
+
+
-
-
-