Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-01 19:53:04 +00:00

View File

@@ -30,21 +30,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "Visit",
id: "contact",
},
name: "Visit", id: "contact"},
]}
brandName="New York Coffee Bar"
/>
@@ -53,45 +45,28 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardGallery
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Your Cozy Coffee Escape on Broadway"
description="Great coffee. Warm smiles. A place that feels like home."
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Get Directions",
href: "#contact",
},
text: "Get Directions", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/stars-moon-design-coffee_23-2148255073.jpg",
imageAlt: "Coffee Steam",
},
imageSrc: "http://img.b2bpic.net/free-photo/stars-moon-design-coffee_23-2148255073.jpg", imageAlt: "Coffee Steam"},
{
imageSrc: "http://img.b2bpic.net/free-photo/coffes-s-ready-barista-prepared-coffee-with-manual-drip-brewer_176420-7896.jpg",
imageAlt: "Smiling Barista",
},
imageSrc: "http://img.b2bpic.net/free-photo/coffes-s-ready-barista-prepared-coffee-with-manual-drip-brewer_176420-7896.jpg", imageAlt: "Smiling Barista"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-glass-counter_23-2147893024.jpg",
imageAlt: "Latte Art",
},
imageSrc: "http://img.b2bpic.net/free-photo/cup-cappuccino-glass-counter_23-2147893024.jpg", imageAlt: "Latte Art"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-buns-with-chocolate-cream_661915-598.jpg",
imageAlt: "Fresh Pastries",
},
imageSrc: "http://img.b2bpic.net/free-photo/cinnamon-buns-with-chocolate-cream_661915-598.jpg", imageAlt: "Fresh Pastries"},
{
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working_1303-3934.jpg",
imageAlt: "Broadway Window View",
},
imageSrc: "http://img.b2bpic.net/free-photo/business-woman-working_1303-3934.jpg", imageAlt: "Broadway Window View"},
{
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-enjoying-time-together_23-2148395448.jpg",
imageAlt: "Cozy Interior",
},
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-enjoying-time-together_23-2148395448.jpg", imageAlt: "Cozy Interior"},
]}
mediaAnimation="blur-reveal"
/>
@@ -104,19 +79,13 @@ export default function LandingPage() {
metrics={[
{
icon: Coffee,
label: "Coffee Crafted",
value: "Daily",
},
label: "Coffee Crafted", value: "Daily"},
{
icon: Smile,
label: "Happy Guests",
value: "Thousands",
},
label: "Happy Guests", value: "Thousands"},
{
icon: Home,
label: "Vibe",
value: "Cozy",
},
label: "Vibe", value: "Cozy"},
]}
metricsAnimation="slide-up"
/>
@@ -130,23 +99,11 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Signature Espresso",
price: "$4.50",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-glass-book_23-2148453642.jpg",
},
id: "p1", name: "Signature Espresso", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/front-view-coffee-glass-book_23-2148453642.jpg"},
{
id: "p2",
name: "Fresh Brewed Coffee",
price: "$3.75",
imageSrc: "http://img.b2bpic.net/free-photo/roasted-background-bean-black-coffee_1303-1924.jpg",
},
id: "p2", name: "Fresh Brewed Coffee", price: "$3.75", imageSrc: "http://img.b2bpic.net/free-photo/roasted-background-bean-black-coffee_1303-1924.jpg"},
{
id: "p3",
name: "Artisan Pastries",
price: "$5.00",
imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-cup-tea-basket-wooden-kitchen-towel-high-angle-view_176474-8168.jpg",
},
id: "p3", name: "Artisan Pastries", price: "$5.00", imageSrc: "http://img.b2bpic.net/free-photo/croissant-with-cup-tea-basket-wooden-kitchen-towel-high-angle-view_176474-8168.jpg"},
]}
title="Our Menu Highlights"
description="Simple, honest, and crafted with care."
@@ -155,50 +112,26 @@ export default function LandingPage() {
<div id="reviews" data-section="reviews">
<TestimonialCardOne
animationType="slide-up"
textboxLayout="split"
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={true}
testimonials={[
{
id: "t1",
name: "Sarah J.",
role: "Local",
company: "Broadway",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg?_wi=1",
},
id: "t1", name: "Sarah J.", role: "Local", company: "Broadway", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"},
{
id: "t2",
name: "Michael C.",
role: "Regular",
company: "New York",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-woman-with-cup-coffee_23-2147925425.jpg",
},
id: "t2", name: "Michael C.", role: "Regular", company: "New York", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-happy-woman-with-cup-coffee_23-2147925425.jpg"},
{
id: "t3",
name: "Emily R.",
role: "Artist",
company: "Village",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-meeting-with-coffee_23-2148366527.jpg",
},
id: "t3", name: "Emily R.", role: "Artist", company: "Village", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-business-meeting-with-coffee_23-2148366527.jpg"},
{
id: "t4",
name: "David K.",
role: "Visitor",
company: "Traveler",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-friends-drinking-coffee_23-2148395436.jpg",
},
id: "t4", name: "David K.", role: "Visitor", company: "Traveler", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/low-angle-smiley-friends-drinking-coffee_23-2148395436.jpg"},
{
id: "t5",
name: "Jessica L.",
role: "Student",
company: "NYU",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg?_wi=2",
},
id: "t5", name: "Jessica L.", role: "Student", company: "NYU", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-tablet_23-2149927583.jpg"},
]}
title="What Our Community Says"
description="Don't just take our word for it."
@@ -209,16 +142,13 @@ export default function LandingPage() {
<ContactCTA
useInvertedBackground={false}
background={{
variant: "plain",
}}
variant: "plain"}}
tag="Visit Us"
title="Find Your Coffee Moment"
description="1668 Broadway, New York, NY\nOpen Daily — Closes 8 PM"
buttons={[
{
text: "Get Directions",
href: "#",
},
text: "Get Directions", href: "#"},
]}
/>
</div>
@@ -229,25 +159,17 @@ export default function LandingPage() {
{
items: [
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "Location",
href: "#contact",
},
label: "Location", href: "#contact"},
],
},
{
items: [
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}