From 06651aea8ff792da16f193d4ca8a8216b36e0f6b Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 3 Apr 2026 17:31:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 143 +++++++++++------------------------------------ 1 file changed, 33 insertions(+), 110 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 22c16e4..7b2355d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -53,19 +45,14 @@ export default function LandingPage() {
@@ -95,28 +80,13 @@ export default function LandingPage() { features={[ { id: 1, - tag: "Installation", - title: "Professional Mounting", - subtitle: "Precision handling", - description: "Expert tire mounting and balancing for a smooth driving experience every time.", - imageSrc: "http://img.b2bpic.net/free-photo/attractive-brave-woman-is-posing-photographer-auto-workshop-with-part-car_613910-17138.jpg", - }, + tag: "Installation", title: "Professional Mounting", subtitle: "Precision handling", description: "Expert tire mounting and balancing for a smooth driving experience every time.", imageSrc: "http://img.b2bpic.net/free-photo/attractive-brave-woman-is-posing-photographer-auto-workshop-with-part-car_613910-17138.jpg"}, { id: 2, - tag: "Maintenance", - title: "Wheel Alignment", - subtitle: "Safe handling", - description: "Ensure your vehicle drives straight and tire wear is even with our alignment services.", - imageSrc: "http://img.b2bpic.net/free-photo/technician-is-repairing-car-flat-tire_1150-6270.jpg", - }, + tag: "Maintenance", title: "Wheel Alignment", subtitle: "Safe handling", description: "Ensure your vehicle drives straight and tire wear is even with our alignment services.", imageSrc: "http://img.b2bpic.net/free-photo/technician-is-repairing-car-flat-tire_1150-6270.jpg"}, { id: 3, - tag: "Repair", - title: "Flat Repair", - subtitle: "Quick recovery", - description: "Fast and reliable tire patching and repair services to get you back on the road.", - imageSrc: "http://img.b2bpic.net/free-photo/roadside-assistance-worker-repairing-woman-vehicle-street_651396-2018.jpg", - }, + tag: "Repair", title: "Flat Repair", subtitle: "Quick recovery", description: "Fast and reliable tire patching and repair services to get you back on the road.", imageSrc: "http://img.b2bpic.net/free-photo/roadside-assistance-worker-repairing-woman-vehicle-street_651396-2018.jpg"}, ]} title="Our Tire Services" description="Comprehensive care for your vehicle's wheels and tires to ensure peak performance." @@ -131,45 +101,20 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - name: "John Doe", - role: "Driver", - company: "Local Client", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434396.jpg", - }, + id: "1", name: "John Doe", role: "Driver", company: "Local Client", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/woman-enjoying-her-financially-independence-while-buying-car_23-2149434396.jpg"}, { - id: "2", - name: "Jane Smith", - role: " commuter", - company: "Daily Traveler", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/sales-man-car-showroom-selling-car_1303-16348.jpg", - }, + id: "2", name: "Jane Smith", role: " commuter", company: "Daily Traveler", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/sales-man-car-showroom-selling-car_1303-16348.jpg"}, { - id: "3", - name: "Mike Ross", - role: "Owner", - company: "Service Fan", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/customer-holding-mobile-phone_1170-1373.jpg", - }, + id: "3", name: "Mike Ross", role: "Owner", company: "Service Fan", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/customer-holding-mobile-phone_1170-1373.jpg"}, { - id: "4", - name: "Sara King", - role: "Manager", - company: "Loyal Customer", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-car_23-2150171223.jpg", - }, + id: "4", name: "Sara King", role: "Manager", company: "Loyal Customer", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-people-looking-car_23-2150171223.jpg"}, { - id: "5", - name: "Tom White", - role: "Traveler", - company: "Road Warrior", - rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1348.jpg", - }, + id: "5", name: "Tom White", role: "Traveler", company: "Road Warrior", rating: 5, + imageSrc: "http://img.b2bpic.net/free-photo/smiling-mechanic-standing-repair-shop_1170-1348.jpg"}, ]} title="Trusted by Drivers" description="What our customers are saying about our service." @@ -178,30 +123,20 @@ export default function LandingPage() {
@@ -210,33 +145,21 @@ export default function LandingPage() {