Update src/app/page.tsx

This commit is contained in:
2026-03-03 01:29:16 +00:00
parent 37f5a6baff
commit c8ef141071

View File

@@ -91,9 +91,9 @@ export default function LandingPage() {
{ icon: Shield }, { icon: Shield },
], ],
stats: [ stats: [
{ title: "Rating", values: ["5.0", "5.0", "5.0"], description: "Google reviews" }, { title: "Rating", values: [5.0, 5.0, 5.0], description: "Google reviews" },
{ title: "Years", values: ["10+", "10+", "10+"], description: "Serving Meridian" }, { title: "Years", values: [10, 10, 10], description: "Serving Meridian" },
{ title: "Services", values: ["20+", "20+", "20+"], description: "Professional repairs" }, { title: "Services", values: [20, 20, 20], description: "Professional repairs" },
], ],
chartTitle: "Client Satisfaction", chartData: [ chartTitle: "Client Satisfaction", chartData: [
{ value: 95 }, { 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: "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"}, id: "4", name: "Rachel Martinez", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-beautiful-adult-businesswoman_1262-1760.jpg", imageAlt: "Rachel Martinez"},
]} ]}