From 55d3b5dde992ee42c3bf5d3f06e2dbdabfec1b92 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 02:50:09 +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 c2107b0..7becff7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="mediumLarge" sizing="mediumSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-radial" primaryButtonStyle="primary-glow" secondaryButtonStyle="solid" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Refreshing Flavors" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "canvas-reveal" }} imageSrc="http://img.b2bpic.net/free-photo/top-view-fruity-popsicles_23-2148763635.jpg" imageAlt="Colorful DL Shaved Ice" buttons={[ @@ -63,7 +63,7 @@ export default function LandingPage() { description="At DL Shaved Ice, we believe in quality, creativity, and customer happiness. Every cup is crafted with the finest ingredients and endless flavor combinations to make your day brighter." tag="Our Story" tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/wife-husband-cutting-watermelon_23-2148659541.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-photo/wife-husband-cutting-watermelon_23-2148659541.jpg" imageAlt="DL Shaved Ice Stand" buttons={[{ text: "Our Menu", href: "#products" }]} buttonAnimation="slide-up" @@ -104,7 +104,7 @@ export default function LandingPage() { tag="Benefits" tagIcon={Award} tagAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-photo/wife-husband-cutting-watermelon_23-2148659541.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/wife-husband-cutting-watermelon_23-2148659541.jpg" imageAlt="Quality Ingredients" mediaAnimation="slide-up" accordionItems={[ -- 2.49.1