From 5a33debd987709de46dd146a730c242f36f192d7 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 14:10:25 +0000 Subject: [PATCH] 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 e9460a4..b564024 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,7 +32,7 @@ export default function LandingPage() { { name: "Home", id: "home" }, { name: "Fleet", id: "features" }, { name: "Pricing", id: "pricing" }, - { name: "Reviews", id: "testimonial" }, + { name: "Reviews", id: "testimonials" }, { name: "Contact", id: "contact" } ]} brandName="LuxeRent" @@ -48,7 +48,7 @@ export default function LandingPage() { tag="Premium Car Rental" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "canvas-reveal" }} + background={{ variant: "circleGradient" }} imageSrc="http://img.b2bpic.net/free-photo/comfortable-leather-seats-add-elegance-driving-generated-by-ai_188544-27222.jpg" imageAlt="Luxury 3D car visualization" buttons={[ -- 2.49.1