Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-04 10:36:00 +00:00

View File

@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Our Story",
id: "#about",
},
name: "Our Story", id: "#about"},
{
name: "Menu",
id: "#menu",
},
name: "Menu", id: "#menu"},
{
name: "Reviews",
id: "#reviews",
},
name: "Reviews", id: "#reviews"},
{
name: "Visit",
id: "#visit",
},
name: "Visit", id: "#visit"},
]}
brandName="The Bagel Deli"
/>
@@ -52,22 +44,17 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardScroll
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
title="The Art of the Perfect Deli."
description="Handcrafted bagels, slow-braised pastrami, golden matzo ball soup — made the way your grandmother wished she could."
tag="DENVER'S FINEST JEWISH DELI"
buttons={[
{
text: "Explore the Menu",
href: "#menu",
},
text: "Explore the Menu", href: "#menu"},
{
text: "Order Takeout",
href: "tel:3037566667",
},
text: "Order Takeout", href: "tel:3037566667"},
]}
imageSrc="http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg"
imageAlt="Artisan bagel photography with warm lighting"
/>
</div>
@@ -80,19 +67,13 @@ export default function LandingPage() {
description="The Bagel Deli is Denver's classic Jewish deli and diner — a place where every dish is made with old-world care and new-world craft. We make our cream cheese in-house, cure our own meats, and bake our bagels fresh daily."
bulletPoints={[
{
title: "2,500+ Reviews",
description: "Highly rated by the Denver community.",
},
title: "2,500+ Reviews", description: "Highly rated by the Denver community."},
{
title: "4.7 Star Rating",
description: "Loved for authentic flavors and service.",
},
title: "4.7 Star Rating", description: "Loved for authentic flavors and service."},
{
title: "100% Housemade",
description: "Everything fresh, every single day.",
},
title: "100% Housemade", description: "Everything fresh, every single day."},
]}
imageSrc="http://img.b2bpic.net/free-photo/couple-looking-around-bio-food-store_482257-102066.jpg?_wi=1"
imageSrc="http://img.b2bpic.net/free-photo/couple-looking-around-bio-food-store_482257-102066.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -104,55 +85,25 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
id: "1",
title: "The Reuben",
author: "Classic",
description: "Corned beef, pastrami, Swiss, sauerkraut, Russian dressing.",
tags: [
"Featured",
],
imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg?_wi=2",
},
id: "1", title: "The Reuben", author: "Classic", description: "Corned beef, pastrami, Swiss, sauerkraut, Russian dressing.", tags: [
"Featured"],
imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg"},
{
id: "2",
title: "Matzo Ball Soup",
author: "Traditional",
description: "Golden broth, fluffy matzo balls, fresh dill.",
tags: [
"Signature",
],
imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg?_wi=3",
},
id: "2", title: "Matzo Ball Soup", author: "Traditional", description: "Golden broth, fluffy matzo balls, fresh dill.", tags: [
"Signature"],
imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg"},
{
id: "3",
title: "Lox & Everything",
author: "Fresh",
description: "Smoked salmon, housemade cream cheese, capers.",
tags: [
"Favorite",
],
imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg?_wi=4",
},
id: "3", title: "Lox & Everything", author: "Fresh", description: "Smoked salmon, housemade cream cheese, capers.", tags: [
"Favorite"],
imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg"},
{
id: "4",
title: "Potato Latkes",
author: "Crispy",
description: "Hand-grated potatoes, fried to perfection, served with applesauce.",
tags: [
"Side",
],
imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg?_wi=5",
},
id: "4", title: "Potato Latkes", author: "Crispy", description: "Hand-grated potatoes, fried to perfection, served with applesauce.", tags: [
"Side"],
imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg"},
{
id: "5",
title: "Black & White Cookie",
author: "Sweet",
description: "Classic New York style cookie with half vanilla and half chocolate.",
tags: [
"Dessert",
],
imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg?_wi=6",
},
id: "5", title: "Black & White Cookie", author: "Sweet", description: "Classic New York style cookie with half vanilla and half chocolate.", tags: [
"Dessert"],
imageSrc: "http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg"},
]}
title="The Menu is the Legend."
description="Every dish made with love, tradition, and zero shortcuts."
@@ -166,59 +117,28 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Drew D.",
role: "Local Guide",
company: "Denver",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg",
},
id: "1", name: "Drew D.", role: "Local Guide", company: "Denver", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-talking-his-girlfriend-lunch-time-restaurant_637285-1937.jpg"},
{
id: "2",
name: "Allison D.",
role: "Local Guide",
company: "Denver",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149250087.jpg",
},
id: "2", name: "Allison D.", role: "Local Guide", company: "Denver", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149250087.jpg"},
{
id: "3",
name: "Michael S.",
role: "Local Guide",
company: "NYC transplant",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
},
id: "3", name: "Michael S.", role: "Local Guide", company: "NYC transplant", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg"},
{
id: "4",
name: "Madeline D.J.",
role: "Local Guide",
company: "Denver",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/latin-man-his-30s-smiling-making-eye-contact-while-drinking-coffee-sandwich-his-lunch-break-food-court_662251-228.jpg",
},
id: "4", name: "Madeline D.J.", role: "Local Guide", company: "Denver", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/latin-man-his-30s-smiling-making-eye-contact-while-drinking-coffee-sandwich-his-lunch-break-food-court_662251-228.jpg"},
{
id: "5",
name: "Adam C.",
role: "Local Guide",
company: "Denver",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restaurant_23-2150491830.jpg",
},
id: "5", name: "Adam C.", role: "Local Guide", company: "Denver", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-restaurant_23-2150491830.jpg"},
]}
kpiItems={[
{
value: "4.7",
label: "Google Rating",
},
value: "4.7", label: "Google Rating"},
{
value: "2.5K+",
label: "Five-Star Reviews",
},
value: "2.5K+", label: "Five-Star Reviews"},
{
value: "100%",
label: "Fresh Daily",
},
value: "100%", label: "Fresh Daily"},
]}
title="Denver's Most Loved Deli."
description="Don't take our word for it — hear what our community says."
@@ -229,62 +149,43 @@ export default function LandingPage() {
<ContactSplit
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="COME FIND US"
title="Your table is waiting for you."
description="Walk in, call ahead, or just follow the smell of fresh-baked bagels."
imageSrc="http://img.b2bpic.net/free-photo/couple-looking-around-bio-food-store_482257-102066.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/couple-looking-around-bio-food-store_482257-102066.jpg"
buttonText="Call Now"
mediaAnimation="fade-in"
mediaAnimation="slide-up"
/>
</div>
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg?_wi=7"
imageSrc="http://img.b2bpic.net/free-photo/slices-sausage-assortment-heart-shaped-wooden-platter_140725-10763.jpg"
logoText="The Bagel Deli"
columns={[
{
title: "Navigate",
items: [
title: "Navigate", items: [
{
label: "Our Story",
href: "#about",
},
label: "Our Story", href: "#about"},
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Reviews",
href: "#reviews",
},
label: "Reviews", href: "#reviews"},
{
label: "Visit Us",
href: "#visit",
},
label: "Visit Us", href: "#visit"},
],
},
{
title: "Menu Highlights",
items: [
title: "Menu Highlights", items: [
{
label: "The Reuben",
href: "#menu",
},
label: "The Reuben", href: "#menu"},
{
label: "Matzo Ball Soup",
href: "#menu",
},
label: "Matzo Ball Soup", href: "#menu"},
{
label: "Lox Bagel",
href: "#menu",
},
label: "Lox Bagel", href: "#menu"},
{
label: "Blintzes",
href: "#menu",
},
label: "Blintzes", href: "#menu"},
],
},
]}