diff --git a/src/app/page.tsx b/src/app/page.tsx index 6ad20bc..4cc9968 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSp import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Sparkles, Award, Heart, Calendar } from "lucide-react"; +import { Sparkles, Award, Heart, Calendar, Package } from "lucide-react"; export default function LandingPage() { return ( @@ -30,6 +30,7 @@ export default function LandingPage() { navItems={[ { name: "Services", id: "services" }, { name: "About", id: "about" }, + { name: "Products", id: "products" }, { name: "Testimonials", id: "testimonials" }, { name: "Contact", id: "contact" }, ]} @@ -109,6 +110,34 @@ export default function LandingPage() { /> +
+ +
+
); -} +} \ No newline at end of file