Merge version_1 into main #2
200
src/app/page.tsx
200
src/app/page.tsx
@@ -17,27 +17,26 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="elastic-effect"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
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="Earthy Eats"
|
||||
/>
|
||||
@@ -46,42 +45,21 @@ export default function LandingPage() {
|
||||
<div id="home" data-section="home">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Experience Timeless Culinary Art"
|
||||
description="Where tradition meets modern flavor. Join us for an unforgettable dining experience in the heart of the city."
|
||||
tag="Award Winning Cuisine"
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Book Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Table", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-luxe-dining-room-interior-design_114579-2223.jpg",
|
||||
imageAlt: "Restaurant ambiance",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/big-luxe-dining-room-interior-design_114579-2223.jpg", imageAlt: "Restaurant ambiance"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-are-cooking-kitchen-together_53876-24671.jpg?_wi=1",
|
||||
imageAlt: "Chef at work",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-ribs-served-with-smoked-tomato-arugula-pepper_140725-4906.jpg?_wi=1",
|
||||
imageAlt: "Artisan Harvest Burger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pie-with-ground-beef-filling-rolls-puff-pastry-with-meat-plate_114579-139.jpg?_wi=1",
|
||||
imageAlt: "Signature Truffle Pasta",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-cup-tasty-chocolate-mousse-with-strawberry-syrup-inside_114579-1834.jpg?_wi=1",
|
||||
imageAlt: "Dark Chocolate Souffle",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/couple-are-cooking-kitchen-together_53876-24671.jpg", imageAlt: "Chef at work"}
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
rating={5}
|
||||
@@ -98,7 +76,7 @@ export default function LandingPage() {
|
||||
description="At Earthy Eats, we believe in the power of ingredients. Every dish tells a story of our local farmers and our passion for excellence."
|
||||
subdescription="Our mission is to create a home away from home where every plate is a masterpiece of taste and heart."
|
||||
icon={Award}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-are-cooking-kitchen-together_53876-24671.jpg?_wi=2"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/couple-are-cooking-kitchen-together_53876-24671.jpg"
|
||||
imageAlt="Our lead chef"
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -112,34 +90,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Artisan Harvest Burger",
|
||||
price: "$24",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-ribs-served-with-smoked-tomato-arugula-pepper_140725-4906.jpg?_wi=2",
|
||||
imageAlt: "Gourmet burger",
|
||||
},
|
||||
id: "p1", name: "Artisan Harvest Burger", price: "$24", imageSrc: "http://img.b2bpic.net/free-photo/plate-lamb-ribs-served-with-smoked-tomato-arugula-pepper_140725-4906.jpg", imageAlt: "Gourmet burger"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Signature Truffle Pasta",
|
||||
price: "$28",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pie-with-ground-beef-filling-rolls-puff-pastry-with-meat-plate_114579-139.jpg?_wi=2",
|
||||
imageAlt: "Pasta dish",
|
||||
},
|
||||
id: "p2", name: "Signature Truffle Pasta", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/pie-with-ground-beef-filling-rolls-puff-pastry-with-meat-plate_114579-139.jpg", imageAlt: "Pasta dish"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Dark Chocolate Souffle",
|
||||
price: "$14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-cup-tasty-chocolate-mousse-with-strawberry-syrup-inside_114579-1834.jpg?_wi=2",
|
||||
imageAlt: "Chocolate souffle",
|
||||
},
|
||||
id: "p3", name: "Dark Chocolate Souffle", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/sweet-cup-tasty-chocolate-mousse-with-strawberry-syrup-inside_114579-1834.jpg", imageAlt: "Chocolate souffle"},
|
||||
]}
|
||||
title="Chef's Signature Menu"
|
||||
description="Hand-picked favorites to tantalize your palate and warm your soul."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "https://online-ordering-platform.com",
|
||||
},
|
||||
text: "Order Online", href: "https://online-ordering-platform.com"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -151,59 +112,28 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah Miller",
|
||||
role: "Food Critic",
|
||||
company: "Daily Eats",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sweater-posing-near-light-lamps_114579-81989.jpg?_wi=1",
|
||||
},
|
||||
id: "1", name: "Sarah Miller", role: "Food Critic", company: "Daily Eats", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sweater-posing-near-light-lamps_114579-81989.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "James & Emma",
|
||||
role: "Guests",
|
||||
company: "Locals",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-glasses-wine-get-together_23-2149187057.jpg",
|
||||
},
|
||||
id: "2", name: "James & Emma", role: "Guests", company: "Locals", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-glasses-wine-get-together_23-2149187057.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Marcus Thorne",
|
||||
role: "Traveler",
|
||||
company: "TripReviews",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-lollipop-copy-space_23-2148850928.jpg",
|
||||
},
|
||||
id: "3", name: "Marcus Thorne", role: "Traveler", company: "TripReviews", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-smiley-woman-with-lollipop-copy-space_23-2148850928.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Elena Ross",
|
||||
role: "Influencer",
|
||||
company: "SocialFoodie",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg",
|
||||
},
|
||||
id: "4", name: "Elena Ross", role: "Influencer", company: "SocialFoodie", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-sitting-table-holding-mobile-phone-indoors_171337-17096.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "David Chen",
|
||||
role: "Regular",
|
||||
company: "Neighbor",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sweater-posing-near-light-lamps_114579-81989.jpg?_wi=2",
|
||||
},
|
||||
id: "5", name: "David Chen", role: "Regular", company: "Neighbor", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-woman-sweater-posing-near-light-lamps_114579-81989.jpg"},
|
||||
]}
|
||||
kpiItems={[
|
||||
{
|
||||
value: "12k",
|
||||
label: "Happy Guests",
|
||||
},
|
||||
value: "12k", label: "Happy Guests"},
|
||||
{
|
||||
value: "4.9",
|
||||
label: "Avg Rating",
|
||||
},
|
||||
value: "4.9", label: "Avg Rating"},
|
||||
{
|
||||
value: "15",
|
||||
label: "Years Active",
|
||||
},
|
||||
value: "15", label: "Years Active"},
|
||||
]}
|
||||
title="Guest Memories"
|
||||
description="See why our guests return time and again for a taste of perfection."
|
||||
@@ -218,30 +148,15 @@ export default function LandingPage() {
|
||||
description="Find answers to common questions about our dining experience, reservations, and menu."
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do you accept reservations?",
|
||||
content: "Yes, we recommend booking a table in advance through our contact section.",
|
||||
},
|
||||
id: "f1", title: "Do you accept reservations?", content: "Yes, we recommend booking a table in advance through our contact section."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Do you cater to dietary restrictions?",
|
||||
content: "Our kitchen is happy to accommodate gluten-free, vegan, and other dietary needs.",
|
||||
},
|
||||
id: "f2", title: "Do you cater to dietary restrictions?", content: "Our kitchen is happy to accommodate gluten-free, vegan, and other dietary needs."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is parking available?",
|
||||
content: "We offer complimentary valet parking for all our guests.",
|
||||
},
|
||||
id: "f3", title: "Is parking available?", content: "We offer complimentary valet parking for all our guests."},
|
||||
{
|
||||
id: "f4",
|
||||
title: "Can I book for private events?",
|
||||
content: "Absolutely! We specialize in hosting private dinners and small gatherings.",
|
||||
},
|
||||
id: "f4", title: "Can I book for private events?", content: "Absolutely! We specialize in hosting private dinners and small gatherings."},
|
||||
{
|
||||
id: "f5",
|
||||
title: "Are children welcome?",
|
||||
content: "Yes, families are welcome and we provide high chairs upon request.",
|
||||
},
|
||||
id: "f5", title: "Are children welcome?", content: "Yes, families are welcome and we provide high chairs upon request."},
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
@@ -252,46 +167,29 @@ export default function LandingPage() {
|
||||
logoText="Earthy Eats"
|
||||
columns={[
|
||||
{
|
||||
title: "Visit Us",
|
||||
items: [
|
||||
title: "Visit Us", items: [
|
||||
{
|
||||
label: "123 Culinary St, FoodCity",
|
||||
href: "https://maps.google.com",
|
||||
},
|
||||
label: "123 Culinary St, FoodCity", href: "https://maps.google.com"},
|
||||
{
|
||||
label: "Open daily: 11am-10pm",
|
||||
href: "#",
|
||||
},
|
||||
label: "Open daily: 11am-10pm", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Quick Links",
|
||||
items: [
|
||||
title: "Quick Links", items: [
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms of Service", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user