From 0561d6001e9b9f1e151762e9dae949dcf1eba25e Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 12 Apr 2026 23:57:31 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 301 +++++++++-------------------------------------- 1 file changed, 57 insertions(+), 244 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 51745c0..3a155f4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -239,56 +129,11 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} testimonials={[ - { - id: "1", - name: "Mark R.", - date: "10/02/2025", - title: "Excellent service", - quote: "Came to my workplace in Salford. Diagnostics sorted in minutes. Very impressive.", - avatarSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-man-grey-wall_176420-7267.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanic-using-contemporary-technology-work_329181-11831.jpg?_wi=3", - imageAlt: "friendly man portrait smile", - }, - { - id: "2", - name: "Lucy K.", - date: "15/02/2025", - title: "Honest Mechanic", - quote: "Could have charged me for a full part replacement, but fixed a loose sensor. Total legend.", - avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-mechanic_23-2148327547.jpg?_wi=3", - imageAlt: "friendly man portrait smile", - }, - { - id: "3", - name: "Tom H.", - date: "20/02/2025", - title: "Breakdown hero", - quote: "Battery died at home, they were with me in 40 mins and had me back on the road.", - avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/pretty-female-smiling_1187-4949.jpg", - imageAlt: "friendly man portrait smile", - }, - { - id: "4", - name: "Emma D.", - date: "22/02/2025", - title: "Highly Professional", - quote: "So convenient. I didn't even have to leave my house. Fair prices too.", - avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-standing-supermarket_107420-96366.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/male-worker-using-yellow-tool-factory_107420-96041.jpg?_wi=1", - imageAlt: "friendly man portrait smile", - }, - { - id: "5", - name: "Gary T.", - date: "25/02/2025", - title: "Great communication", - quote: "Kept me updated throughout. Very polite and knowledgeable.", - avatarSrc: "http://img.b2bpic.net/free-photo/car-mechanic-examining-engine-malfunction-while-using-touchpad-auto-repair-shop_637285-4311.jpg", - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1305.jpg", - imageAlt: "friendly man portrait smile", - }, + { id: "1", name: "Mark R.", date: "10/02/2025", title: "Excellent service", quote: "Came to my workplace in Salford. Diagnostics sorted in minutes. Very impressive.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-attractive-caucasian-man-grey-wall_176420-7267.jpg", imageSrc: "http://img.b2bpic.net/free-photo/professional-mechanic-using-contemporary-technology-work_329181-11831.jpg", imageAlt: "friendly man portrait smile" }, + { id: "2", name: "Lucy K.", date: "15/02/2025", title: "Honest Mechanic", quote: "Could have charged me for a full part replacement, but fixed a loose sensor. Total legend.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/studio-portrait-blond-female-dressed-white-shirt-red-eyeglasses_613910-3571.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-young-female-mechanic_23-2148327547.jpg", imageAlt: "friendly man portrait smile" }, + { id: "3", name: "Tom H.", date: "20/02/2025", title: "Breakdown hero", quote: "Battery died at home, they were with me in 40 mins and had me back on the road.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/handsome-man-smiling-with-copy-space_23-2148435784.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pretty-female-smiling_1187-4949.jpg", imageAlt: "friendly man portrait smile" }, + { id: "4", name: "Emma D.", date: "22/02/2025", title: "Highly Professional", quote: "So convenient. I didn't even have to leave my house. Fair prices too.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/smiling-woman-standing-supermarket_107420-96366.jpg", imageSrc: "http://img.b2bpic.net/free-photo/male-worker-using-yellow-tool-factory_107420-96041.jpg", imageAlt: "friendly man portrait smile" }, + { id: "5", name: "Gary T.", date: "25/02/2025", title: "Great communication", quote: "Kept me updated throughout. Very polite and knowledgeable.", tag: "Verified", avatarSrc: "http://img.b2bpic.net/free-photo/car-mechanic-examining-engine-malfunction-while-using-touchpad-auto-repair-shop_637285-4311.jpg", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-servicing-car-engine_1170-1305.jpg", imageAlt: "friendly man portrait smile" }, ]} title="What Our Manchester Customers Say" description="Authentic feedback from drivers across Greater Manchester." @@ -298,13 +143,11 @@ export default function LandingPage() {
@@ -314,54 +157,24 @@ export default function LandingPage() { logoText="Mobile Car Diagnostic & Repair" columns={[ { - title: "Services", - items: [ - { - label: "Diagnostics", - href: "#services", - }, - { - label: "Emergency Repair", - href: "#services", - }, - { - label: "Battery Issues", - href: "#services", - }, + title: "Services", items: [ + { label: "Diagnostics", href: "#services" }, + { label: "Emergency Repair", href: "#services" }, + { label: "Battery Issues", href: "#services" }, ], }, { - title: "Areas Covered", - items: [ - { - label: "Manchester", - href: "#", - }, - { - label: "Salford", - href: "#", - }, - { - label: "Prestwich", - href: "#", - }, - { - label: "Middleton", - href: "#", - }, + title: "Areas Covered", items: [ + { label: "Manchester", href: "#" }, + { label: "Salford", href: "#" }, + { label: "Prestwich", href: "#" }, + { label: "Middleton", href: "#" }, ], }, { - title: "Contact", - items: [ - { - label: "Call: 0161 000 0000", - href: "tel:01610000000", - }, - { - label: "Email: contact@mcr-mechanic.uk", - href: "mailto:contact@mcr-mechanic.uk", - }, + title: "Contact", items: [ + { label: "Call: 0161 000 0000", href: "tel:01610000000" }, + { label: "Email: contact@mcr-mechanic.uk", href: "mailto:contact@mcr-mechanic.uk" }, ], }, ]} @@ -370,4 +183,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1