From 67e630d77b57f18b8e79a4a2c2c7252b12b5b322 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 07:05:47 +0000 Subject: [PATCH] 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 822a72d..66da057 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="small" sizing="largeSizeMediumTitles" - background="aurora" + background="circleGradient" cardStyle="glass-depth" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -54,11 +54,11 @@ export default function LandingPage() { testimonials={[ { name: "Priya Sharma", handle: "Frequent Shopper", testimonial: "Best shopping experience in Yelahanka! Wide variety and friendly staff.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=1" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg" }, { name: "Rajesh Kumar", handle: "Customer", testimonial: "Love the hassle-free billing and daily offers. Definitely coming back!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg?_wi=2" + imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiley-business-man_23-2148514859.jpg" } ]} buttons={[ @@ -66,7 +66,7 @@ export default function LandingPage() { { text: "📍 Get Directions", href: "https://maps.google.com/?q=RMZ+Galleria+Yelahanka+Bangalore" } ]} buttonAnimation="slide-up" - background={{ variant: "aurora" }} + background={{ variant: "plain" }} useInvertedBackground={false} /> -- 2.49.1