From d40e4a85d297972aab2ce45bf403d63390343248 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 17:29:35 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index c9f9c75..891a101 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,13 +46,13 @@ export default function LandingPage() { tag="Expert Service" tagIcon={Sparkles} tagAnimation="blur-reveal" - background={{ variant: "circleGradient" }} + background={{ variant: "glowing-orb" }} buttons={[ { text: "Get Free Quote", href: "contact" }, { text: "Learn More", href: "services" }, ]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/engineer-working-with-airplane_1098-12541.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/engineer-working-with-airplane_1098-12541.jpg" imageAlt="Professional auto glass repair service" imagePosition="right" mediaAnimation="blur-reveal" @@ -65,7 +65,7 @@ export default function LandingPage() { description="Comprehensive auto glass solutions for all vehicle types" features={[ { - id: "1", title: "Windshield Replacement", description: "Complete windshield replacement using premium quality glass and professional installation techniques for optimal safety.", tag: "Popular Service", imageSrc: "http://img.b2bpic.net/free-photo/engineer-working-with-airplane_1098-12541.jpg?_wi=2", imageAlt: "Windshield replacement service", buttons: [{ text: "Learn More", href: "#" }], + id: "1", title: "Windshield Replacement", description: "Complete windshield replacement using premium quality glass and professional installation techniques for optimal safety.", tag: "Popular Service", imageSrc: "http://img.b2bpic.net/free-photo/engineer-working-with-airplane_1098-12541.jpg", imageAlt: "Windshield replacement service", buttons: [{ text: "Learn More", href: "#" }], }, { id: "2", title: "Side Window Repair", description: "Expert repair and replacement of side windows with quick turnaround times and mobile service availability.", tag: "Quick Service", imageSrc: "http://img.b2bpic.net/free-photo/groom-bride-sitting-red-vintage-car_181624-30620.jpg", imageAlt: "Side window repair", buttons: [{ text: "Learn More", href: "#" }], -- 2.49.1