Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-04 15:48:03 +00:00

View File

@@ -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"