Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-04-21 10:21:29 +00:00

View File

@@ -31,25 +31,15 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "Reviews",
id: "testimonials",
},
name: "Reviews", id: "testimonials"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Vanta Coffee Hub"
/>
@@ -58,41 +48,26 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Welcome to Vanta Coffee Hub"
description="Authentic island flavors and homemade breakfast, served with heart by our family to yours. Taste the true local experience in Wailuku."
buttons={[
{
text: "View Menu",
href: "#products",
},
text: "View Menu", href: "#products"},
]}
mediaItems={[
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CC1DfMBEep73J7GVrRldCwnFqD/uploaded-1776766832106-vchh338w.png",
imageAlt: "Breakfast Plate",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CC1DfMBEep73J7GVrRldCwnFqD/uploaded-1776766832106-vchh338w.png", imageAlt: "Breakfast Plate"},
{
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CC1DfMBEep73J7GVrRldCwnFqD/uploaded-1776766832106-wbcgn41b.png",
imageAlt: "Cafe Atmosphere",
},
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CC1DfMBEep73J7GVrRldCwnFqD/uploaded-1776766832106-wbcgn41b.png", imageAlt: "Cafe Atmosphere"},
{
imageSrc: "http://img.b2bpic.net/free-photo/spicy-mexican-scrambled-eggs-top-view_23-2148224134.jpg",
imageAlt: "Local Favorites",
},
imageSrc: "http://img.b2bpic.net/free-photo/spicy-mexican-scrambled-eggs-top-view_23-2148224134.jpg", imageAlt: "Local Favorites"},
{
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-16566.jpg",
imageAlt: "Fresh Coffee",
},
imageSrc: "http://img.b2bpic.net/free-photo/aerial-view-various-coffee_53876-16566.jpg", imageAlt: "Fresh Coffee"},
{
imageSrc: "http://img.b2bpic.net/free-photo/close-up-english-breakfast_23-2148322816.jpg",
imageAlt: "Diner Classics",
},
imageSrc: "http://img.b2bpic.net/free-photo/close-up-english-breakfast_23-2148322816.jpg", imageAlt: "Diner Classics"},
{
imageSrc: "http://img.b2bpic.net/free-photo/closeup-sliced-sausage-mix-fresh-vegetables-fried-rustic-pan-with-mustard_181624-33972.jpg",
imageAlt: "Breakfast Special",
},
imageSrc: "http://img.b2bpic.net/free-photo/closeup-sliced-sausage-mix-fresh-vegetables-fried-rustic-pan-with-mustard_181624-33972.jpg", imageAlt: "Breakfast Special"},
]}
/>
</div>
@@ -103,9 +78,7 @@ export default function LandingPage() {
title="A Place for Locals, By Locals"
buttons={[
{
text: "Learn More",
href: "#contact",
},
text: "Learn More", href: "#contact"},
]}
/>
</div>
@@ -118,20 +91,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Hearty Local Fare",
description: "From eggs and rice to spam and kim chi, we honor the breakfast traditions of Hawaii.",
imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-8176.jpg",
},
title: "Hearty Local Fare", description: "From eggs and rice to spam and kim chi, we honor the breakfast traditions of Hawaii.", imageSrc: "http://img.b2bpic.net/free-photo/spicy-vegan-salad-with-sticky-berry-grain-rice_1339-8176.jpg"},
{
title: "Crafted with Love",
description: "Our espresso and meals are prepared carefully, just for you, every single morning.",
imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-tray-with-grapefruit-sandwich_23-2148797083.jpg",
},
title: "Crafted with Love", description: "Our espresso and meals are prepared carefully, just for you, every single morning.", imageSrc: "http://img.b2bpic.net/free-photo/morning-coffee-tray-with-grapefruit-sandwich_23-2148797083.jpg"},
{
title: "Warm Family Vibe",
description: "You're not just a customer; you're part of our family here at the Hub.",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-gray-plate-with-toast-fried-eggs-bacon-salad_23-2148067098.jpg",
},
title: "Warm Family Vibe", description: "You're not just a customer; you're part of our family here at the Hub.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-gray-plate-with-toast-fried-eggs-bacon-salad_23-2148067098.jpg"},
]}
title="Why Vanta Feels Like Home"
description="Everything we serve is made with love and attention to traditional local flavors that keep our community coming back."
@@ -140,46 +104,23 @@ export default function LandingPage() {
<div id="products" data-section="products">
<ProductCardThree
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Denver Omelet",
price: "$20",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-egg-frying-pan-with-colorful-peppers-with-quail-eggs-wooden-bowl-white-background_141793-14849.jpg",
},
id: "p1", name: "Denver Omelet", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/top-view-fried-egg-frying-pan-with-colorful-peppers-with-quail-eggs-wooden-bowl-white-background_141793-14849.jpg"},
{
id: "p2",
name: "Spam & Eggs",
price: "$22",
imageSrc: "http://img.b2bpic.net/free-photo/english-breakfast-cooking-pan-with-fried-eggs-bacon-beans-grilled-tomatoes_1150-37815.jpg",
},
id: "p2", name: "Spam & Eggs", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/english-breakfast-cooking-pan-with-fried-eggs-bacon-beans-grilled-tomatoes_1150-37815.jpg"},
{
id: "p3",
name: "Golden Hash Browns",
price: "$8",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-plate_23-2149606394.jpg",
},
id: "p3", name: "Golden Hash Browns", price: "$8", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-plate_23-2149606394.jpg"},
{
id: "p4",
name: "Fluffy Pancakes",
price: "$15",
imageSrc: "http://img.b2bpic.net/free-photo/sweet-homemade-stack-pancakes-with-syrup-breakfast-blue-desk_23-2148161708.jpg",
},
id: "p4", name: "Fluffy Pancakes", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/sweet-homemade-stack-pancakes-with-syrup-breakfast-blue-desk_23-2148161708.jpg"},
{
id: "p5",
name: "Fresh Brewed Espresso",
price: "$6",
imageSrc: "http://img.b2bpic.net/free-photo/watercolor-coffee-cup-coffee-beans-illustration_23-2151720146.jpg",
},
id: "p5", name: "Fresh Brewed Espresso", price: "$6", imageSrc: "http://img.b2bpic.net/free-photo/watercolor-coffee-cup-coffee-beans-illustration_23-2151720146.jpg"},
{
id: "p6",
name: "Portuguese Sausage Plate",
price: "$20",
imageSrc: "http://img.b2bpic.net/free-photo/homemade-sausage_2829-14085.jpg",
},
id: "p6", name: "Portuguese Sausage Plate", price: "$20", imageSrc: "http://img.b2bpic.net/free-photo/homemade-sausage_2829-14085.jpg"},
]}
title="Our Popular Breakfast Menu"
description="Discover our most beloved local breakfast classics."
@@ -192,45 +133,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
title: "Amazing Vibes",
quote: "Very attentive staff and very homey vibes. Auntie always making sure we had everything.",
name: "Alyssa Foster",
role: "Local Guide",
imageSrc: "http://img.b2bpic.net/free-photo/smiling-waitress-serving-order_23-2147984978.jpg",
},
id: "1", title: "Amazing Vibes", quote: "Very attentive staff and very homey vibes. Auntie always making sure we had everything.", name: "Alyssa Foster", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/smiling-waitress-serving-order_23-2147984978.jpg"},
{
id: "2",
title: "Best Place in Town",
quote: "The couple that runs the place is incredibly nice and attentive. Portuguese sausage and rice was great.",
name: "Cee Dupree",
role: "Local Guide",
imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-by-window_53876-65125.jpg",
},
id: "2", title: "Best Place in Town", quote: "The couple that runs the place is incredibly nice and attentive. Portuguese sausage and rice was great.", name: "Cee Dupree", role: "Local Guide", imageSrc: "http://img.b2bpic.net/free-photo/cup-coffee-by-window_53876-65125.jpg"},
{
id: "3",
title: "Character and Comfort",
quote: "Very nice place. I had eggs with pancakes. Twenty bucks, you can't go wrong.",
name: "Sunset Services",
role: "Patron",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pancakes-with-fruits-coffee_23-2148354679.jpg",
},
id: "3", title: "Character and Comfort", quote: "Very nice place. I had eggs with pancakes. Twenty bucks, you can't go wrong.", name: "Sunset Services", role: "Patron", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-pancakes-with-fruits-coffee_23-2148354679.jpg"},
{
id: "4",
title: "Authentic Local Flavor",
quote: "The food is delicious and the atmosphere is so quiet and nice. My favorite spot.",
name: "Mark K.",
role: "Regular Guest",
imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-watermelon_23-2150347495.jpg",
},
id: "4", title: "Authentic Local Flavor", quote: "The food is delicious and the atmosphere is so quiet and nice. My favorite spot.", name: "Mark K.", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/us-labor-day-celebration-with-watermelon_23-2150347495.jpg"},
{
id: "5",
title: "Truly Welcoming",
quote: "They treated us like family from the moment we walked in. Wonderful breakfast experience.",
name: "Sarah H.",
role: "Visitor",
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081870.jpg",
},
id: "5", title: "Truly Welcoming", quote: "They treated us like family from the moment we walked in. Wonderful breakfast experience.", name: "Sarah H.", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081870.jpg"},
]}
title="Heartfelt Reviews from Our Guests"
description="We are proud to serve our community and share these wonderful memories with our friends."
@@ -243,20 +154,11 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{
id: "f1",
title: "Where are you located?",
content: "We are located at 291 Hookahi St STE 103, Wailuku, HI 96793.",
},
id: "f1", title: "Where are you located?", content: "We are located at 291 Hookahi St STE 103, Wailuku, HI 96793."},
{
id: "f2",
title: "What kind of food do you serve?",
content: "We focus on authentic local Hawaiian breakfast dishes, like eggs over easy with rice, spam, and Portuguese sausage.",
},
id: "f2", title: "What kind of food do you serve?", content: "We focus on authentic local Hawaiian breakfast dishes, like eggs over easy with rice, spam, and Portuguese sausage."},
{
id: "f3",
title: "Are you open on weekends?",
content: "Check our latest opening hours, as we love to serve our community bright and early during the week and weekends.",
},
id: "f3", title: "Are you open on weekends?", content: "Check our latest opening hours, as we love to serve our community bright and early during the week and weekends."},
]}
title="Frequently Asked Questions"
description="Planning your visit to Vanta? Check out these common inquiries."
@@ -268,8 +170,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={false}
background={{
variant: "animated-grid",
}}
variant: "animated-grid"}}
tag="Visit Us"
title="Join Our Local Breakfast Family"
description="Sign up for updates on our special breakfast menu and community events."
@@ -282,41 +183,27 @@ export default function LandingPage() {
{
items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
{
label: "Menu",
href: "#products",
},
label: "Menu", href: "#products"},
],
},
{
items: [
{
label: "Reviews",
href: "#testimonials",
},
label: "Reviews", href: "#testimonials"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
],
},
]}