From 6e7794538e7f51b5c01285eaf9a884656ccb587e Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 18 Apr 2026 16:39:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 254 ++++++++++------------------------------------- 1 file changed, 54 insertions(+), 200 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index f503a14..0eaccd8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,75 +19,47 @@ export default function LandingPage() { defaultButtonVariant="elastic-effect" defaultTextAnimation="background-highlight" borderRadius="rounded" + contentWidth="medium" + sizing="medium" + background="circleGradient" + cardStyle="glass-elevated" + primaryButtonStyle="gradient" + secondaryButtonStyle="glass" + headingFontWeight="normal" >
@@ -113,47 +85,23 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Precision Engineering", - description: "Every vehicle undergoes a rigorous 200-point inspection to ensure peak performance.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746590.jpg", - imageAlt: "Luxury Interior", - }, + title: "Precision Engineering", description: "Every vehicle undergoes a rigorous 200-point inspection to ensure peak performance.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/still-life-seat-gamers_23-2149746590.jpg", imageAlt: "Luxury Interior"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/car-driving-green-hill_23-2148195720.jpg", - imageAlt: "Performance Drive", - }, - imageSrc: "http://img.b2bpic.net/free-photo/it-has-few-special-functions-female-customer-modern-stylish-bearded-businessman-automobile-saloon_146671-16061.jpg?_wi=2", - imageAlt: "car leather interior luxury", + imageSrc: "http://img.b2bpic.net/free-photo/car-driving-green-hill_23-2148195720.jpg", imageAlt: "Performance Drive"} }, { - title: "Tailored Financing", - description: "Customized financial solutions that fit your budget and lifestyle requirements.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-inner-accessories_181624-61771.jpg", - imageAlt: "Luxury Interior", - }, + title: "Tailored Financing", description: "Customized financial solutions that fit your budget and lifestyle requirements.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/luxury-car-inner-accessories_181624-61771.jpg", imageAlt: "Luxury Interior"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-wearing-black-coat-with-her-arms-crossed-standing-luxury-car-autumn-forest-evening_613910-19899.jpg", - imageAlt: "Performance Drive", - }, - imageSrc: "http://img.b2bpic.net/free-photo/open-hard-disk-black-background_1401-418.jpg?_wi=2", - imageAlt: "car leather interior luxury", + imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-man-wearing-black-coat-with-her-arms-crossed-standing-luxury-car-autumn-forest-evening_613910-19899.jpg", imageAlt: "Performance Drive"} }, { - title: "Lifetime Support", - description: "Our dedicated team remains committed to your vehicle's health and satisfaction for as long as you drive.", - phoneOne: { - imageSrc: "http://img.b2bpic.net/free-photo/glove-compartment-car-with-black-leather_181624-22102.jpg", - imageAlt: "Luxury Interior", - }, + title: "Lifetime Support", description: "Our dedicated team remains committed to your vehicle's health and satisfaction for as long as you drive.", phoneOne: { + imageSrc: "http://img.b2bpic.net/free-photo/glove-compartment-car-with-black-leather_181624-22102.jpg", imageAlt: "Luxury Interior"}, phoneTwo: { - imageSrc: "http://img.b2bpic.net/free-photo/young-digital-nomad-traveling-winter-time_23-2149207318.jpg", - imageAlt: "Performance Drive", - }, - imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1334.jpg?_wi=2", - imageAlt: "car leather interior luxury", - }, + imageSrc: "http://img.b2bpic.net/free-photo/young-digital-nomad-traveling-winter-time_23-2149207318.jpg", imageAlt: "Performance Drive"} + } ]} showStepNumbers={true} title="Why Choose MC Motor?" @@ -165,44 +113,15 @@ export default function LandingPage() {