Update src/app/page.tsx

This commit is contained in:
2026-05-12 22:41:46 +00:00
parent 574e561c0a
commit a9c25e0a63

View File

@@ -33,142 +33,48 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
{
name: "Menu",
id: "menu",
},
{
name: "Story",
id: "story",
},
{
name: "Reviews",
id: "reviews",
},
{
name: "Location",
id: "location",
},
{ name: "Home", id: "hero" },
{ name: "Menu", id: "menu" },
{ name: "Story", id: "about" },
{ name: "Reviews", id: "reviews" },
{ name: "Location", id: "location" },
]}
brandName="El Buen Sabor"
button={{
text: "Order Online",
href: "#",
}}
button={{ text: "Order Online", href: "#" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardTestimonial
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
title="Authentic Honduran Flavor in the Heart of Queens"
description="Fresh comfort food, handmade recipes, warm hospitality, and the flavors that bring people back home."
testimonials={[
{
name: "Maria S.",
handle: "@queensfoodie",
testimonial: "Love this hidden gem of Honduran food in Queens.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663876.jpg?_wi=1",
imageAlt: "warm kitchen Honduran food cooking",
},
{
name: "John D.",
handle: "@nycvisitor",
testimonial: "Very good food and a generous portion.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain-banana_23-2151023933.jpg?_wi=1",
imageAlt: "warm kitchen Honduran food cooking",
},
{
name: "Elena R.",
handle: "@homecookedfan",
testimonial: "It brings me nostalgia of my family.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/family-halloween-little-girl-standing-table-dresses-magic-hat-her-mom-head-loft-style-kitchen-morning_613910-18287.jpg?_wi=1",
imageAlt: "warm kitchen Honduran food cooking",
},
{
name: "Carlos M.",
handle: "@latinflavor",
testimonial: "Very tasty and very satisfying.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663832.jpg",
imageAlt: "warm kitchen Honduran food cooking",
},
{
name: "Sofia L.",
handle: "@localfoodie",
testimonial: "The best baleadas I've had in a long time.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082321.jpg",
imageAlt: "warm kitchen Honduran food cooking",
},
{ name: "Maria S.", handle: "@queensfoodie", testimonial: "Love this hidden gem of Honduran food in Queens.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663876.jpg", imageAlt: "warm kitchen Honduran food cooking" },
{ name: "John D.", handle: "@nycvisitor", testimonial: "Very good food and a generous portion.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain-banana_23-2151023933.jpg", imageAlt: "warm kitchen Honduran food cooking" },
{ name: "Elena R.", handle: "@homecookedfan", testimonial: "It brings me nostalgia of my family.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-halloween-little-girl-standing-table-dresses-magic-hat-her-mom-head-loft-style-kitchen-morning_613910-18287.jpg", imageAlt: "warm kitchen Honduran food cooking" },
{ name: "Carlos M.", handle: "@latinflavor", testimonial: "Very tasty and very satisfying.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663832.jpg", imageAlt: "warm kitchen Honduran food cooking" },
{ name: "Sofia L.", handle: "@localfoodie", testimonial: "The best baleadas I've had in a long time.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082321.jpg", imageAlt: "warm kitchen Honduran food cooking" },
]}
buttons={[
{
text: "View Menu",
href: "#menu",
},
{
text: "Order Pickup",
href: "#",
},
{
text: "Visit Us",
href: "#location",
},
{ text: "View Menu", href: "#menu" },
{ text: "Order Pickup", href: "#" },
{ text: "Visit Us", href: "#location" },
]}
imageSrc="http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663876.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663876.jpg"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663832.jpg",
alt: "Happy customer dining restaurant",
},
{
src: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082321.jpg",
alt: "Smiling family eating authentic food",
},
{
src: "http://img.b2bpic.net/free-photo/female-friends-kitchen-with-smartphone-vegetables_23-2148708974.jpg",
alt: "Diverse group of people eating",
},
{
src: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222266.jpg",
alt: "Satisfied customer laughing restaurant",
},
{
src: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-senior-couple-eating_23-2148333639.jpg",
alt: "Genuine customer smiling restaurant",
},
{ src: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663832.jpg", alt: "Happy customer dining restaurant" },
{ src: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082321.jpg", alt: "Smiling family eating authentic food" },
{ src: "http://img.b2bpic.net/free-photo/female-friends-kitchen-with-smartphone-vegetables_23-2148708974.jpg", alt: "Diverse group of people eating" },
{ src: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222266.jpg", alt: "Satisfied customer laughing restaurant" },
{ src: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-senior-couple-eating_23-2148333639.jpg", alt: "Genuine customer smiling restaurant" },
]}
marqueeItems={[
{
type: "text",
text: "Honduran Tradition",
},
{
type: "text",
text: "Family Owned",
},
{
type: "text",
text: "Fresh Daily",
},
{
type: "text",
text: "Authentic Recipes",
},
{
type: "text",
text: "Queens Best",
},
{ type: "text", text: "Honduran Tradition" },
{ type: "text", text: "Family Owned" },
{ type: "text", text: "Fresh Daily" },
{ type: "text", text: "Authentic Recipes" },
{ type: "text", text: "Queens Best" },
]}
/>
</div>
@@ -178,14 +84,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
names={[
"Freshly Cooked Daily",
"Family-Owned",
"Queens Favorite",
"Authentic Honduran Cuisine",
"Generous Portions",
"Handmade Recipes",
"Soulful Comfort",
]}
"Freshly Cooked Daily", "Family-Owned", "Queens Favorite", "Authentic Honduran Cuisine", "Generous Portions", "Handmade Recipes", "Soulful Comfort"]}
title="Queens' Favorite Honduran Cuisine"
description="Freshly cooked daily, family-owned, and authentic to the core."
/>
@@ -199,7 +98,7 @@ export default function LandingPage() {
description="El Buen Sabor is a hard-to-find authentic Honduran gem serving comfort food made with soul, warmth, and recipes passed down for generations."
subdescription="Every meal is an invitation to taste the traditions of Honduras in an elevated, cozy neighborhood atmosphere."
icon={Utensils}
imageSrc="http://img.b2bpic.net/free-photo/family-halloween-little-girl-standing-table-dresses-magic-hat-her-mom-head-loft-style-kitchen-morning_613910-18287.jpg?_wi=2"
imageSrc="http://img.b2bpic.net/free-photo/family-halloween-little-girl-standing-table-dresses-magic-hat-her-mom-head-loft-style-kitchen-morning_613910-18287.jpg"
mediaAnimation="slide-up"
/>
</div>
@@ -211,60 +110,12 @@ export default function LandingPage() {
gridVariant="four-items-2x2-equal-grid"
useInvertedBackground={false}
products={[
{
id: "1",
brand: "Seafood",
name: "Pargo Frito",
price: "$24.00",
rating: 5,
reviewCount: "120",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain-banana_23-2151023933.jpg?_wi=2",
},
{
id: "2",
brand: "Breakfast",
name: "Honduran Breakfast",
price: "$16.00",
rating: 5,
reviewCount: "98",
imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024809.jpg",
},
{
id: "3",
brand: "Sides",
name: "Sweet Plantains",
price: "$6.00",
rating: 5,
reviewCount: "205",
imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-arrangement_23-2149086080.jpg",
},
{
id: "4",
brand: "Traditional",
name: "Pupusas",
price: "$4.50",
rating: 5,
reviewCount: "340",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-potato-with-greens-inside-plate-dark-background-cooking-frying-food-meal-dish-meat-photo_140725-160878.jpg",
},
{
id: "5",
brand: "Soups",
name: "Sopa de Res",
price: "$18.00",
rating: 5,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-beef-stripes-tortilla-with-bowl-guacamole-table-cloth_23-2148042468.jpg",
},
{
id: "6",
brand: "Baleadas",
name: "Baleadas Especial",
price: "$8.00",
rating: 5,
reviewCount: "412",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-fried-fish-dark-surface-meal-pepper-meat-cooking-fry-seafood-sea-food-salad-dish_179666-17614.jpg",
},
{ id: "1", brand: "Seafood", name: "Pargo Frito", price: "$24.00", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/still-life-recipe-with-plantain-banana_23-2151023933.jpg" },
{ id: "2", brand: "Breakfast", name: "Honduran Breakfast", price: "$16.00", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/mexican-food_23-2148024809.jpg" },
{ id: "3", brand: "Sides", name: "Sweet Plantains", price: "$6.00", rating: 5, reviewCount: "205", imageSrc: "http://img.b2bpic.net/free-photo/nutritious-indian-dosa-arrangement_23-2149086080.jpg" },
{ id: "4", brand: "Traditional", name: "Pupusas", price: "$4.50", rating: 5, reviewCount: "340", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-fried-potato-with-greens-inside-plate-dark-background-cooking-frying-food-meal-dish-meat-photo_140725-160878.jpg" },
{ id: "5", brand: "Soups", name: "Sopa de Res", price: "$18.00", rating: 5, reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/top-view-mexican-beef-stripes-tortilla-with-bowl-guacamole-table-cloth_23-2148042468.jpg" },
{ id: "6", brand: "Baleadas", name: "Baleadas Especial", price: "$8.00", rating: 5, reviewCount: "412", imageSrc: "http://img.b2bpic.net/free-photo/front-view-tasty-fried-fish-dark-surface-meal-pepper-meat-cooking-fry-seafood-sea-food-salad-dish_179666-17614.jpg" },
]}
title="The Plates Everyone Talks About"
description="Crispy snapper, traditional baleadas, and soulful soups await."
@@ -274,23 +125,12 @@ export default function LandingPage() {
<div id="experience" data-section="experience">
<FeatureHoverPattern
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
features={[
{
icon: Fish,
title: "Fresh Seafood",
description: "Always sourced fresh and cooked to perfection.",
},
{
icon: Award,
title: "Handmade Preparation",
description: "No short cuts—just pure, traditional recipes.",
},
{
icon: Utensils,
title: "Generous Portions",
description: "Served with the hospitality of home.",
},
{ icon: Fish, title: "Fresh Seafood", description: "Always sourced fresh and cooked to perfection." },
{ icon: Award, title: "Handmade Preparation", description: "No short cuts—just pure, traditional recipes." },
{ icon: Utensils, title: "Generous Portions", description: "Served with the hospitality of home." },
]}
title="Made Fresh. Worth the Wait."
description="Authentic cooking takes time, but every bite is worth it. Our commitment is freshness, quality, and soul."
@@ -302,56 +142,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Ana G.",
date: "Oct 2023",
title: "Nostalgic",
quote: "It brings me nostalgia of my family.",
tag: "Favorite",
avatarSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663832.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg",
},
{
id: "2",
name: "Marcus L.",
date: "Sep 2023",
title: "Authentic",
quote: "The best Honduran food in the city.",
tag: "Regular",
avatarSrc: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082321.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg",
},
{
id: "3",
name: "Sarah P.",
date: "Aug 2023",
title: "Authentic",
quote: "Such a lovely hidden gem.",
tag: "Love",
avatarSrc: "http://img.b2bpic.net/free-photo/female-friends-kitchen-with-smartphone-vegetables_23-2148708974.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-woman-holding-fresh-tomato-sitting-kitchen-with-smartphone_1258-198253.jpg",
},
{
id: "4",
name: "David W.",
date: "Jul 2023",
title: "Great",
quote: "So flavorful and satisfying.",
tag: "Recommendation",
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222266.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg",
},
{
id: "5",
name: "Jessica M.",
date: "Jun 2023",
title: "Homey",
quote: "Feels like home every single visit.",
tag: "Homey",
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-senior-couple-eating_23-2148333639.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-tasty-food_23-2150168091.jpg",
},
{ id: "1", name: "Ana G.", date: "Oct 2023", title: "Nostalgic", quote: "It brings me nostalgia of my family.", tag: "Favorite", avatarSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663832.jpg", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663852.jpg" },
{ id: "2", name: "Marcus L.", date: "Sep 2023", title: "Authentic", quote: "The best Honduran food in the city.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/family-having-nice-thanksgiving-dinner-together_23-2149082321.jpg", imageSrc: "http://img.b2bpic.net/free-photo/contemplated-young-woman-with-dessert-table-caf_23-2147871284.jpg" },
{ id: "3", name: "Sarah P.", date: "Aug 2023", title: "Authentic", quote: "Such a lovely hidden gem.", tag: "Love", avatarSrc: "http://img.b2bpic.net/free-photo/female-friends-kitchen-with-smartphone-vegetables_23-2148708974.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-beautiful-smiling-woman-holding-fresh-tomato-sitting-kitchen-with-smartphone_1258-198253.jpg" },
{ id: "4", name: "David W.", date: "Jul 2023", title: "Great", quote: "So flavorful and satisfying.", tag: "Recommendation", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-mexican-woman-eating-ranchero-food_23-2150222266.jpg", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006704.jpg" },
{ id: "5", name: "Jessica M.", date: "Jun 2023", title: "Homey", quote: "Feels like home every single visit.", tag: "Homey", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-senior-couple-eating_23-2148333639.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-with-tasty-food_23-2150168091.jpg" },
]}
title="Customer Stories"
description="Its not just food—its nostalgia on a plate."
@@ -363,21 +158,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
faqs={[
{
id: "1",
title: "Is pricing clear?",
content: "Yes, we display our prices clearly on the menu.",
},
{
id: "2",
title: "Do you provide receipts?",
content: "Absolutely, all orders include a detailed printed receipt.",
},
{
id: "3",
title: "Do you accept orders online?",
content: "We have easy online ordering available for pickup.",
},
{ id: "1", title: "Is pricing clear?", content: "Yes, we display our prices clearly on the menu." },
{ id: "2", title: "Do you provide receipts?", content: "Absolutely, all orders include a detailed printed receipt." },
{ id: "3", title: "Do you accept orders online?", content: "We have easy online ordering available for pickup." },
]}
title="Simple Pricing. Honest Hospitality."
description="We believe in transparency. Your menu price is clear, and were here to ensure your experience is always great."
@@ -391,24 +174,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
{
id: "1",
icon: MapPin,
title: "Address",
value: "Queens, NY",
},
{
id: "2",
icon: Clock,
title: "Open Daily",
value: "11 AM - 9 PM",
},
{
id: "3",
icon: Phone,
title: "Call Us",
value: "555-010-2233",
},
{ id: "1", icon: MapPin, title: "Address", value: "Queens, NY" },
{ id: "2", icon: Clock, title: "Open Daily", value: "11 AM - 9 PM" },
{ id: "3", icon: Phone, title: "Call Us", value: "555-010-2233" },
]}
title="Visit El Buen Sabor"
description="Located in the heart of Queens. Come say hi!"
@@ -418,21 +186,13 @@ export default function LandingPage() {
<div id="contact" data-section="contact">
<ContactCTA
useInvertedBackground={false}
background={{
variant: "sparkles-gradient",
}}
background={{ variant: "sparkles-gradient" }}
tag="Ready to eat?"
title="Come Hungry. Leave Feeling at Home."
description="We're waiting to serve you the most authentic Honduran meal in the city."
buttons={[
{
text: "Visit Today",
href: "#location",
},
{
text: "Order Online",
href: "#",
},
{ text: "Visit Today", href: "#location" },
{ text: "Order Online", href: "#" },
]}
/>
</div>
@@ -440,54 +200,21 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
columns={[
{
items: [
{
label: "Home",
href: "#hero",
},
{
label: "Menu",
href: "#menu",
},
{
label: "Story",
href: "#story",
},
],
},
{
items: [
{
label: "Reviews",
href: "#reviews",
},
{
label: "Location",
href: "#location",
},
{
label: "Privacy",
href: "#",
},
],
},
{
items: [
{
label: "Order Pickup",
href: "#",
},
{
label: "Get Directions",
href: "#location",
},
{
label: "Contact",
href: "#contact",
},
],
},
{ items: [
{ label: "Home", href: "#hero" },
{ label: "Menu", href: "#menu" },
{ label: "Story", href: "#about" }
] },
{ items: [
{ label: "Reviews", href: "#reviews" },
{ label: "Location", href: "#location" },
{ label: "Privacy", href: "#" }
] },
{ items: [
{ label: "Order Pickup", href: "#" },
{ label: "Get Directions", href: "#location" },
{ label: "Contact", href: "#contact" }
] },
]}
logoText="El Buen Sabor"
/>