Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 18:27:54 +00:00

View File

@@ -32,10 +32,10 @@ export default function LandingPage() {
navItems={[
{ name: "About", id: "about" },
{ name: "Offerings", id: "offerings" },
{ name: "Stories", id: "stories" },
{ name: "Visit", id: "visit" }
{ name: "Stories", id: "testimonials" },
{ name: "Visit", id: "contact" }
]}
button={{ text: "Reserve a Table", href: "#visit" }}
button={{ text: "Reserve a Table", href: "#contact" }}
animateOnLoad={true}
className="backdrop-blur-md"
navItemClassName="text-sm font-medium"
@@ -48,13 +48,13 @@ export default function LandingPage() {
<HeroBillboardCarousel
title="Freshly Baked Moments, Expertly Crafted Coffee"
description="Welcome to Bread Fellow, where heritage sourdough meets precision espresso in the heart of Old Town Fort Collins. Every morning, we rise before dawn to bake artisan bread and brew your perfect cup."
tag="Award-Winning Artisan Bakery & Café"
tag="Award-Winning Artisan Bakery &amp; Café"
tagIcon={Sparkles}
tagAnimation="slide-up"
background={{ variant: "gradient-bars" }}
buttons={[
{ text: "Explore Our Craft", href: "#offerings" },
{ text: "Visit Us Today", href: "#visit" }
{ text: "Visit Us Today", href: "#contact" }
]}
buttonAnimation="slide-up"
mediaItems={[
@@ -81,7 +81,7 @@ export default function LandingPage() {
tagAnimation="slide-up"
title="More Than a Bakery. A Ritual."
description="Since opening in Old Town, Bread Fellow has become a sacred morning destination for those who refuse mediocrity. Our head baker sources heritage grains and ferments sourdough for 48 hours minimum. Our barista pulls every shot with the precision of a craftsperson."
subdescription="\"My husband and I just enjoyed a delicious bowl of soup with bread and a latte.\" — Debbie Albright. \"I am a coffee snob, and since the first time my daughter brought me here, I have been obsessed!\" — KD Riotto."
subdescription="&quot;My husband and I just enjoyed a delicious bowl of soup with bread and a latte.&quot; — Debbie Albright. &quot;I am a coffee snob, and since the first time my daughter brought me here, I have been obsessed!&quot; — KD Riotto."
icon={CheckCircle}
imageSrc="http://img.b2bpic.net/free-photo/delicious-indian-dosa-assortment_23-2149086036.jpg"
imageAlt="vintage cozy coffee shop interior design"
@@ -158,7 +158,7 @@ export default function LandingPage() {
useInvertedBackground={false}
accordionItems={[
{
id: "heritage-grains", title: "Heritage Grains & Long Fermentation", content: "We source organic, heritage grain varieties and ferment our sourdough for 4872 hours. This develops complex flavor, superior digestibility, and a crust that sings when you bite into it."
id: "heritage-grains", title: "Heritage Grains &amp; Long Fermentation", content: "We source organic, heritage grain varieties and ferment our sourdough for 4872 hours. This develops complex flavor, superior digestibility, and a crust that sings when you bite into it."
},
{
id: "single-origin", title: "Single-Origin, Small-Batch Espresso", content: "Every shot is pulled to order. We rotate micro-lot coffees from sustainable farms, dialing in grind and temperature daily based on bean freshness and humidity."
@@ -278,13 +278,13 @@ export default function LandingPage() {
items: [
{ label: "Menu", href: "#offerings" },
{ label: "Our Story", href: "#about" },
{ label: "Community", href: "#stories" }
{ label: "Community", href: "#testimonials" }
]
},
{
items: [
{ label: "Instagram", href: "#" },
{ label: "Contact", href: "#visit" },
{ label: "Contact", href: "#contact" },
{ label: "Press Kit", href: "#" }
]
}