From 7c5a6ef2bc7b32cfc64c19037e1dc4e047765c73 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 17:31:50 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 33 +++++++++++++++++++++++++++++++-- 1 file changed, 31 insertions(+), 2 deletions(-) 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