diff --git a/src/app/page.tsx b/src/app/page.tsx index 7c2490d..0aa8b0d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumSmall" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="outline" primaryButtonStyle="shadow" secondaryButtonStyle="radial-glow" @@ -48,8 +48,8 @@ export default function LandingPage() { { text: "Request a Quote", href: "mailto:service@ridgemotors.ca" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} - imageSrc="http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-modern-automotive-industry-automobile-conveyor_645730-33.jpg?_wi=1" + background={{ variant: "sparkles-gradient" }} + imageSrc="http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-modern-automotive-industry-automobile-conveyor_645730-33.jpg" imageAlt="Ridge Motors professional auto repair shop" mediaAnimation="opacity" frameStyle="card" @@ -89,19 +89,19 @@ export default function LandingPage() { tag="Services" products={[ { - id: "1", name: "Diagnostics & Troubleshooting", price: "Starting at $89", variant: "Computerized vehicle analysis", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1296.jpg?_wi=1", imageAlt: "Diagnostic testing equipment" + id: "1", name: "Diagnostics & Troubleshooting", price: "Starting at $89", variant: "Computerized vehicle analysis", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1296.jpg", imageAlt: "Diagnostic testing equipment" }, { id: "2", name: "Brake Service & Repair", price: "Starting at $199", variant: "Pads, rotors, fluid, lines", imageSrc: "http://img.b2bpic.net/free-photo/front-view-car-service-male-employee_23-2148327525.jpg", imageAlt: "Professional brake service" }, { - id: "3", name: "Oil Changes & Maintenance", price: "Starting at $79", variant: "Fluid, filter, inspection", imageSrc: "http://img.b2bpic.net/free-photo/two-mechanics-using-compressor-while-working-car-s-air-conditioning-system-auto-repair-shop_637285-4287.jpg?_wi=1", imageAlt: "Routine maintenance service" + id: "3", name: "Oil Changes & Maintenance", price: "Starting at $79", variant: "Fluid, filter, inspection", imageSrc: "http://img.b2bpic.net/free-photo/two-mechanics-using-compressor-while-working-car-s-air-conditioning-system-auto-repair-shop_637285-4287.jpg", imageAlt: "Routine maintenance service" }, { - id: "4", name: "Battery & Starting System", price: "Starting at $149", variant: "Testing, replacement, terminals", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1296.jpg?_wi=2", imageAlt: "Battery system service" + id: "4", name: "Battery & Starting System", price: "Starting at $149", variant: "Testing, replacement, terminals", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1296.jpg", imageAlt: "Battery system service" }, { - id: "5", name: "Suspension & Steering", price: "Starting at $249", variant: "Bearings, struts, alignment", imageSrc: "http://img.b2bpic.net/free-photo/two-mechanics-using-compressor-while-working-car-s-air-conditioning-system-auto-repair-shop_637285-4287.jpg?_wi=2", imageAlt: "Suspension system work" + id: "5", name: "Suspension & Steering", price: "Starting at $249", variant: "Bearings, struts, alignment", imageSrc: "http://img.b2bpic.net/free-photo/two-mechanics-using-compressor-while-working-car-s-air-conditioning-system-auto-repair-shop_637285-4287.jpg", imageAlt: "Suspension system work" }, { id: "6", name: "Tire Service & Replacement", price: "Starting at $199", variant: "Repair, rotation, seasonal", imageSrc: "http://img.b2bpic.net/free-photo/happy-mechanic-working-with-tires-car-service-workshop_637285-7526.jpg", imageAlt: "Professional tire service" @@ -161,13 +161,13 @@ export default function LandingPage() { tag="Process" metrics={[ { - id: "1", value: "Step 1", title: "Reach Out", description: "Call or request an appointment for your repair needs", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-modern-automotive-industry-automobile-conveyor_645730-33.jpg?_wi=2", imageAlt: "Ridge Motors shop exterior" + id: "1", value: "Step 1", title: "Reach Out", description: "Call or request an appointment for your repair needs", imageSrc: "http://img.b2bpic.net/free-photo/car-bodies-are-assembly-line-modern-automotive-industry-automobile-conveyor_645730-33.jpg", imageAlt: "Ridge Motors shop exterior" }, { - id: "2", value: "Step 2", title: "Get Honest Advice", description: "Receive a clear explanation and fair pricing quote", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1296.jpg?_wi=3", imageAlt: "Diagnostic consultation" + id: "2", value: "Step 2", title: "Get Honest Advice", description: "Receive a clear explanation and fair pricing quote", imageSrc: "http://img.b2bpic.net/free-photo/mechanic-using-laptop-while-servicing-car-engine_1170-1296.jpg", imageAlt: "Diagnostic consultation" }, { - id: "3", value: "Step 3", title: "Drive Away Confident", description: "Your vehicle is repaired properly, and you know the work was done right", imageSrc: "http://img.b2bpic.net/free-photo/two-mechanics-using-compressor-while-working-car-s-air-conditioning-system-auto-repair-shop_637285-4287.jpg?_wi=3", imageAlt: "Quality completed service" + id: "3", value: "Step 3", title: "Drive Away Confident", description: "Your vehicle is repaired properly, and you know the work was done right", imageSrc: "http://img.b2bpic.net/free-photo/two-mechanics-using-compressor-while-working-car-s-air-conditioning-system-auto-repair-shop_637285-4287.jpg", imageAlt: "Quality completed service" } ]} animationType="slide-up"