Merge version_2 into main #3
@@ -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, CircleDollarSign, ArrowLeftRight, Send, House, MessageSquareText, Settings, Heart } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -60,7 +60,7 @@ export default function LandingPage() {
|
||||
sidebarItems: [
|
||||
{ icon: Zap },
|
||||
{ icon: Star, active: true },
|
||||
{ icon: "Heart" }
|
||||
{ icon: Heart }
|
||||
],
|
||||
stats: [
|
||||
{ title: "Happy Clients", values: [2500, 3200, 4100], valuePrefix: "", valueSuffix: "+", description: "Satisfied customers" },
|
||||
|
||||
Reference in New Issue
Block a user