Merge version_1 into main #5
@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
import { ShoppingBag, Shirt, Users, Heart, Tag, Layers, Star, ThumbsUp, Clock, MapPin, Phone, CheckCircle, ShoppingCart, Send } from 'lucide-react';
|
||||
import { ShoppingBag, Shirt, Dress, Users, Heart, Tag, Layers, Star, ThumbsUp, Clock, MapPin, Phone, CheckCircle, ShoppingCart, Send } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -65,7 +65,7 @@ export default function LandingPage() {
|
||||
],
|
||||
sidebarItems: [
|
||||
{ icon: Shirt },
|
||||
{ icon: ShoppingCart },
|
||||
{ icon: Dress },
|
||||
{ icon: Users },
|
||||
],
|
||||
stats: [
|
||||
@@ -175,7 +175,7 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "3", title: "Star Rating", description: "Highly rated by local customers on Google", icon: Star,
|
||||
id: "1", value: "3.7", title: "Star Rating", description: "Highly rated by local customers on Google", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "2", value: "20", title: "Reviews", description: "Positive feedback from satisfied families", icon: ThumbsUp,
|
||||
|
||||
Reference in New Issue
Block a user