Merge version_1 into main #2
172
src/app/page.tsx
172
src/app/page.tsx
@@ -30,21 +30,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="TastyBites"
|
||||
/>
|
||||
@@ -53,60 +45,37 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Fresh Flavors, Served Daily"
|
||||
description="Discover authentic street food crafted with love, passion, and the freshest local ingredients. Join us for a culinary experience right in the heart of the city."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/husband-wife-zero-waste-supermarket-checkout-counter-with-shopping-basket-full-organic-food-customers-waiting-their-pantry-staples-be-weighted-with-electronic-scale-local-shop_482257-69682.jpg",
|
||||
alt: "Customer 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/husband-wife-zero-waste-supermarket-checkout-counter-with-shopping-basket-full-organic-food-customers-waiting-their-pantry-staples-be-weighted-with-electronic-scale-local-shop_482257-69682.jpg", alt: "Customer 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110825.jpg",
|
||||
alt: "Customer 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110825.jpg", alt: "Customer 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-man-indoors_23-2148903582.jpg",
|
||||
alt: "Customer 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-man-indoors_23-2148903582.jpg", alt: "Customer 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-snacks-table-informal-meeting-best-friends-small-cozy-cafe-hot-spring-evening_8353-10408.jpg",
|
||||
alt: "Customer 4",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/delicious-snacks-table-informal-meeting-best-friends-small-cozy-cafe-hot-spring-evening_8353-10408.jpg", alt: "Customer 4"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459208.jpg",
|
||||
alt: "Customer 5",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459208.jpg", alt: "Customer 5"},
|
||||
]}
|
||||
avatarText="Loved by 500+ locals"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Locally Sourced",
|
||||
},
|
||||
type: "text", text: "Locally Sourced"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Farm to Table",
|
||||
},
|
||||
type: "text", text: "Farm to Table"},
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Fresh",
|
||||
},
|
||||
type: "text", text: "100% Fresh"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Chef Inspired",
|
||||
},
|
||||
type: "text", text: "Chef Inspired"},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable",
|
||||
},
|
||||
type: "text", text: "Sustainable"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -126,28 +95,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Artisan Tacos",
|
||||
description: "Freshly made tortillas with slow-cooked proteins.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Flame,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-holding-ice-cream-amusement-park_23-2147911706.jpg?_wi=1",
|
||||
imageAlt: "fresh gourmet street food street food stall",
|
||||
title: "Artisan Tacos", description: "Freshly made tortillas with slow-cooked proteins.", bentoComponent: "reveal-icon", icon: Flame
|
||||
},
|
||||
{
|
||||
title: "Gourmet Burgers",
|
||||
description: "Juicy patties with homemade secret sauce.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Beef,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/zero-waste-shop-owner-promotes-store_482257-90974.jpg",
|
||||
imageAlt: "smiling chef cooking fresh street food",
|
||||
title: "Gourmet Burgers", description: "Juicy patties with homemade secret sauce.", bentoComponent: "reveal-icon", icon: Beef
|
||||
},
|
||||
{
|
||||
title: "Refreshing Bowls",
|
||||
description: "Crisp greens and seasonal roasted vegetables.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Salad,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/husband-wife-zero-waste-supermarket-checkout-counter-with-shopping-basket-full-organic-food-customers-waiting-their-pantry-staples-be-weighted-with-electronic-scale-local-shop_482257-69682.jpg",
|
||||
imageAlt: "happy customer eating delicious street food",
|
||||
title: "Refreshing Bowls", description: "Crisp greens and seasonal roasted vegetables.", bentoComponent: "reveal-icon", icon: Salad
|
||||
},
|
||||
]}
|
||||
title="Our Signature Specialties"
|
||||
@@ -161,60 +115,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
date: "Oct 2023",
|
||||
title: "Incredible Flavor!",
|
||||
quote: "The best tacos I've ever had in this city!",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/husband-wife-zero-waste-supermarket-checkout-counter-with-shopping-basket-full-organic-food-customers-waiting-their-pantry-staples-be-weighted-with-electronic-scale-local-shop_482257-69682.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110825.jpg",
|
||||
imageAlt: "woman enjoying street food snack",
|
||||
},
|
||||
id: "1", name: "Sarah J.", date: "Oct 2023", title: "Incredible Flavor!", quote: "The best tacos I've ever had in this city!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/husband-wife-zero-waste-supermarket-checkout-counter-with-shopping-basket-full-organic-food-customers-waiting-their-pantry-staples-be-weighted-with-electronic-scale-local-shop_482257-69682.jpg", imageSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110825.jpg", imageAlt: "woman enjoying street food snack"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mark D.",
|
||||
date: "Sep 2023",
|
||||
title: "Consistently Fresh",
|
||||
quote: "I come every single Tuesday for lunch.",
|
||||
tag: "Local",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110825.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-man-indoors_23-2148903582.jpg",
|
||||
imageAlt: "young man eating gourmet street food",
|
||||
},
|
||||
id: "2", name: "Mark D.", date: "Sep 2023", title: "Consistently Fresh", quote: "I come every single Tuesday for lunch.", tag: "Local", avatarSrc: "http://img.b2bpic.net/free-photo/woman-looking-goodies-local-producer_23-2149110825.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-man-indoors_23-2148903582.jpg", imageAlt: "young man eating gourmet street food"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
date: "Aug 2023",
|
||||
title: "Amazing Service",
|
||||
quote: "Always friendly and the food is hot and fresh.",
|
||||
tag: "Newbie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-man-indoors_23-2148903582.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-snacks-table-informal-meeting-best-friends-small-cozy-cafe-hot-spring-evening_8353-10408.jpg",
|
||||
imageAlt: "couple sharing fresh street food",
|
||||
},
|
||||
id: "3", name: "Emily R.", date: "Aug 2023", title: "Amazing Service", quote: "Always friendly and the food is hot and fresh.", tag: "Newbie", avatarSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-man-indoors_23-2148903582.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-snacks-table-informal-meeting-best-friends-small-cozy-cafe-hot-spring-evening_8353-10408.jpg", imageAlt: "couple sharing fresh street food"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
date: "July 2023",
|
||||
title: "Hidden Gem",
|
||||
quote: "A must-visit for every food lover.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/delicious-snacks-table-informal-meeting-best-friends-small-cozy-cafe-hot-spring-evening_8353-10408.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459208.jpg",
|
||||
imageAlt: "customer holding takeaway food box",
|
||||
},
|
||||
id: "4", name: "David K.", date: "July 2023", title: "Hidden Gem", quote: "A must-visit for every food lover.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/delicious-snacks-table-informal-meeting-best-friends-small-cozy-cafe-hot-spring-evening_8353-10408.jpg", imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459208.jpg", imageAlt: "customer holding takeaway food box"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Chloe B.",
|
||||
date: "June 2023",
|
||||
title: "Five Stars",
|
||||
quote: "Delicious meals and perfect portion sizes.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459208.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-holding-ice-cream-amusement-park_23-2147911706.jpg?_wi=2",
|
||||
imageAlt: "fresh gourmet street food street food stall",
|
||||
},
|
||||
id: "5", name: "Chloe B.", date: "June 2023", title: "Five Stars", quote: "Delicious meals and perfect portion sizes.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/young-woman-with-messy-bun-hair-style_23-2149459208.jpg", imageSrc: "http://img.b2bpic.net/free-photo/two-happy-women-holding-ice-cream-amusement-park_23-2147911706.jpg", imageAlt: "fresh gourmet street food street food stall"},
|
||||
]}
|
||||
title="Hear From Our Foodies"
|
||||
description="See why locals keep coming back for more."
|
||||
@@ -230,30 +139,15 @@ export default function LandingPage() {
|
||||
faqsAnimation="slide-up"
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "Yes, our menu includes several plant-based and vegan-friendly dishes.",
|
||||
},
|
||||
id: "1", title: "Do you offer vegan options?", content: "Yes, our menu includes several plant-based and vegan-friendly dishes."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Are your ingredients fresh?",
|
||||
content: "We source all our ingredients from local farms every single morning.",
|
||||
},
|
||||
id: "2", title: "Are your ingredients fresh?", content: "We source all our ingredients from local farms every single morning."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I book you for events?",
|
||||
content: "Absolutely! Reach out via the contact form to discuss catering options.",
|
||||
},
|
||||
id: "3", title: "Can I book you for events?", content: "Absolutely! Reach out via the contact form to discuss catering options."},
|
||||
{
|
||||
id: "4",
|
||||
title: "Where are you located?",
|
||||
content: "We are parked in the central plaza every weekday from 11am.",
|
||||
},
|
||||
id: "4", title: "Where are you located?", content: "We are parked in the central plaza every weekday from 11am."},
|
||||
{
|
||||
id: "5",
|
||||
title: "Do you accept card payments?",
|
||||
content: "Yes, we accept all major credit and debit cards as well as mobile payments.",
|
||||
},
|
||||
id: "5", title: "Do you accept card payments?", content: "Yes, we accept all major credit and debit cards as well as mobile payments."},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -262,13 +156,9 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="TastyBites"
|
||||
leftLink={{
|
||||
text: "Terms",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Terms", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Contact",
|
||||
href: "#contact",
|
||||
}}
|
||||
text: "Contact", href: "#contact"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
|
||||
Reference in New Issue
Block a user