From fad2573281e86f7a7f1401f19f98e20638d998c7 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 11 Mar 2026 15:59:21 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 19 ++++++++----------- 1 file changed, 8 insertions(+), 11 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 7321d27..1a76fd3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="large" - background="noise" + background="circleGradient" cardStyle="soft-shadow" primaryButtonStyle="shadow" secondaryButtonStyle="glass" @@ -46,7 +46,7 @@ export default function LandingPage() { description="15+ years of honest pricing, expert repairs, and loyal customers. From tire repairs to full mechanical work, we're the only garage you'll ever need." tag="⭐⭐⭐⭐⭐ 5-Star Rated" tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "📞 Call Now", href: "tel:+15143429311" }, { text: "📍 Get Directions", href: "https://maps.google.com/?q=7333+Ave+Harley+Montreal+Quebec+H4B+1L5" } @@ -176,24 +176,21 @@ export default function LandingPage() { { id: "location", badge: "📍 Location", price: "7333 Ave Harley", subtitle: "Montreal, Quebec H4B 1L5", buttons: [ { text: "Get Directions", href: "https://maps.google.com/?q=7333+Ave+Harley+Montreal+Quebec+H4B+1L5" } - ], - features: [ + ], features: [ "Easy parking available", "Convenient street access", "Wheelchair accessible", "Family-friendly waiting area" ] }, { id: "hours", badge: "🕐 Hours", price: "Mon–Fri", subtitle: "8:00 AM – 5:00 PM", buttons: [ { text: "📞 Call Now", href: "tel:+15143429311" } - ], - features: [ + ], features: [ "Same-day service available", "Quick estimates provided", "Emergency repairs welcome", "Saturday closed, Sunday closed" ] }, { id: "contact", badge: "📞 Contact", price: "(514) 342-9311", subtitle: "Direct phone line", buttons: [ { text: "Call Now", href: "tel:+15143429311" } - ], - features: [ + ], features: [ "Friendly staff answers all calls", "Quick consultation available", "Estimate quotes by phone", "Book appointments anytime" ] } @@ -208,9 +205,9 @@ export default function LandingPage() { title="Stay Updated with Service Tips" description="Subscribe to our newsletter for maintenance tips, special offers, and service reminders. We'll help keep your vehicle in top condition." tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "glowing-orb" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106150.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/happy-customers-car-dealership_23-2149106150.jpg" imageAlt="Professional automotive service facility" mediaAnimation="opacity" mediaPosition="right" @@ -222,7 +219,7 @@ export default function LandingPage() {