From 4c3fd6e9bd17016221039fb0ab14995606a689a1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 16:33:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 47db8d8..bd57588 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCar import ContactCenter from '@/components/sections/contact/ContactCenter'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import { Flag, CheckCircle, Truck, Award, Star, Heart, ShoppingCart, Home, Shield, Quote, MapPin, PhoneCall } from 'lucide-react'; +import { Flag, CheckCircle, Truck, Award, Star, Heart, ShoppingCart, Home, Shield, Quote, MapPin, PhoneCall, Users } from 'lucide-react'; export default function LandingPage() { return ( @@ -63,9 +63,9 @@ export default function LandingPage() { { text: "Learn More", href: "#" } ], stats: [ - { title: "Customer Rating", values: ["4.7", "4.8", "4.7"], description: "Stars from verified reviews" }, - { title: "100% American", values: ["100", "100", "100"], valueSuffix: "%", description: "Made in the USA" }, - { title: "Years in Business", values: ["15", "16", "15"], description: "Serving Elma community" } + { title: "Customer Rating", values: [4.7, 4.8, 4.7], description: "Stars from verified reviews" }, + { title: "100% American", values: [100, 100, 100], valueSuffix: "%", description: "Made in the USA" }, + { title: "Years in Business", values: [15, 16, 15], description: "Serving Elma community" } ], chartTitle: "Customer Satisfaction", chartData: [ { value: 95 }, @@ -155,13 +155,13 @@ export default function LandingPage() { tagIcon={Quote} testimonials={[ { - id: "1", name: "Sarah Mitchell", role: "Elma Resident", testimonial: "I love supporting local businesses that put America first. The quality is outstanding and the service is personal. This is where I shop now.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=1", imageAlt: "Sarah Mitchell" + id: "1", name: "Sarah Mitchell", role: "Elma Resident", testimonial: "I love supporting local businesses that put America first. The quality is outstanding and the service is personal. This is where I shop now.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Sarah Mitchell" }, { id: "2", name: "James Rodriguez", role: "Local Business Owner", testimonial: "Finally, a store that truly cares about American-made quality. My entire family shops here. The 4.7-star rating is well deserved.", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "James Rodriguez" }, { - id: "3", name: "Mary Chen", role: "Community Member", testimonial: "The in-store pickup option is perfect for my busy schedule. Quick, easy, and I'm supporting American manufacturers. Win-win!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg?_wi=2", imageAlt: "Mary Chen" + id: "3", name: "Mary Chen", role: "Community Member", testimonial: "The in-store pickup option is perfect for my busy schedule. Quick, easy, and I'm supporting American manufacturers. Win-win!", imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-sitting-cafe-table-gesturing_1262-1141.jpg", imageAlt: "Mary Chen" }, { id: "4", name: "David Thompson", role: "Long-Time Customer", testimonial: "Over 15 years of exceptional service. This family-owned store truly understands what we need. I recommend them to everyone.", imageSrc: "http://img.b2bpic.net/free-photo/smiling-beautiful-middle-aged-business-woman_1262-3085.jpg", imageAlt: "David Thompson" -- 2.49.1