6 Commits

Author SHA1 Message Date
6a8153f49f Merge version_4 into main
Merge version_4 into main
2026-05-12 15:32:22 +00:00
939fa689b7 Update src/app/page.tsx 2026-05-12 15:32:19 +00:00
a2cd1fbc48 Merge version_3 into main
Merge version_3 into main
2026-05-12 15:22:59 +00:00
15a6328a53 Update src/app/page.tsx 2026-05-12 15:22:56 +00:00
2ae401a758 Merge version_2 into main
Merge version_2 into main
2026-05-12 15:21:58 +00:00
531fd4fda8 Update src/app/page.tsx 2026-05-12 15:21:54 +00:00

View File

@@ -31,21 +31,13 @@ export default function LandingPage() {
<NavbarStyleFullscreen
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "menu",
},
name: "Menu", id: "menu"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="Rapalo's"
/>
@@ -54,19 +46,14 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogoBillboard
background={{
variant: "radial-gradient",
}}
variant: "radial-gradient"}}
logoText="Authentic Honduran Flavor, Elevated."
description="Home-style meals. Generous portions. A hidden gem worth discovering."
buttons={[
{
text: "Order Now",
href: "#contact",
},
text: "Order Now", href: "/order"},
{
text: "Visit Us",
href: "#contact",
},
text: "Visit Us", href: "/menu"},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-fried-chicken-french-fries_140725-114449.jpg"
imageAlt="Golden crispy chicken with tajadas"
@@ -79,30 +66,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "Sarah J.",
imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096460.jpg",
},
id: "1", name: "Sarah J.", imageSrc: "http://img.b2bpic.net/free-photo/woman-portrait-with-bright-blue-lips_23-2151096460.jpg"},
{
id: "2",
name: "Michael C.",
imageSrc: "http://img.b2bpic.net/free-photo/surprised-male-gardener-wearing-gardening-hat-holds-tomatoes_141793-71272.jpg",
},
id: "2", name: "Michael C.", imageSrc: "http://img.b2bpic.net/free-photo/surprised-male-gardener-wearing-gardening-hat-holds-tomatoes_141793-71272.jpg"},
{
id: "3",
name: "Emily R.",
imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-happy-young-bearded-male-t-shirt-smiling-cheerfully-while-enjoying-tasty-meal-lunch-cozy-restaurant-sitting-wooden-table_273609-1965.jpg",
},
id: "3", name: "Emily R.", imageSrc: "http://img.b2bpic.net/free-photo/cropped-portrait-happy-young-bearded-male-t-shirt-smiling-cheerfully-while-enjoying-tasty-meal-lunch-cozy-restaurant-sitting-wooden-table_273609-1965.jpg"},
{
id: "4",
name: "David K.",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg",
},
id: "4", name: "David K.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-luxury-restaurant_23-2150598415.jpg"},
{
id: "5",
name: "Maria L.",
imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663836.jpg",
},
id: "5", name: "Maria L.", imageSrc: "http://img.b2bpic.net/free-photo/adults-enjoying-mexican-food_23-2149663836.jpg"},
]}
cardTitle="Loved by the Community"
cardTag="Testimonials"
@@ -118,44 +90,21 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "Pollo con Tajadas",
price: "$16.99",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-grilled-hot-green-pepper-tomato-greens-onion-pita_141793-3612.jpg",
},
id: "1", name: "Pollo con Tajadas", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chicken-kebab-with-grilled-hot-green-pepper-tomato-greens-onion-pita_141793-3612.jpg"},
{
id: "2",
name: "Baleadas",
price: "$8.50",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-corn-dogs-arrangement_23-2149455098.jpg",
},
id: "2", name: "Baleadas", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-corn-dogs-arrangement_23-2149455098.jpg"},
{
id: "3",
name: "Catracho Platter",
price: "$18.99",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg",
},
id: "3", name: "Catracho Platter", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-pakistan-meal-assortment-basket_23-2148821573.jpg"},
{
id: "4",
name: "Fried Chicken Meal",
price: "$14.99",
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-meal-arrangement_23-2149179618.jpg",
},
id: "4", name: "Fried Chicken Meal", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-meal-arrangement_23-2149179618.jpg"},
{
id: "5",
name: "Side Platter",
price: "$6.00",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-meat-corn_23-2148725021.jpg",
},
id: "5", name: "Side Platter", price: "$6.00", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-plate-with-meat-corn_23-2148725021.jpg"},
{
id: "6",
name: "Refreshing Drinks",
price: "$3.50",
imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-food-wedding-event_23-2150292087.jpg",
},
id: "6", name: "Refreshing Drinks", price: "$3.50", imageSrc: "http://img.b2bpic.net/free-photo/table-arrangement-with-food-wedding-event_23-2150292087.jpg"},
]}
title="Our Most Loved Plates"
description="Customer favorites crafted from authentic family recipes."
buttons={[{ "text": "View Full Menu", "href": "#" }]}
/>
</div>
@@ -167,17 +116,11 @@ export default function LandingPage() {
description="Authentic Honduran traditions brought to life with generous portions and warm service."
bulletPoints={[
{
title: "Authentic Recipes",
description: "Generations of Honduran flavors.",
},
title: "Authentic Recipes", description: "Generations of Honduran flavors."},
{
title: "Generous Portions",
description: "You won't leave hungry.",
},
title: "Generous Portions", description: "You won't leave hungry."},
{
title: "Welcoming Service",
description: "Friendly faces and quick service.",
},
title: "Welcoming Service", description: "Friendly faces and quick service."},
]}
imageSrc="http://img.b2bpic.net/free-photo/top-view-boiled-potatoes-with-green-onions-bread-knife-table_176474-3295.jpg"
mediaAnimation="slide-up"
@@ -191,31 +134,16 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "100%",
title: "Cultural Authenticity",
items: [
"Fresh Ingredients",
"Family Recipes",
],
id: "m1", value: "100%", title: "Cultural Authenticity", items: [
"Fresh Ingredients", "Family Recipes"],
},
{
id: "m2",
value: "24/7",
title: "Good Vibes",
items: [
"Latin Music",
"Great Energy",
],
id: "m2", value: "24/7", title: "Good Vibes", items: [
"Latin Music", "Great Energy"],
},
{
id: "m3",
value: "4.8★",
title: "Community Rating",
items: [
"Austin's Hidden Gem",
"500+ Reviews",
],
id: "m3", value: "4.8★", title: "Community Rating", items: [
"Austin's Hidden Gem", "500+ Reviews"],
},
]}
title="Good Food. Good Energy."
@@ -228,20 +156,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Chicken Plates",
content: "Our signature crispy fried chicken served with fresh sides.",
},
id: "f1", title: "Chicken Plates", content: "Our signature crispy fried chicken served with fresh sides."},
{
id: "f2",
title: "Baleadas",
content: "Fluffy hand-pressed tortillas with savory fillings.",
},
id: "f2", title: "Baleadas", content: "Fluffy hand-pressed tortillas with savory fillings."},
{
id: "f3",
title: "Catracho Favorites",
content: "Platters featuring authentic Honduran flavor combinations.",
},
id: "f3", title: "Catracho Favorites", content: "Platters featuring authentic Honduran flavor combinations."},
]}
sideTitle="Explore the Menu"
sideDescription="Everything you love, made fresh daily."
@@ -253,18 +172,13 @@ export default function LandingPage() {
<ContactText
useInvertedBackground={false}
background={{
variant: "gradient-bars",
}}
text="Ready to Try It? Come visit us or order online for fast pickup."
variant: "gradient-bars"}}
text="Hungry? Order online for pickup or visit us today."
buttons={[
{
text: "Order Now",
href: "#",
},
text: "Order Now", href: "#"},
{
text: "Call Now",
href: "tel:5551234567",
},
text: "Call Now", href: "tel:5551234567"},
]}
/>
</div>
@@ -278,4 +192,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}