From e5dadb3bbf041f20d4bc4e5b96ae1cea7640f6c2 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 07:13:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index d292742..4fd7f6b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="largeSizeMediumTitles" - background="floatingGradient" + background="circleGradient" cardStyle="outline" primaryButtonStyle="radial-glow" secondaryButtonStyle="layered" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Trusted Local Supplier" tagIcon={Zap} tagAnimation="slide-up" - background={{ variant: "floatingGradient" }} + background={{ variant: "plain" }} buttons={[ { text: "CALL NOW", href: "tel:+971566691962" }, { text: "WHATSAPP US", href: "https://wa.me/971566691962?text=Hello%2C%20I%20need%20a%20quotation%20for%20car%20parts." } @@ -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?_wi=1", 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", 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?_wi=2", 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", 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?_wi=3", 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", 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?_wi=4", 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", imageAlt: "Parts quality" } ]} animationType="slide-up" -- 2.49.1