From affe05a81f42f09bdb364c98a1ba6d31486b1ad4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 01:20:56 +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 ddaf06e..2197320 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -20,7 +20,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="small" sizing="mediumLargeSizeLargeTitles" - background="grid" + background="circleGradient" cardStyle="gradient-bordered" primaryButtonStyle="double-inset" secondaryButtonStyle="solid" @@ -47,7 +47,7 @@ export default function LandingPage() { tag="Est. 2015 • Locally Owned" tagIcon={Leaf} tagAnimation="slide-up" - background={{ variant: "grid" }} + background={{ variant: "plain" }} buttons={[ { text: "View Beer Menu", href: "#beers" }, { text: "Shop Produce", href: "#produce" }, @@ -100,11 +100,11 @@ export default function LandingPage() { tagIcon={Sprout} products={[ { - id: "1", name: "Heirloom Tomatoes", price: "$4.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg?_wi=1", imageAlt: "Fresh heirloom tomatoes"}, + id: "1", name: "Heirloom Tomatoes", price: "$4.99/lb", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg", imageAlt: "Fresh heirloom tomatoes"}, { - id: "2", name: "Organic Kale Bundle", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg?_wi=2", imageAlt: "Organic kale bundle"}, + id: "2", name: "Organic Kale Bundle", price: "$3.49", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg", imageAlt: "Organic kale bundle"}, { - id: "3", name: "Local Honey", price: "$12.99/jar", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg?_wi=3", imageAlt: "Local honey jar"}, + id: "3", name: "Local Honey", price: "$12.99/jar", imageSrc: "http://img.b2bpic.net/free-photo/person-shopping-with-face-mask_23-2149565225.jpg", imageAlt: "Local honey jar"}, ]} gridVariant="three-columns-all-equal-width" animationType="slide-up" @@ -148,7 +148,7 @@ export default function LandingPage() { { id: "4", value: "Free Cut", description: "Premium Meat Purchases"}, ]} - gridVariant="four-items-2x2-equal-grid" + gridVariant="uniform-all-items-equal" animationType="blur-reveal" textboxLayout="default" useInvertedBackground={false} -- 2.49.1