Merge version_1 into main #2
319
src/app/page.tsx
319
src/app/page.tsx
@@ -31,140 +31,40 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Experience",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
{
|
||||
name: "Book Now",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Experience", id: "about" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Book Now", id: "contact" },
|
||||
]}
|
||||
brandName="Red Fuego"
|
||||
button={{
|
||||
text: "Reserve",
|
||||
href: "#contact",
|
||||
}}
|
||||
button={{ text: "Reserve", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Bold Flavor. Real Fire. Unforgettable Experience."
|
||||
description="Authentic Peruvian cuisine crafted with passion in Lehi."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah J.",
|
||||
handle: "@foodie",
|
||||
testimonial: "Bold flavors, fresh ingredients, perfectly prepared dishes!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/barbecue-salad-with-crisp-slice-bread_140725-2015.jpg?_wi=1",
|
||||
imageAlt: "peruvian food cinematic dark moody",
|
||||
},
|
||||
{
|
||||
name: "Michael K.",
|
||||
handle: "@local",
|
||||
testimonial: "Welcoming, clean, and energetic atmosphere. Genuine staff.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831067.jpg?_wi=1",
|
||||
imageAlt: "peruvian rotisserie chicken restaurant photography",
|
||||
},
|
||||
{
|
||||
name: "Emily R.",
|
||||
handle: "@gourmet",
|
||||
testimonial: "Generous portions and great value. A place you'll want to come back to.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg?_wi=1",
|
||||
imageAlt: "lomo saltado peruvian dish gourmet",
|
||||
},
|
||||
{
|
||||
name: "James L.",
|
||||
handle: "@foodie",
|
||||
testimonial: "The rotisserie chicken is absolutely divine, a must-try!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg?_wi=1",
|
||||
imageAlt: "peruvian rotisserie chicken fresh",
|
||||
},
|
||||
{
|
||||
name: "Linda P.",
|
||||
handle: "@local",
|
||||
testimonial: "Best Peruvian spot in Utah. Authentic and incredibly flavorful.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg?_wi=1",
|
||||
imageAlt: "peruvian fettuccine pasta restaurant",
|
||||
},
|
||||
{ name: "Sarah J.", handle: "@foodie", testimonial: "Bold flavors, fresh ingredients, perfectly prepared dishes!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/barbecue-salad-with-crisp-slice-bread_140725-2015.jpg", imageAlt: "peruvian food cinematic dark moody" },
|
||||
{ name: "Michael K.", handle: "@local", testimonial: "Welcoming, clean, and energetic atmosphere. Genuine staff.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831067.jpg", imageAlt: "peruvian rotisserie chicken restaurant photography" },
|
||||
{ name: "Emily R.", handle: "@gourmet", testimonial: "Generous portions and great value. A place you'll want to come back to.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg", imageAlt: "lomo saltado peruvian dish gourmet" },
|
||||
{ name: "James L.", handle: "@foodie", testimonial: "The rotisserie chicken is absolutely divine, a must-try!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg", imageAlt: "peruvian rotisserie chicken fresh" },
|
||||
{ name: "Linda P.", handle: "@local", testimonial: "Best Peruvian spot in Utah. Authentic and incredibly flavorful.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg", imageAlt: "peruvian fettuccine pasta restaurant" }
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Book a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barbecue-salad-with-crisp-slice-bread_140725-2015.jpg?_wi=2"
|
||||
buttons={[{ text: "View Menu", href: "#menu" }, { text: "Book a Table", href: "#contact" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/barbecue-salad-with-crisp-slice-bread_140725-2015.jpg"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-couple-talking-enjoying-while-having-lunch-together-restaurant_58466-16803.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-happy-redhead-waitress-holding-touchpad-while-standing-pub-looking-camera_637285-2434.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-friends-spending-time-together_23-2149143978.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-people-enjoying-street-food_23-2151525664.jpg",
|
||||
alt: "Diner 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
|
||||
alt: "Diner 5",
|
||||
},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Wood-Fired Perfection",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Peruvian Heritage",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Farm-to-Table Fresh",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Hand-Crafted Cocktails",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Award-Winning Service",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-couple-talking-enjoying-while-having-lunch-together-restaurant_58466-16803.jpg", alt: "Diner 1" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-happy-redhead-waitress-holding-touchpad-while-standing-pub-looking-camera_637285-2434.jpg", alt: "Diner 2" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/medium-shot-friends-spending-time-together_23-2149143978.jpg", alt: "Diner 3" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-people-enjoying-street-food_23-2151525664.jpg", alt: "Diner 4" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", alt: "Diner 5" }
|
||||
]}
|
||||
marqueeItems={[{ type: "text", text: "Wood-Fired Perfection" }, { type: "text", text: "Authentic Peruvian Heritage" }, { type: "text", text: "Farm-to-Table Fresh" }, { type: "text", text: "Hand-Crafted Cocktails" }, { type: "text", text: "Award-Winning Service" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -176,7 +76,7 @@ export default function LandingPage() {
|
||||
description="We bring the soul of Peru to Lehi. Every dish is cooked over real fire, unlocking deep, smoky, authentic flavors that you won't find anywhere else."
|
||||
subdescription="Whether it's an intimate date night or a family celebration, our clean, energetic atmosphere ensures a world-class experience every time."
|
||||
icon={Flame}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831067.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-delicious-tacos_23-2150831067.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
@@ -188,42 +88,12 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Lomo Saltado",
|
||||
price: "$24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Rotisserie Chicken",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Peruvian Fettuccine",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Ceviche Mixto",
|
||||
price: "$26",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Anticuchos",
|
||||
price: "$16",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg?_wi=3",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Quinoa Salad",
|
||||
price: "$15",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg?_wi=3",
|
||||
},
|
||||
{ id: "p1", name: "Lomo Saltado", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg" },
|
||||
{ id: "p2", name: "Rotisserie Chicken", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg" },
|
||||
{ id: "p3", name: "Peruvian Fettuccine", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg" },
|
||||
{ id: "p4", name: "Ceviche Mixto", price: "$26", imageSrc: "http://img.b2bpic.net/free-photo/spicy-shrimp-dish-with-green-chilies-sesame-seeds_84443-85824.jpg" },
|
||||
{ id: "p5", name: "Anticuchos", price: "$16", imageSrc: "http://img.b2bpic.net/free-photo/grilled-chicken-breasts-with-vegetables_23-2148189826.jpg" },
|
||||
{ id: "p6", name: "Quinoa Salad", price: "$15", imageSrc: "http://img.b2bpic.net/free-photo/top-view-pasta-with-mussel-sauce-round-plate_176474-3413.jpg" }
|
||||
]}
|
||||
title="Signature Dishes"
|
||||
description="Authentic Peruvian flavors, prepared fresh and served in generous portions."
|
||||
@@ -235,56 +105,11 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Alex W.",
|
||||
date: "Oct 2023",
|
||||
title: "Incredible Flavor",
|
||||
quote: "First-time visitors, and we were so impressed we're already repeat customers!",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-enjoying-while-having-lunch-together-restaurant_58466-16803.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-enjoying-while-having-lunch-together-restaurant_58466-16803.jpg",
|
||||
imageAlt: "happy diner restaurant interior dark",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Maria G.",
|
||||
date: "Sep 2023",
|
||||
title: "Best in Lehi",
|
||||
quote: "The staff genuinely cares, and the atmosphere is just perfect.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-redhead-waitress-holding-touchpad-while-standing-pub-looking-camera_637285-2434.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-redhead-waitress-holding-touchpad-while-standing-pub-looking-camera_637285-2434.jpg",
|
||||
imageAlt: "happy diner restaurant interior dark",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "David T.",
|
||||
date: "Aug 2023",
|
||||
title: "Generous & Tasty",
|
||||
quote: "Best portions and value in town. Perfectly prepared dishes.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-spending-time-together_23-2149143978.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-spending-time-together_23-2149143978.jpg",
|
||||
imageAlt: "happy diner restaurant interior dark",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "John D.",
|
||||
date: "Aug 2023",
|
||||
title: "Authentic Soul",
|
||||
quote: "Deeply flavorful and truly spicy in all the right ways!",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-people-enjoying-street-food_23-2151525664.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-people-enjoying-street-food_23-2151525664.jpg",
|
||||
imageAlt: "happy diner restaurant interior dark",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sofia L.",
|
||||
date: "Jul 2023",
|
||||
title: "Five Stars",
|
||||
quote: "A place you'll want to come back to again and again.",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg",
|
||||
imageAlt: "happy diner restaurant interior dark",
|
||||
},
|
||||
{ id: "t1", name: "Alex W.", date: "Oct 2023", title: "Incredible Flavor", quote: "First-time visitors, and we were so impressed we're already repeat customers!", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-enjoying-while-having-lunch-together-restaurant_58466-16803.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-couple-talking-enjoying-while-having-lunch-together-restaurant_58466-16803.jpg" },
|
||||
{ id: "t2", name: "Maria G.", date: "Sep 2023", title: "Best in Lehi", quote: "The staff genuinely cares, and the atmosphere is just perfect.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-happy-redhead-waitress-holding-touchpad-while-standing-pub-looking-camera_637285-2434.jpg", imageSrc: "http://img.b2bpic.net/free-photo/portrait-happy-redhead-waitress-holding-touchpad-while-standing-pub-looking-camera_637285-2434.jpg" },
|
||||
{ id: "t3", name: "David T.", date: "Aug 2023", title: "Generous & Tasty", quote: "Best portions and value in town. Perfectly prepared dishes.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-spending-time-together_23-2149143978.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-friends-spending-time-together_23-2149143978.jpg" },
|
||||
{ id: "t4", name: "John D.", date: "Aug 2023", title: "Authentic Soul", quote: "Deeply flavorful and truly spicy in all the right ways!", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/young-people-enjoying-street-food_23-2151525664.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-people-enjoying-street-food_23-2151525664.jpg" },
|
||||
{ id: "t5", name: "Sofia L.", date: "Jul 2023", title: "Five Stars", quote: "A place you'll want to come back to again and again.", tag: "Review", avatarSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-eating-restaurant_23-2148395390.jpg" }
|
||||
]}
|
||||
title="Guest Reviews"
|
||||
description="Hear what our amazing guests have to say about their experience."
|
||||
@@ -297,21 +122,9 @@ export default function LandingPage() {
|
||||
title="Why Red Fuego?"
|
||||
description="We are committed to excellence in every detail of your dining journey."
|
||||
accordionItems={[
|
||||
{
|
||||
id: "a1",
|
||||
title: "Authentic Flavors",
|
||||
content: "Our recipes stay true to their Peruvian roots.",
|
||||
},
|
||||
{
|
||||
id: "a2",
|
||||
title: "Consistent Experience",
|
||||
content: "Every visit is a 5-star experience, every single time.",
|
||||
},
|
||||
{
|
||||
id: "a3",
|
||||
title: "Warm Atmosphere",
|
||||
content: "Clean, modern, and energetic, designed for your comfort.",
|
||||
},
|
||||
{ id: "a1", title: "Authentic Flavors", content: "Our recipes stay true to their Peruvian roots." },
|
||||
{ id: "a2", title: "Consistent Experience", content: "Every visit is a 5-star experience, every single time." },
|
||||
{ id: "a3", title: "Warm Atmosphere", content: "Clean, modern, and energetic, designed for your comfort." }
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/wooden-sauna-with-mountain-view-panoramic-calm_169016-70823.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -324,21 +137,9 @@ export default function LandingPage() {
|
||||
title="Once you try Red Fuego, you'll understand why our guests return."
|
||||
tag="Join Us Tonight"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "4.8+",
|
||||
description: "Star Rating",
|
||||
},
|
||||
{
|
||||
id: "m2",
|
||||
value: "100%",
|
||||
description: "Authentic Ingredients",
|
||||
},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
description: "Happy Guests",
|
||||
},
|
||||
{ id: "m1", value: "4.8+", description: "Star Rating" },
|
||||
{ id: "m2", value: "100%", description: "Authentic Ingredients" },
|
||||
{ id: "m3", value: "500+", description: "Happy Guests" }
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -347,9 +148,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Visit Us"
|
||||
title="Reserve Your Table"
|
||||
description="Ready to experience the fire? Book your table or get directions to our Lehi location."
|
||||
@@ -360,45 +159,13 @@ export default function LandingPage() {
|
||||
<FooterBaseReveal
|
||||
logoText="RED FUEGO"
|
||||
columns={[
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Lehi, Utah",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "(801) 555-0123",
|
||||
href: "tel:8015550123",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Hours",
|
||||
items: [
|
||||
{
|
||||
label: "Mon-Sun: 11am-10pm",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
],
|
||||
},
|
||||
{ title: "Contact", items: [{ label: "Lehi, Utah", href: "#" }, { label: "(801) 555-0123", href: "tel:8015550123" }] },
|
||||
{ title: "Hours", items: [{ label: "Mon-Sun: 11am-10pm", href: "#" }] },
|
||||
{ title: "Links", items: [{ label: "Menu", href: "#menu" }, { label: "Reservations", href: "#contact" }] }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user