From 50a175bf508407446c65c76414a15fca0b7ae9a0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 11:15:53 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 784d3e3..297c589 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="soft" contentWidth="compact" sizing="largeSizeMediumTitles" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="gradient-mesh" primaryButtonStyle="primary-glow" secondaryButtonStyle="glass" @@ -54,7 +54,7 @@ export default function LandingPage() { buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/beautiful-still-life-with-chocolate-concept_23-2147985544.jpg" imageAlt="Fresh baked brownie" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} /> @@ -102,6 +102,7 @@ export default function LandingPage() { imageSrc="http://img.b2bpic.net/free-photo/arrangement-delicious-healthy-recipe-ingredients_23-2148988739.jpg" imageAlt="The Brownie Spot kitchen" mediaAnimation="slide-up" + metricsAnimation="slide-up" useInvertedBackground={false} /> @@ -172,7 +173,7 @@ export default function LandingPage() { { id: "5", title: "Where is your shop located?", content: "The Brownie Spot is located in Chitlapakkam, Chennai, near Chitlapakkam Lake. While we primarily serve through Swiggy and Zomato, you're welcome to inquire about direct pickups."}, { - id: "6", title: "Can I customize my brownie order?", content: "We currently offer our signature brownie varieties. For special requests or bulk orders, please check the special instructions option on Swiggy or Zomato, or contact us directly for custom arrangements."}, + id: "6", title: "Can I customize my brownie order?", content: "We currently offer our signature brownie varieties. For special requests or bulk orders, please check the special instructions option on Swiggy or Zomato, or contact us directly for custom arrangements."} ]} imageSrc="http://img.b2bpic.net/free-photo/chocolate-pie-light-napkin_23-2147957892.jpg" imageAlt="Brownie preparation" -- 2.49.1