Merge version_1 into main #4
@@ -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" },
|
||||
|
||||
Reference in New Issue
Block a user