Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
222
src/app/page.tsx
222
src/app/page.tsx
@@ -33,91 +33,59 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingInline
|
||||
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: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Reviews", id: "testimonials"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Bodegón del mar"
|
||||
button={{ text: "Book Now", href: "#contact" }}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroCentered
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Authentic Mediterranean Flavors in Alicante"
|
||||
description="Discover the true taste of the sea at Bodegón del mar. Traditional recipes, fresh local ingredients, and an unforgettable dining experience in the heart of Spain."
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/woman-enjoying-dessert-drink-cafe_273609-4006.jpg",
|
||||
alt: "Diner 1",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/woman-enjoying-dessert-drink-cafe_273609-4006.jpg", alt: "Diner 1"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-taking-photos-food_23-2149303528.jpg",
|
||||
alt: "Diner 2",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/people-taking-photos-food_23-2149303528.jpg", alt: "Diner 2"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/family-having-lunch-together-outdoors_23-2149043479.jpg",
|
||||
alt: "Diner 3",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/family-having-lunch-together-outdoors_23-2149043479.jpg", alt: "Diner 3"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
alt: "Happy diner enjoying lunch",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg", alt: "Happy diner enjoying lunch"},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149250086.jpg",
|
||||
alt: "Smiling diner sharing a moment",
|
||||
},
|
||||
src: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-taking-selfie_23-2149250086.jpg", alt: "Smiling diner sharing a moment"},
|
||||
]}
|
||||
avatarText="Loved by local food enthusiasts"
|
||||
buttons={[
|
||||
{
|
||||
text: "Book Your Table",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Book Your Table", href: "#contact"},
|
||||
]}
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Fresh Local Seafood",
|
||||
icon: Star,
|
||||
type: "text-icon", text: "Fresh Local Seafood", icon: Star,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Authentic Spanish Recipes",
|
||||
icon: Flame,
|
||||
type: "text-icon", text: "Authentic Spanish Recipes", icon: Flame,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Mediterranean Coastal Vibes",
|
||||
icon: Waves,
|
||||
type: "text-icon", text: "Mediterranean Coastal Vibes", icon: Waves,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Family-Owned Tradition",
|
||||
icon: Heart,
|
||||
type: "text-icon", text: "Family-Owned Tradition", icon: Heart,
|
||||
},
|
||||
{
|
||||
type: "text-icon",
|
||||
text: "Hand-Selected Ingredients",
|
||||
icon: Leaf,
|
||||
type: "text-icon", text: "Hand-Selected Ingredients", icon: Leaf,
|
||||
},
|
||||
]}
|
||||
/>
|
||||
@@ -140,23 +108,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
title: "Locally Sourced Seafood",
|
||||
description: "Fresh daily catch from the Alicante coast.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-seafood-black-plate_84443-94611.jpg",
|
||||
imageAlt: "Fresh seafood plate",
|
||||
},
|
||||
title: "Locally Sourced Seafood", description: "Fresh daily catch from the Alicante coast.", imageSrc: "http://img.b2bpic.net/free-photo/spaghetti-with-seafood-black-plate_84443-94611.jpg", imageAlt: "Fresh seafood plate"},
|
||||
{
|
||||
title: "Authentic Recipes",
|
||||
description: "Generations of family-inspired culinary secrets.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/mussels-meal-with-copy-space_23-2148393651.jpg",
|
||||
imageAlt: "Traditional kitchen prep",
|
||||
},
|
||||
title: "Authentic Recipes", description: "Generations of family-inspired culinary secrets.", imageSrc: "http://img.b2bpic.net/free-photo/mussels-meal-with-copy-space_23-2148393651.jpg", imageAlt: "Traditional kitchen prep"},
|
||||
{
|
||||
title: "Scenic Ambiance",
|
||||
description: "Warm and inviting space near the sea.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-fresh-various-vegetables-piece-fabric_114579-86483.jpg",
|
||||
imageAlt: "Restaurant dining area",
|
||||
},
|
||||
title: "Scenic Ambiance", description: "Warm and inviting space near the sea.", imageSrc: "http://img.b2bpic.net/free-photo/plate-fresh-various-vegetables-piece-fabric_114579-86483.jpg", imageAlt: "Restaurant dining area"},
|
||||
]}
|
||||
title="Why Choose Bodegón del mar"
|
||||
description="We blend heritage techniques with the finest seasonal products."
|
||||
@@ -171,47 +127,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Traditional Seafood Paella",
|
||||
price: "24€",
|
||||
variant: "Serves 2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-paella-dish_181624-14454.jpg",
|
||||
},
|
||||
id: "1", name: "Traditional Seafood Paella", price: "24€", variant: "Serves 2", imageSrc: "http://img.b2bpic.net/free-photo/top-view-delicious-paella-dish_181624-14454.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fresh Grilled Sea Bass",
|
||||
price: "19€",
|
||||
variant: "Seasonal",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-table-served-with-various-food-fried-eggs-with-tomatoes-sausages-cheese-fresh-salad-dessert-tea_140725-12147.jpg",
|
||||
},
|
||||
id: "2", name: "Fresh Grilled Sea Bass", price: "19€", variant: "Seasonal", imageSrc: "http://img.b2bpic.net/free-photo/side-view-breakfast-table-served-with-various-food-fried-eggs-with-tomatoes-sausages-cheese-fresh-salad-dessert-tea_140725-12147.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Gambas al Ajillo",
|
||||
price: "12€",
|
||||
variant: "Starter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/kitchen-table-with-chopping-board-with-seafood_23-2147835199.jpg",
|
||||
},
|
||||
id: "3", name: "Gambas al Ajillo", price: "12€", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/kitchen-table-with-chopping-board-with-seafood_23-2147835199.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Octopus a la Gallega",
|
||||
price: "16€",
|
||||
variant: "Starter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg",
|
||||
},
|
||||
id: "4", name: "Octopus a la Gallega", price: "16€", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/lamb-bone-covered-with-dough-finely-cooked_114579-2429.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Crispy Calamari",
|
||||
price: "10€",
|
||||
variant: "Starter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/calamari-ring_1203-7803.jpg",
|
||||
},
|
||||
id: "5", name: "Crispy Calamari", price: "10€", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/calamari-ring_1203-7803.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Steamed Mussels in Wine",
|
||||
price: "14€",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/plate-sauteed-mushroom-shrimp-served-with-tomato_141793-1995.jpg",
|
||||
},
|
||||
id: "6", name: "Steamed Mussels in Wine", price: "14€", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/plate-sauteed-mushroom-shrimp-served-with-tomato_141793-1995.jpg"},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore our curated selection of classic and contemporary Mediterranean favorites."
|
||||
@@ -225,20 +151,11 @@ export default function LandingPage() {
|
||||
tag="Our achievements"
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "15+",
|
||||
description: "Years of authentic service",
|
||||
},
|
||||
id: "m1", value: "15+", description: "Years of authentic service"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "2000+",
|
||||
description: "Satisfied regular diners",
|
||||
},
|
||||
id: "m2", value: "2000+", description: "Satisfied regular diners"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "500+",
|
||||
description: "Paellas served monthly",
|
||||
},
|
||||
id: "m3", value: "500+", description: "Paellas served monthly"},
|
||||
]}
|
||||
metricsAnimation="slide-up"
|
||||
/>
|
||||
@@ -251,40 +168,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Elena Martinez",
|
||||
handle: "@elena_gastronomy",
|
||||
testimonial: "The best seafood experience I have had in Alicante. Absolutely authentic!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5146.jpg",
|
||||
},
|
||||
id: "1", name: "Elena Martinez", handle: "@elena_gastronomy", testimonial: "The best seafood experience I have had in Alicante. Absolutely authentic!", imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-sitting-cafe_273609-5146.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Carlos Gomez",
|
||||
handle: "@carlos_eats",
|
||||
testimonial: "A truly gem of a restaurant. Every dish is perfection.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-senior-couple-eating_23-2148333639.jpg",
|
||||
},
|
||||
id: "2", name: "Carlos Gomez", handle: "@carlos_eats", testimonial: "A truly gem of a restaurant. Every dish is perfection.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-shot-cheerful-senior-couple-eating_23-2148333639.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@sarah_travels",
|
||||
testimonial: "Wonderful views, excellent staff, and incredibly fresh ingredients.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg",
|
||||
},
|
||||
id: "3", name: "Sarah Jenkins", handle: "@sarah_travels", testimonial: "Wonderful views, excellent staff, and incredibly fresh ingredients.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-brunette-woman-drinks-morning-coffee-cafe_613910-12134.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Javier Torres",
|
||||
handle: "@javi_local",
|
||||
testimonial: "My family's favorite spot for Sunday lunch. Highly recommended.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-composition_23-2149072547.jpg",
|
||||
},
|
||||
id: "4", name: "Javier Torres", handle: "@javi_local", testimonial: "My family's favorite spot for Sunday lunch. Highly recommended.", imageSrc: "http://img.b2bpic.net/free-photo/traditional-gulas-dish-composition_23-2149072547.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Lucia Moreno",
|
||||
handle: "@lucia_foodie",
|
||||
testimonial: "Authentic flavors that remind me of home cooking but with a touch of elegance.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg",
|
||||
},
|
||||
id: "5", name: "Lucia Moreno", handle: "@lucia_foodie", testimonial: "Authentic flavors that remind me of home cooking but with a touch of elegance.", imageSrc: "http://img.b2bpic.net/free-photo/people-cheering-with-wine-glasses-luxurious-restaurant_23-2150517447.jpg"},
|
||||
]}
|
||||
title="What Our Diners Say"
|
||||
description="Hear about the experiences of our wonderful guests."
|
||||
@@ -297,20 +189,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Do I need a reservation?",
|
||||
content: "We highly recommend reservations, especially on weekends and evenings.",
|
||||
},
|
||||
id: "f1", title: "Do I need a reservation?", content: "We highly recommend reservations, especially on weekends and evenings."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Are there vegetarian options?",
|
||||
content: "Yes, we offer seasonal vegetable dishes and fresh salads alongside our seafood.",
|
||||
},
|
||||
id: "f2", title: "Are there vegetarian options?", content: "Yes, we offer seasonal vegetable dishes and fresh salads alongside our seafood."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Is the restaurant wheelchair accessible?",
|
||||
content: "Our main dining area is fully accessible.",
|
||||
},
|
||||
id: "f3", title: "Is the restaurant wheelchair accessible?", content: "Our main dining area is fully accessible."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Everything you need to know about dining with us."
|
||||
@@ -322,8 +205,7 @@ export default function LandingPage() {
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Ready for an Unforgettable Meal?"
|
||||
description="Join us at Bodegón del mar for a true taste of the Mediterranean. Call us or book online."
|
||||
@@ -337,33 +219,21 @@ export default function LandingPage() {
|
||||
logoText="Bodegón del mar"
|
||||
columns={[
|
||||
{
|
||||
title: "Dine With Us",
|
||||
items: [
|
||||
title: "Dine With Us", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Reservations", href: "#contact"},
|
||||
{
|
||||
label: "Contact Us",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact Us", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Information",
|
||||
items: [
|
||||
title: "Information", 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