From 1b4f83ea64f553710cac4b7ee4a2d58e0e9f6dec Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 16:59:46 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 495b6da..b6c915a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCar import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; -import { Award, Star, Sparkles, Shield, Store, Users, MapPin, CheckCircle, MessageSquare, Scissors, Zap, Gift, CircleDollarSign, ArrowLeftRight, Send, House, MessageSquareText, Settings } from 'lucide-react'; +import { Award, Star, Sparkles, Shield, Store, Users, MapPin, CheckCircle, MessageSquare, Scissors, Zap, Gift, Heart } from 'lucide-react'; export default function LandingPage() { return ( @@ -32,8 +32,7 @@ export default function LandingPage() { { name: "Collections", id: "collections" }, { name: "Why Us", id: "why-us" }, { name: "Reviews", id: "testimonials" }, - { name: "Contact", id: "contact" }, - { name: "Visit Store", id: "visit" } + { name: "Contact", id: "contact" } ]} button={{ text: "Get Fitting", href: "contact" }} brandName="New Kashish" @@ -60,7 +59,7 @@ export default function LandingPage() { sidebarItems: [ { icon: Zap }, { icon: Star, active: true }, - { icon: Shield } + { icon: Heart } ], stats: [ { title: "Happy Clients", values: [2500, 3200, 4100], valuePrefix: "", valueSuffix: "+", description: "Satisfied customers" }, -- 2.49.1