Merge version_1 into main #2
269
src/app/page.tsx
269
src/app/page.tsx
@@ -32,22 +32,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Catering",
|
||||
id: "catering",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "reviews",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Catering", id: "catering" },
|
||||
{ name: "Reviews", id: "reviews" },
|
||||
]}
|
||||
brandName="Fireside Tacos"
|
||||
/>
|
||||
@@ -56,69 +44,27 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "sparkles-gradient",
|
||||
}}
|
||||
variant: "sparkles-gradient"}}
|
||||
title="Authentic Fire, Handcrafted Soul"
|
||||
description="Fireside Tacos brings you the ultimate street food experience, charcoal-grilled to perfection in the heart of our community."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/smiling-woman-clicking-photo-burger-from-mobile-phone_1170-741.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg",
|
||||
alt: "Customer",
|
||||
},
|
||||
{ src: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-with-disposable-coffee-cup_107420-12311.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/smiling-woman-clicking-photo-burger-from-mobile-phone_1170-741.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/friends-talking-by-lunch_1098-14622.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg", alt: "Customer" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg", alt: "Customer" },
|
||||
]}
|
||||
avatarText="Loved by 5,000+ local foodies"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
text: "Catering Inquiry",
|
||||
href: "#catering",
|
||||
},
|
||||
{ text: "Order Now", href: "#menu" },
|
||||
{ text: "Catering Inquiry", href: "#catering" },
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Charcoal Grilled",
|
||||
icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Local Ingredients",
|
||||
icon: Leaf,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Family Recipes",
|
||||
icon: Award,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Artisan Crafted",
|
||||
icon: Briefcase,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fresh Daily",
|
||||
icon: Clock,
|
||||
},
|
||||
{ type: "text-icon", text: "Charcoal Grilled", icon: Flame },
|
||||
{ type: "text-icon", text: "Local Ingredients", icon: Leaf },
|
||||
{ type: "text-icon", text: "Family Recipes", icon: Award },
|
||||
{ type: "text-icon", text: "Artisan Crafted", icon: Briefcase },
|
||||
{ type: "text-icon", text: "Fresh Daily", icon: Clock },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -128,14 +74,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Fresh Local Produce",
|
||||
"Charcoal Grilled Daily",
|
||||
"Handmade Tortillas",
|
||||
"Authentic Family Recipes",
|
||||
"Community Driven",
|
||||
"Sustainable Sourcing",
|
||||
"Global Spice Flavors",
|
||||
]}
|
||||
"Fresh Local Produce", "Charcoal Grilled Daily", "Handmade Tortillas", "Authentic Family Recipes", "Community Driven", "Sustainable Sourcing", "Global Spice Flavors"]}
|
||||
title="The Fireside Commitment"
|
||||
description="Every taco tells a story of quality and passion."
|
||||
/>
|
||||
@@ -146,11 +85,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="Our Story"
|
||||
description={[
|
||||
"It started with an open fire and a passion for flavor.",
|
||||
"We believe in the art of the taco—bold, authentic, and unforgettable.",
|
||||
"Every ingredient is sourced from local farmers who care as much as we do.",
|
||||
"Join us by the fire for a dining experience that feels like home.",
|
||||
]}
|
||||
"It started with an open fire and a passion for flavor.", "We believe in the art of the taco—bold, authentic, and unforgettable.", "Every ingredient is sourced from local farmers who care as much as we do.", "Join us by the fire for a dining experience that feels like home."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -161,60 +96,12 @@ export default function LandingPage() {
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "Carne Asada",
|
||||
price: "$4.50",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-taco-mexican-party_23-2149362784.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Signature",
|
||||
name: "Al Pastor",
|
||||
price: "$4.00",
|
||||
rating: 5,
|
||||
reviewCount: "98",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tacos-with-vegetables-meat-flat-lay_23-2148750436.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Vegan",
|
||||
name: "Roasted Cactus",
|
||||
price: "$4.25",
|
||||
rating: 4,
|
||||
reviewCount: "65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-wooden-table_23-2148629356.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Sea",
|
||||
name: "Baja Shrimp",
|
||||
price: "$5.00",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-plate_23-2149362776.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Classic",
|
||||
name: "Pollo Asado",
|
||||
price: "$3.75",
|
||||
rating: 4,
|
||||
reviewCount: "88",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812107.jpg",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Veggie",
|
||||
name: "Portobello Mushroom",
|
||||
price: "$4.00",
|
||||
rating: 4,
|
||||
reviewCount: "72",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg",
|
||||
},
|
||||
{ id: "1", brand: "Signature", name: "Carne Asada", price: "$4.50", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-taco-mexican-party_23-2149362784.jpg" },
|
||||
{ id: "2", brand: "Signature", name: "Al Pastor", price: "$4.00", rating: 5, reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-photo/tacos-with-vegetables-meat-flat-lay_23-2148750436.jpg" },
|
||||
{ id: "3", brand: "Vegan", name: "Roasted Cactus", price: "$4.25", rating: 4, reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-tacos-wooden-table_23-2148629356.jpg" },
|
||||
{ id: "4", brand: "Sea", name: "Baja Shrimp", price: "$5.00", rating: 5, reviewCount: "210", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-food-plate_23-2149362776.jpg" },
|
||||
{ id: "5", brand: "Classic", name: "Pollo Asado", price: "$3.75", rating: 4, reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/delicious-mexican-food-plates_23-2147812107.jpg" },
|
||||
{ id: "6", brand: "Veggie", name: "Portobello Mushroom", price: "$4.00", rating: 4, reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/lavash-stuffed-with-mixed-ingredients-finely-roasted_114579-1768.jpg" },
|
||||
]}
|
||||
title="Featured Menu"
|
||||
description="Crafted fresh, served hot. Pick your favorite or try the whole lineup."
|
||||
@@ -228,49 +115,25 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Atmosphere",
|
||||
description: "Relaxed and inviting, with that unmistakable scent of charcoal.",
|
||||
icon: Flame,
|
||||
title: "Atmosphere", description: "Relaxed and inviting, with that unmistakable scent of charcoal.", icon: Flame,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-with-meat_23-2148614396.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hand-put-topping-homemade-pizza_1150-4697.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-mexican-food-with-meat_23-2148614396.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-hand-put-topping-homemade-pizza_1150-4697.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-person-making-taco_23-2150831071.jpg",
|
||||
imageAlt: "gourmet street taco ingredients",
|
||||
},
|
||||
{
|
||||
title: "Ingredients",
|
||||
description: "Local, organic, and always fresh. We never compromise.",
|
||||
icon: Leaf,
|
||||
title: "Ingredients", description: "Local, organic, and always fresh. We never compromise.", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-composition-with-healthy-ingredients_23-2147859472.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-burritos_23-2147812175.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/modern-kitchen-composition-with-healthy-ingredients_23-2147859472.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-mexican-burritos_23-2147812175.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-taco-mexican-party_23-2149362784.jpg?_wi=2",
|
||||
imageAlt: "gourmet street taco ingredients",
|
||||
},
|
||||
{
|
||||
title: "Authenticity",
|
||||
description: "Family-run, family-loved. Recipes handed down with care.",
|
||||
icon: Award,
|
||||
title: "Authenticity", description: "Family-run, family-loved. Recipes handed down with care.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pouring-sauce-delitious-burger-buns_7502-9876.jpg",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-tacos_23-2150878353.jpg",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/pouring-sauce-delitious-burger-buns_7502-9876.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-delicious-tacos_23-2150878353.jpg" },
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tacos-with-vegetables-meat-flat-lay_23-2148750436.jpg?_wi=2",
|
||||
imageAlt: "gourmet street taco ingredients",
|
||||
},
|
||||
]}
|
||||
title="Why People Come Back"
|
||||
@@ -280,75 +143,42 @@ export default function LandingPage() {
|
||||
|
||||
<div id="reviews" data-section="reviews">
|
||||
<TestimonialCardTwelve
|
||||
cardAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-cheerful-girl-friends-business-partners-having-fun-lunch-seafood-restaurant_496169-2077.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "James Chen",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-waitress-via-contactless-smart-phone-payment-bar_637285-2448.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily Rodriguez",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing-indoors_23-2149745617.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Kim",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica White",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg",
|
||||
},
|
||||
{ id: "1", name: "Sarah Miller", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-cheerful-girl-friends-business-partners-having-fun-lunch-seafood-restaurant_496169-2077.jpg" },
|
||||
{ id: "2", name: "James Chen", imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-waitress-via-contactless-smart-phone-payment-bar_637285-2448.jpg" },
|
||||
{ id: "3", name: "Emily Rodriguez", imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-posing-indoors_23-2149745617.jpg" },
|
||||
{ id: "4", name: "David Kim", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" },
|
||||
{ id: "5", name: "Jessica White", imageSrc: "http://img.b2bpic.net/free-photo/happy-asian-woman-shows-thumbs-up-approves-likes-smth-good-stands-near-cafe-entrance-give-her_1258-199002.jpg" },
|
||||
]}
|
||||
cardTitle="Guest Stories"
|
||||
cardTag="5-Star Experience"
|
||||
cardAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="location" data-section="location">
|
||||
<FaqSplitMedia
|
||||
faqsAnimation="slide-up"
|
||||
mediaAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "What are your operating hours?",
|
||||
content: "Tuesday-Sunday 11am - 10pm. Closed Mondays.",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Where are you located?",
|
||||
content: "123 Main Street, Downtown Fire District.",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Do you offer outdoor seating?",
|
||||
content: "Yes, our patio is open all year round with heating.",
|
||||
},
|
||||
{ id: "1", title: "What are your operating hours?", content: "Tuesday-Sunday 11am - 10pm. Closed Mondays." },
|
||||
{ id: "2", title: "Where are you located?", content: "123 Main Street, Downtown Fire District." },
|
||||
{ id: "3", title: "Do you offer outdoor seating?", content: "Yes, our patio is open all year round with heating." },
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
title="Visit Us"
|
||||
description="Have questions about our hours or location? Get answers here."
|
||||
faqsAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/durum-doner-served-with-sour-cream-sliced-lemon-close-up-view_141793-17450.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="catering" data-section="catering">
|
||||
<ContactSplit
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Events & Catering"
|
||||
title="Book Fireside Catering"
|
||||
description="Planning an event? Bring the fire to your guests. We cater everything from intimate weddings to corporate parties."
|
||||
@@ -359,10 +189,9 @@ export default function LandingPage() {
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
mediaAnimation="slide-up"
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Contact"
|
||||
title="Get In Touch"
|
||||
description="Have special dietary requirements or want to join the team? Reach out."
|
||||
|
||||
Reference in New Issue
Block a user