From e0ac560450ff6a439b9e201039d9d89e7004946c Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:14:19 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 4fd7f6b..2902532 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -114,16 +114,16 @@ export default function LandingPage() { description="The best local alternative to dealership parts with premium quality and competitive pricing" features={[ { - id: "01", title: "Fast Parts Availability", description: "Stock of genuine and aftermarket parts ready for immediate dispatch to workshops and individuals", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31690.jpg", imageAlt: "Professional workshop environment" + id: "01", title: "Fast Parts Availability", description: "Stock of genuine and aftermarket parts ready for immediate dispatch to workshops and individuals", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31690.jpg?_wi=1", imageAlt: "Professional workshop environment" }, { - id: "02", title: "Competitive Wholesale Pricing", description: "Bulk discounts available for garages and fleet operators. Direct supplier rates without middleman markup", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31690.jpg", imageAlt: "Professional workshop" + id: "02", title: "Competitive Wholesale Pricing", description: "Bulk discounts available for garages and fleet operators. Direct supplier rates without middleman markup", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31690.jpg?_wi=2", imageAlt: "Professional workshop" }, { - id: "03", title: "Trusted by Local Mechanics", description: "Partnership with leading workshops in Musaffah and across Abu Dhabi industrial area", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31690.jpg", imageAlt: "Trusted workshop" + id: "03", title: "Trusted by Local Mechanics", description: "Partnership with leading workshops in Musaffah and across Abu Dhabi industrial area", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31690.jpg?_wi=3", imageAlt: "Trusted workshop" }, { - id: "04", title: "Genuine & Aftermarket Mix", description: "Both OEM original equipment and certified aftermarket parts to suit every budget and requirement", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31690.jpg", imageAlt: "Parts quality" + id: "04", title: "Genuine & Aftermarket Mix", description: "Both OEM original equipment and certified aftermarket parts to suit every budget and requirement", imageSrc: "http://img.b2bpic.net/free-photo/handsome-man-blue-uniform-checks-car_1157-31690.jpg?_wi=4", imageAlt: "Parts quality" } ]} animationType="slide-up" -- 2.49.1