From ed2b0575790c7288d9075458ce9dd7048770af9c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 22:02:24 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 39 +++++++++++++++++++++++++++++++++++++-- 1 file changed, 37 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index faf3a3f..b093281 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -8,7 +8,7 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; import FooterBase from '@/components/sections/footer/FooterBase'; -import { Heart, Image, Scissors, Sparkles, Star } from 'lucide-react'; +import { Heart, Image, Scissors, Sparkles, Star, Lock } from 'lucide-react'; export default function LandingPage() { return ( @@ -30,6 +30,7 @@ export default function LandingPage() { navItems={[ { name: "Home", id: "home" }, { name: "Services", id: "services" }, + { name: "Dread Locks", id: "dreadlocks" }, { name: "About", id: "about" }, { name: "Gallery", id: "gallery" }, { name: "Testimonials", id: "testimonials" } @@ -105,6 +106,39 @@ export default function LandingPage() { /> +
+ +
+