From 4003fb830c237725bbd18ded800acd2025ab78e3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 01:41:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2122e0e..96a707e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="mediumSizeLargeTitles" - background="floatingGradient" + background="circleGradient" cardStyle="inset" primaryButtonStyle="double-inset" secondaryButtonStyle="glass" @@ -44,7 +44,7 @@ export default function LandingPage() { @@ -64,7 +64,7 @@ export default function LandingPage() { description={[ "Lucky Treats began in our small kitchen with a dream to bring authentic, artisanal baked goods to our community. We believe that baking is both an art and a labor of love, and every product reflects our commitment to quality.", "We use only the finest ingredients sourced locally whenever possible. Our team of experienced bakers wakes up early every morning to ensure your treats are fresh, delicious, and made with care. From traditional recipes passed down through generations to innovative creations, we offer something for everyone.", "Whether you're looking for your daily bread, a celebration cake, or treats for a special occasion, Lucky Treats is here to make your moments sweeter."]} buttons={[{ text: "View Our Menu", href: "#products" }]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" showBorder={true} useInvertedBackground={false} /> @@ -204,8 +204,8 @@ export default function LandingPage() { title="Get Fresh Updates" description="Subscribe to our newsletter for weekly specials, new menu items, and exclusive offers. Be the first to know about our latest creations." tagIcon={Mail} - tagAnimation="entrance-slide" - background={{ variant: "floatingGradient" }} + tagAnimation="slide-up" + background={{ variant: "radial-gradient" }} useInvertedBackground={false} imageSrc="http://img.b2bpic.net/free-photo/woman-puts-cinnabon-plate-family-party_169016-45009.jpg" imageAlt="Lucky Treats bakery interior" -- 2.49.1