Update src/app/page.tsx

This commit is contained in:
2026-03-08 07:13:29 +00:00
parent c0cd490df5
commit e5dadb3bbf

View File

@@ -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"