From d095eb53d7502ab410b52106c50cfa55ef980d5a Mon Sep 17 00:00:00 2001 From: development Date: Tue, 10 Feb 2026 00:03:25 +0000 Subject: [PATCH 1/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 79063c7..80a5fa2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -1,4 +1,4 @@ -"use client" +"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; @@ -74,7 +74,7 @@ export default function LandingPage() { { id: "04", title: "Lowered Vehicle Specialists", description: "The only shop that says YES to lowered vehicle alignment. We specialize in service for stance and performance-modified vehicles.", imageSrc: "https://img.b2bpic.net/free-photo/front-view-male-mechanic-changing-car-wheels_23-2148327513.jpg", imageAlt: "Custom lowered vehicle with professional suspension setup" } - ] + ]} textboxLayout="default" gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -114,7 +114,7 @@ export default function LandingPage() { { id: "4", name: "Satisfied Client", imageSrc: "https://img.b2bpic.net/free-photo/young-businesswoman-portrait-office_1262-1506.jpg", imageAlt: "Customer testimonial photo" } - ] + ]} useInvertedBackground="noInvert" /> @@ -138,7 +138,7 @@ export default function LandingPage() { { id: "4", title: "Do you handle suspension upgrades?", content: "Absolutely. From diagnosis to installation, we handle all suspension work. Whether you're upgrading for performance or comfort, our team has the skills and experience." } - ] + ]} animationType="slide-up" useInvertedBackground="noInvert" /> -- 2.49.1 From 6ac76295b12f8a56649dd630f02390d5ef03c400 Mon Sep 17 00:00:00 2001 From: development Date: Tue, 10 Feb 2026 00:04:50 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 80a5fa2..7ee5db9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="small" sizing="mediumLarge" - background="aurora" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="inset-glow" secondaryButtonStyle="radial-glow" @@ -45,7 +45,7 @@ export default function LandingPage() { description="Fast, honest, and expert automotive service specializing in axle repair, wheel alignment, and suspension work. We welcome lowered vehicles and performance-focused owners who demand the best." tag="Premium Automotive Service" tagIcon={Wrench} - background={{ variant: "aurora" }} + background={{ variant: "canvas-reveal" }} imageSrc="https://img.b2bpic.net/free-photo/auto-mechanic-checking-car_1303-14047.jpg" imageAlt="Modern automotive service facility with precision wheel alignment equipment" buttons={[ -- 2.49.1