Merge version_1 into main #2
224
src/app/page.tsx
224
src/app/page.tsx
@@ -33,21 +33,13 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "Team",
|
||||
id: "#team",
|
||||
},
|
||||
name: "Team", id: "#team"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="Tagua Restaurant"
|
||||
/>
|
||||
@@ -56,41 +48,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardCarousel
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Authentic Flavors at Tagua"
|
||||
description="Experience fine dining reimagined with fresh, locally sourced ingredients and a modern touch."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Reserve a Table", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/served-dinner-table-restaurant_23-2148086091.jpg?_wi=1",
|
||||
imageAlt: "Luxurious dining interior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/served-dinner-table-restaurant_23-2148086091.jpg", imageAlt: "Luxurious dining interior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg?_wi=1",
|
||||
imageAlt: "Gourmet dish presentation",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg", imageAlt: "Gourmet dish presentation"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-night-with-flash_23-2150204419.jpg",
|
||||
imageAlt: "Restaurant exterior",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-woman-posing-night-with-flash_23-2150204419.jpg", imageAlt: "Restaurant exterior"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/liquor-bottle-with-candle-scarf-plant-pot_176474-6084.jpg",
|
||||
imageAlt: "Fine wine collection",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/liquor-bottle-with-candle-scarf-plant-pot_176474-6084.jpg", imageAlt: "Fine wine collection"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-red-icing-chocolate-chips-white-surface-biscuit-cake-biscuit-sweet-cookies-pie_140725-118220.jpg",
|
||||
imageAlt: "Gourmet dessert",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-little-delicious-cake-with-red-icing-chocolate-chips-white-surface-biscuit-cake-biscuit-sweet-cookies-pie_140725-118220.jpg", imageAlt: "Gourmet dessert"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg",
|
||||
imageAlt: "Lounge atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/royal-dining-room-with-wooden-furniture-chandeliers_114579-2222.jpg", imageAlt: "Lounge atmosphere"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -115,28 +92,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Farm-to-Table",
|
||||
description: "Every ingredient is sourced from local farmers within a 50-mile radius.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Leaf,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plates-cutlery-glasses-flat-lay_23-2148914878.jpg",
|
||||
imageAlt: "Plates, cutlery and glasses flat lay",
|
||||
title: "Farm-to-Table", description: "Every ingredient is sourced from local farmers within a 50-mile radius.", bentoComponent: "reveal-icon", icon: Leaf,
|
||||
},
|
||||
{
|
||||
title: "Curated Wine List",
|
||||
description: "Hand-picked selection of regional and international vintages.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Wine,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/served-dinner-table-restaurant_23-2148086091.jpg?_wi=2",
|
||||
imageAlt: "Plates, cutlery and glasses flat lay",
|
||||
title: "Curated Wine List", description: "Hand-picked selection of regional and international vintages.", bentoComponent: "reveal-icon", icon: Wine,
|
||||
},
|
||||
{
|
||||
title: "Private Events",
|
||||
description: "Elegant spaces for your most important life celebrations.",
|
||||
bentoComponent: "reveal-icon",
|
||||
icon: Users,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-arrangement-with-vegetables_23-2148494042.jpg?_wi=2",
|
||||
imageAlt: "Plates, cutlery and glasses flat lay",
|
||||
title: "Private Events", description: "Elegant spaces for your most important life celebrations.", bentoComponent: "reveal-icon", icon: Users,
|
||||
},
|
||||
]}
|
||||
title="Why Tagua Restaurant"
|
||||
@@ -152,41 +114,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Heritage Beet Salad",
|
||||
price: "$18",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/holiday-cheese-menu-with-fruit-nuts-sauce_7502-7079.jpg",
|
||||
},
|
||||
id: "1", name: "Heritage Beet Salad", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/holiday-cheese-menu-with-fruit-nuts-sauce_7502-7079.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dry-Aged Ribeye",
|
||||
price: "$45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg",
|
||||
},
|
||||
id: "2", name: "Dry-Aged Ribeye", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/fried-steak-table_140725-44194.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Pan-Seared Sea Bass",
|
||||
price: "$38",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-linguine-pasta-with-basil-sun-dried-tomatoes_84443-94397.jpg",
|
||||
},
|
||||
id: "3", name: "Pan-Seared Sea Bass", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/shrimp-linguine-pasta-with-basil-sun-dried-tomatoes_84443-94397.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Vanilla Bean Panna Cotta",
|
||||
price: "$14",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-cookie-sweet-biscuit-dessert-sugar_140725-141742.jpg",
|
||||
},
|
||||
id: "4", name: "Vanilla Bean Panna Cotta", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-creamy-cake-with-chocolate-raisins-light-dark-background-cookie-sweet-biscuit-dessert-sugar_140725-141742.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Handmade Truffle Pasta",
|
||||
price: "$32",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-fork_23-2147749504.jpg",
|
||||
},
|
||||
id: "5", name: "Handmade Truffle Pasta", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/delicious-pasta-fork_23-2147749504.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Seasonal Herb Garden Bowl",
|
||||
price: "$22",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-side-dish-with-vegetables-caviar-top-with-blurred-background_181624-2204.jpg",
|
||||
},
|
||||
id: "6", name: "Seasonal Herb Garden Bowl", price: "$22", imageSrc: "http://img.b2bpic.net/free-photo/closeup-side-dish-with-vegetables-caviar-top-with-blurred-background_181624-2204.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Discover a menu crafted with care, tradition, and flair."
|
||||
@@ -200,45 +138,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Rossi",
|
||||
handle: "@elena.travel",
|
||||
testimonial: "A truly magical dining experience. The ribeye was cooked to perfection.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
},
|
||||
id: "1", name: "Elena Rossi", handle: "@elena.travel", testimonial: "A truly magical dining experience. The ribeye was cooked to perfection.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Marcus Chen",
|
||||
handle: "@m.chen.eats",
|
||||
testimonial: "The atmosphere and flavors at Tagua are unmatched. Highly recommend.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elder-woman-having-dessert-while-working_23-2148661257.jpg",
|
||||
},
|
||||
id: "2", name: "Marcus Chen", handle: "@m.chen.eats", testimonial: "The atmosphere and flavors at Tagua are unmatched. Highly recommend.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-elder-woman-having-dessert-while-working_23-2148661257.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Miller",
|
||||
handle: "@smiller_foodie",
|
||||
testimonial: "Everything about this place screams sophistication and passion.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah Miller", handle: "@smiller_foodie", testimonial: "Everything about this place screams sophistication and passion.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-friends-restaurant_23-2148395392.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David Wilson",
|
||||
handle: "@wilson.dave",
|
||||
testimonial: "Best service I've had in years. The wine pairing was exquisite.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg",
|
||||
},
|
||||
id: "4", name: "David Wilson", handle: "@wilson.dave", testimonial: "Best service I've had in years. The wine pairing was exquisite.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-having-lunch-restaurant_23-2150491811.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Anna Becker",
|
||||
handle: "@anna.b.life",
|
||||
testimonial: "The farm-to-table focus is palpable in every bite. Simply delicious.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-her-boyfriend-holding-hands-while-toasting-with-champagne-while-having-dinner-dining-table_637285-3596.jpg",
|
||||
},
|
||||
id: "5", name: "Anna Becker", handle: "@anna.b.life", testimonial: "The farm-to-table focus is palpable in every bite. Simply delicious.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-her-boyfriend-holding-hands-while-toasting-with-champagne-while-having-dinner-dining-table_637285-3596.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Guests Are Saying"
|
||||
@@ -254,26 +167,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
members={[
|
||||
{
|
||||
id: "chef",
|
||||
name: "Julian Vega",
|
||||
role: "Executive Chef",
|
||||
description: "15+ years of experience in Michelin-starred kitchens globally.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-male-cook-wearing-chef-uniform-showing-okey-gesture-isolated-white-wall-with-copy-space_141793-36786.jpg",
|
||||
},
|
||||
id: "chef", name: "Julian Vega", role: "Executive Chef", description: "15+ years of experience in Michelin-starred kitchens globally.", imageSrc: "http://img.b2bpic.net/free-photo/young-male-cook-wearing-chef-uniform-showing-okey-gesture-isolated-white-wall-with-copy-space_141793-36786.jpg"},
|
||||
{
|
||||
id: "mgr",
|
||||
name: "Amelia Santos",
|
||||
role: "General Manager",
|
||||
description: "Ensuring every guest feels right at home at Tagua.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-gadget_1098-15124.jpg",
|
||||
},
|
||||
id: "mgr", name: "Amelia Santos", role: "General Manager", description: "Ensuring every guest feels right at home at Tagua.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-gadget_1098-15124.jpg"},
|
||||
{
|
||||
id: "som",
|
||||
name: "Luca Rossi",
|
||||
role: "Head Sommelier",
|
||||
description: "Expertly curating wines to elevate your dining journey.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-wine-glass_23-2149428775.jpg",
|
||||
},
|
||||
id: "som", name: "Luca Rossi", role: "Head Sommelier", description: "Expertly curating wines to elevate your dining journey.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-holding-wine-glass_23-2149428775.jpg"},
|
||||
]}
|
||||
title="Meet the Minds Behind Tagua"
|
||||
description="A team dedicated to culinary perfection and hospitality excellence."
|
||||
@@ -285,20 +183,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you accept walk-ins?",
|
||||
content: "While we recommend reservations, we have limited space for walk-in guests at our bar.",
|
||||
},
|
||||
id: "1", title: "Do you accept walk-ins?", content: "While we recommend reservations, we have limited space for walk-in guests at our bar."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Is the restaurant wheelchair accessible?",
|
||||
content: "Yes, our main floor and dining areas are fully wheelchair accessible.",
|
||||
},
|
||||
id: "2", title: "Is the restaurant wheelchair accessible?", content: "Yes, our main floor and dining areas are fully wheelchair accessible."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Are there vegetarian/vegan options?",
|
||||
content: "Absolutely. We pride ourselves on accommodating diverse dietary needs.",
|
||||
},
|
||||
id: "3", title: "Are there vegetarian/vegan options?", content: "Absolutely. We pride ourselves on accommodating diverse dietary needs."},
|
||||
]}
|
||||
sideTitle="Frequently Asked Questions"
|
||||
sideDescription="Find quick answers about reservations, hours, and more."
|
||||
@@ -310,16 +199,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Visit Us"
|
||||
title="Reserve Your Table"
|
||||
description="Join us for an unforgettable evening at Tagua. Book your reservation online today."
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Now",
|
||||
href: "#",
|
||||
},
|
||||
text: "Book Now", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -330,45 +216,29 @@ export default function LandingPage() {
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About Us", href: "#about"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Careers",
|
||||
href: "#",
|
||||
},
|
||||
label: "Careers", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Gift Cards",
|
||||
href: "#",
|
||||
},
|
||||
label: "Gift Cards", href: "#"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
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