3 Commits

Author SHA1 Message Date
32a79a6c8b Update src/app/page.tsx 2026-03-03 17:01:20 +00:00
bd38697da9 Merge version_2 into main
Merge version_2 into main
2026-03-03 16:57:12 +00:00
4435a659ee Merge version_2 into main
Merge version_2 into main
2026-03-03 16:50:10 +00:00

View File

@@ -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" }
]