From 21eb5af872dfab1e39b4713822c6b83b4b3e428a Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 16 Mar 2026 12:27:59 +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 af8eca1..6b50d61 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="largeSmallSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="glass-elevated" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -48,12 +48,12 @@ export default function LandingPage() { tagAnimation="slide-up" leftCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081495.jpg?_wi=1", imageAlt: "HOTPAN CHINESE restaurant banner" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081495.jpg", imageAlt: "HOTPAN CHINESE restaurant banner" } ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081495.jpg?_wi=2", imageAlt: "Authentic Chinese cuisine at HOTPAN" + imageSrc: "http://img.b2bpic.net/free-photo/top-view-friends-having-lunch-luxury-restaurant_23-2151081495.jpg", imageAlt: "Authentic Chinese cuisine at HOTPAN" } ]} buttons={[ -- 2.49.1