diff --git a/src/app/page.tsx b/src/app/page.tsx index 28e2ff0..435765e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTen from "@/components/sections/testimonial/TestimonialCar import ProductCardFour from "@/components/sections/product/ProductCardFour"; import ContactText from "@/components/sections/contact/ContactText"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { Award, CheckCircle, Hammer, ImageIcon, Sparkles, Users, Wrench } from "lucide-react"; +import { Award, CheckCircle, Hammer, ImageIcon, Sparkles, Users, Wrench, Droplets, Shield, Zap } from "lucide-react"; export default function LandingPage() { return ( @@ -30,8 +30,8 @@ export default function LandingPage() { brandName="Stonecraft" navItems={[ { name: "Services", id: "services" }, + { name: "Care Guide", id: "care" }, { name: "Projects", id: "projects" }, - { name: "About", id: "about" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} @@ -102,6 +102,40 @@ export default function LandingPage() { /> +
+ +
+