From bdd20320eb2ec6ae9a49cb76223485560dfa03ee Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 15:47:59 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 26 +++++++++++++------------- 1 file changed, 13 insertions(+), 13 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index ec74d63..14843eb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -19,7 +19,7 @@ export default function LandingPage() { borderRadius="rounded" contentWidth="medium" sizing="medium" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="subtle-shadow" primaryButtonStyle="diagonal-gradient" secondaryButtonStyle="radial-glow" @@ -44,14 +44,14 @@ export default function LandingPage() { tag="Mobile Coffee Experience" tagIcon={Coffee} tagAnimation="slide-up" - background={{ variant: "noiseDiagonalGradient" }} + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/friends-skateboard-riders-relaxing-bench-after-riding-sunset_613910-16224.jpg", imageAlt: "Vintage Redeemed Coffee trailer" }, - { imageSrc: "http://img.b2bpic.net/free-photo/woman-grinding-coffee-coffee-machine_1303-31284.jpg?_wi=1", imageAlt: "Fresh roasted coffee beans" }, - { imageSrc: "http://img.b2bpic.net/free-photo/apple-syrup-with-cinnamon-spices_661915-418.jpg?_wi=1", imageAlt: "House-made craft syrups" }, - { imageSrc: "http://img.b2bpic.net/free-photo/healthy-milk-white-mug_23-2147872636.jpg?_wi=1", imageAlt: "Local artisanal dairy milk" }, - { imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg?_wi=1", imageAlt: "Artisanal baked goods" }, - { imageSrc: "http://img.b2bpic.net/free-photo/great-coffee-is-only-this-place_329181-2889.jpg?_wi=1", imageAlt: "Coffee community gathering" } + { imageSrc: "http://img.b2bpic.net/free-photo/woman-grinding-coffee-coffee-machine_1303-31284.jpg", imageAlt: "Fresh roasted coffee beans" }, + { imageSrc: "http://img.b2bpic.net/free-photo/apple-syrup-with-cinnamon-spices_661915-418.jpg", imageAlt: "House-made craft syrups" }, + { imageSrc: "http://img.b2bpic.net/free-photo/healthy-milk-white-mug_23-2147872636.jpg", imageAlt: "Local artisanal dairy milk" }, + { imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg", imageAlt: "Artisanal baked goods" }, + { imageSrc: "http://img.b2bpic.net/free-photo/great-coffee-is-only-this-place_329181-2889.jpg", imageAlt: "Coffee community gathering" } ]} buttons={[ { text: "Follow Our Schedule", href: "schedule" } @@ -70,7 +70,7 @@ export default function LandingPage() { description="Every Cup Tells a Story" subdescription="Rooted in Community" icon={Heart} - imageSrc="http://img.b2bpic.net/free-photo/apple-syrup-with-cinnamon-spices_661915-418.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/apple-syrup-with-cinnamon-spices_661915-418.jpg" imageAlt="House-made ingredients from Brew City Syracuse" mediaAnimation="slide-up" useInvertedBackground={false} @@ -86,10 +86,10 @@ export default function LandingPage() { tagIcon={Handshake} tagAnimation="slide-up" features={[ - { id: "syrups", title: "House-Made Syrups", description: "Clean, craft syrups made fresh by Brew City in Syracuse. No artificial ingredients, just pure flavor crafted with care.", imageSrc: "http://img.b2bpic.net/free-photo/apple-syrup-with-cinnamon-spices_661915-418.jpg?_wi=3", imageAlt: "House-made craft syrups" }, - { id: "fresh-roasted", title: "Fresh Roasted Beans", description: "Premium beans roasted fresh by Brew City. Every batch delivers the perfect balance of flavor and aroma for your morning ritual.", imageSrc: "http://img.b2bpic.net/free-photo/woman-grinding-coffee-coffee-machine_1303-31284.jpg?_wi=2", imageAlt: "Fresh roasted coffee beans" }, - { id: "raw-milk", title: "Artisanal Dairy", description: "Milk from Amish Country Dairy in Shipshewana—as close to raw as possible. Pure, fresh, and sourced with integrity.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-milk-white-mug_23-2147872636.jpg?_wi=2", imageAlt: "Local artisanal dairy milk" }, - { id: "baked-goods", title: "Fresh Baked Goods", description: "Pastries and baked goods from Brew City, baked fresh daily. The perfect companion to your exceptional coffee.", imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg?_wi=2", imageAlt: "Fresh baked goods and pastries" } + { id: "syrups", title: "House-Made Syrups", description: "Clean, craft syrups made fresh by Brew City in Syracuse. No artificial ingredients, just pure flavor crafted with care.", imageSrc: "http://img.b2bpic.net/free-photo/apple-syrup-with-cinnamon-spices_661915-418.jpg", imageAlt: "House-made craft syrups" }, + { id: "fresh-roasted", title: "Fresh Roasted Beans", description: "Premium beans roasted fresh by Brew City. Every batch delivers the perfect balance of flavor and aroma for your morning ritual.", imageSrc: "http://img.b2bpic.net/free-photo/woman-grinding-coffee-coffee-machine_1303-31284.jpg", imageAlt: "Fresh roasted coffee beans" }, + { id: "raw-milk", title: "Artisanal Dairy", description: "Milk from Amish Country Dairy in Shipshewana—as close to raw as possible. Pure, fresh, and sourced with integrity.", imageSrc: "http://img.b2bpic.net/free-photo/healthy-milk-white-mug_23-2147872636.jpg", imageAlt: "Local artisanal dairy milk" }, + { id: "baked-goods", title: "Fresh Baked Goods", description: "Pastries and baked goods from Brew City, baked fresh daily. The perfect companion to your exceptional coffee.", imageSrc: "http://img.b2bpic.net/free-photo/bakery-atmospheric-photo_1321-4640.jpg", imageAlt: "Fresh baked goods and pastries" } ]} gridVariant="two-columns-alternating-heights" animationType="slide-up" @@ -154,7 +154,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Tell us about your interest (catering, events, or just a hello)", rows: 4, required: true }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/great-coffee-is-only-this-place_329181-2889.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/great-coffee-is-only-this-place_329181-2889.jpg" imageAlt="Coffee community gathering" mediaAnimation="slide-up" mediaPosition="right" -- 2.49.1