From d5bda1bbf7c269b5cc9b8b506cac03cf833fbe35 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 21 Mar 2026 19:03:23 +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 53dcf17..185d68a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="smallMedium" sizing="largeSmall" - background="noise" + background="circleGradient" cardStyle="inset" primaryButtonStyle="gradient" secondaryButtonStyle="glass" @@ -46,7 +46,7 @@ export default function LandingPage() { tag="Premium Confectionery" tagIcon={Sparkles} tagAnimation="slide-up" - background={{ variant: "noise" }} + background={{ variant: "animated-grid" }} buttons={[ { text: "Shop Now", href: "#products" }, { text: "Learn More", href: "#about" } @@ -66,7 +66,7 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/composition-tasty-food-ingredients_23-2148869917.jpg", imageAlt: "gourmet chocolate candy gift box" }, { - imageSrc: "http://img.b2bpic.net/free-photo/view-various-assortment-cakes-stand-bakery_181624-61697.jpg?_wi=1", imageAlt: "sweetshop interior candy store display" + imageSrc: "http://img.b2bpic.net/free-photo/view-various-assortment-cakes-stand-bakery_181624-61697.jpg", imageAlt: "sweetshop interior candy store display" }, { imageSrc: "http://img.b2bpic.net/free-photo/professional-artisan-job-workshop_23-2148801623.jpg", imageAlt: "candy making process handmade sweets" @@ -126,7 +126,7 @@ export default function LandingPage() { id: "custom", title: "Custom Orders Available", content: "Looking for something special? We create custom confectionery for weddings, corporate events, and celebrations." } ]} - imageSrc="http://img.b2bpic.net/free-photo/view-various-assortment-cakes-stand-bakery_181624-61697.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/view-various-assortment-cakes-stand-bakery_181624-61697.jpg" imageAlt="Sweet Bliss candy store display" mediaAnimation="slide-up" useInvertedBackground={true}