From 32a79a6c8b403b2d9593a3cabb644fa665223db3 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:01:20 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b3a6ee0..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, Heart } 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" @@ -250,8 +249,8 @@ export default function LandingPage() { }, { title: "Connect", items: [ - { label: "WhatsApp: +91-9876543210", href: "https://wa.me/919876543210" }, - { label: "Call: +91-9876543210", href: "tel:+919876543210" }, + { label: "WhatsApp: +91-XXXXXXXXXX", href: "https://wa.me/919876543210" }, + { label: "Call: +91-XXXXXXXXXX", href: "tel:+919876543210" }, { label: "Instagram", href: "https://instagram.com" }, { label: "Facebook", href: "https://facebook.com" } ]