Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 32a79a6c8b | |||
| bd38697da9 | |||
| 4435a659ee |
@@ -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" }
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user