From c8ef1410711ab9696d2d01c88eb83efc9b5faa40 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 01:29:16 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index cc4c98a..da7160a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,9 +91,9 @@ export default function LandingPage() { { icon: Shield }, ], stats: [ - { title: "Rating", values: ["5.0", "5.0", "5.0"], description: "Google reviews" }, - { title: "Years", values: ["10+", "10+", "10+"], description: "Serving Meridian" }, - { title: "Services", values: ["20+", "20+", "20+"], description: "Professional repairs" }, + { title: "Rating", values: [5.0, 5.0, 5.0], description: "Google reviews" }, + { title: "Years", values: [10, 10, 10], description: "Serving Meridian" }, + { title: "Services", values: [20, 20, 20], description: "Professional repairs" }, ], chartTitle: "Client Satisfaction", chartData: [ { value: 95 }, @@ -190,9 +190,9 @@ export default function LandingPage() { { id: "1", name: "Jessica Smith", imageSrc: "http://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Jessica Smith"}, { - id: "2", name: "Jami Arami", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=1", imageAlt: "Jami Arami"}, + id: "2", name: "Jami Arami", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Jami Arami"}, { - id: "3", name: "Ken Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg?_wi=2", imageAlt: "Ken Johnson"}, + id: "3", name: "Ken Johnson", imageSrc: "http://img.b2bpic.net/free-photo/smiling-millennial-man-looking-camera-cafe-headshot-portrait_1163-5163.jpg", imageAlt: "Ken Johnson"}, { id: "4", name: "Rachel Martinez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Rachel Martinez"}, ]} -- 2.49.1