Update src/app/page.tsx

This commit is contained in:
2026-05-04 13:50:40 +00:00
parent d389568f53
commit dc7c6e3fac

View File

@@ -33,64 +33,42 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline
navItems={[
{
name: "Home",
id: "hero",
},
name: "Home", id: "hero"},
{
name: "Menu",
id: "products",
},
name: "Menu", id: "products"},
{
name: "About",
id: "about",
},
name: "About", id: "about"},
{
name: "Contact",
id: "contact",
},
name: "Contact", id: "contact"},
]}
brandName="La Bajadilla"
button={{ text: "Reservations", href: "#contact" }}
/>
</div>
<div id="hero" data-section="hero">
<HeroBillboardCarousel
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="The Taste of Marbella"
description="Experience authentic Mediterranean seafood at La Bajadilla, where fresh catches meet breathtaking coastal views."
buttons={[
{
text: "View Menu",
href: "#products",
},
text: "View Menu", href: "#products"},
{
text: "Book Table",
href: "#contact",
},
text: "Book Table", href: "#contact"},
]}
mediaItems={[
{
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-people-enjoying-their-time-sunset-cafe-potamos-beach-greece_181624-27427.jpg",
imageAlt: "La Bajadilla Restaurant Atmosphere",
},
imageSrc: "http://img.b2bpic.net/free-photo/silhouette-people-enjoying-their-time-sunset-cafe-potamos-beach-greece_181624-27427.jpg", imageAlt: "La Bajadilla Restaurant Atmosphere"},
{
imageSrc: "http://img.b2bpic.net/free-photo/fish-with-herbs-lemon-slice-narsharab_140725-6623.jpg",
imageAlt: "Fresh Seafood Platter",
},
imageSrc: "http://img.b2bpic.net/free-photo/fish-with-herbs-lemon-slice-narsharab_140725-6623.jpg", imageAlt: "Fresh Seafood Platter"},
{
imageSrc: "http://img.b2bpic.net/free-photo/romantic-picnic-with-flowers-glasses-champagne-by-sea-concept-holiday_169016-10286.jpg",
imageAlt: "Coastal View Dining",
},
imageSrc: "http://img.b2bpic.net/free-photo/romantic-picnic-with-flowers-glasses-champagne-by-sea-concept-holiday_169016-10286.jpg", imageAlt: "Coastal View Dining"},
{
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoked-fish-plate-balyk-salmon-with-herbs-pomegranate-lemon-slices_141793-4129.jpg",
imageAlt: "Chef at Work",
},
imageSrc: "http://img.b2bpic.net/free-photo/top-view-smoked-fish-plate-balyk-salmon-with-herbs-pomegranate-lemon-slices_141793-4129.jpg", imageAlt: "Chef at Work"},
{
imageSrc: "http://img.b2bpic.net/free-photo/cast-iron-pan-mussels-cream-sauce-garnished-with-fresh-herbs_140725-1442.jpg",
imageAlt: "Wine Pairing",
},
imageSrc: "http://img.b2bpic.net/free-photo/cast-iron-pan-mussels-cream-sauce-garnished-with-fresh-herbs_140725-1442.jpg", imageAlt: "Wine Pairing"},
]}
/>
</div>
@@ -114,20 +92,11 @@ export default function LandingPage() {
useInvertedBackground={false}
features={[
{
title: "Fresh Catch Daily",
description: "Sourced every morning from the local port.",
imageSrc: "http://img.b2bpic.net/free-photo/delicious-sea-food-wooden-table-bench-shore-concept_53876-23078.jpg",
},
title: "Fresh Catch Daily", description: "Sourced every morning from the local port.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-sea-food-wooden-table-bench-shore-concept_53876-23078.jpg"},
{
title: "Ocean Views",
description: "Dining experience overlooking the Mediterranean.",
imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg",
},
title: "Ocean Views", description: "Dining experience overlooking the Mediterranean.", imageSrc: "http://img.b2bpic.net/free-photo/food-celebrating-world-tapas-day_23-2149361466.jpg"},
{
title: "Local Tradition",
description: "Hand-crafted recipes passed down through generations.",
imageSrc: "http://img.b2bpic.net/free-photo/still-life-minimalist-lifestyle_23-2149743917.jpg",
},
title: "Local Tradition", description: "Hand-crafted recipes passed down through generations.", imageSrc: "http://img.b2bpic.net/free-photo/still-life-minimalist-lifestyle_23-2149743917.jpg"},
]}
title="Why Choose Us"
description="We ensure every bite tells a story of the coast."
@@ -142,41 +111,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "1",
name: "Classic Paella",
price: "24€",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-sea-bass-fish-meat-steak-with-vegetable_74190-790.jpg",
},
id: "1", name: "Classic Paella", price: "24€", imageSrc: "http://img.b2bpic.net/free-photo/grilled-sea-bass-fish-meat-steak-with-vegetable_74190-790.jpg"},
{
id: "2",
name: "Calamari Andaluz",
price: "18€",
imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad_74190-5800.jpg",
},
id: "2", name: "Calamari Andaluz", price: "18€", imageSrc: "http://img.b2bpic.net/free-photo/seafood-salad_74190-5800.jpg"},
{
id: "3",
name: "Grilled Prawns",
price: "22€",
imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368929.jpg",
},
id: "3", name: "Grilled Prawns", price: "22€", imageSrc: "http://img.b2bpic.net/free-photo/world-tapa-s-day-celebration-with-snacks_23-2149368929.jpg"},
{
id: "4",
name: "Sea Bass Salt-Baked",
price: "28€",
imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-oyster-with-caviar-top-lemon_74190-6027.jpg",
},
id: "4", name: "Sea Bass Salt-Baked", price: "28€", imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-oyster-with-caviar-top-lemon_74190-6027.jpg"},
{
id: "5",
name: "Octopus Carpaccio",
price: "20€",
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-seafood-bowl_23-2149410776.jpg",
},
id: "5", name: "Octopus Carpaccio", price: "20€", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-tasty-seafood-bowl_23-2149410776.jpg"},
{
id: "6",
name: "Seafood Soup",
price: "19€",
imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-shrimps-mussels-lobsters-served-with-lemon-glass-beer_140725-8799.jpg",
},
id: "6", name: "Seafood Soup", price: "19€", imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-with-shrimps-mussels-lobsters-served-with-lemon-glass-beer_140725-8799.jpg"},
]}
title="Chef's Signature Dishes"
description="Our most popular selections, curated for an unforgettable meal."
@@ -191,25 +136,13 @@ export default function LandingPage() {
useInvertedBackground={false}
metrics={[
{
id: "m1",
value: "20+",
title: "Years Experience",
description: "Crafting culinary excellence.",
icon: Award,
id: "m1", value: "20+", title: "Years Experience", description: "Crafting culinary excellence.", icon: Award,
},
{
id: "m2",
value: "15k",
title: "Happy Guests",
description: "Served over the past years.",
icon: Heart,
id: "m2", value: "15k", title: "Happy Guests", description: "Served over the past years.", icon: Heart,
},
{
id: "m3",
value: "4.9",
title: "Star Rating",
description: "Based on guest reviews.",
icon: Star,
id: "m3", value: "4.9", title: "Star Rating", description: "Based on guest reviews.", icon: Star,
},
]}
title="Quality by Numbers"
@@ -224,40 +157,15 @@ export default function LandingPage() {
useInvertedBackground={true}
testimonials={[
{
id: "1",
name: "Maria Lopez",
handle: "@marialopez",
testimonial: "The best seafood in Marbella!",
imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg",
},
id: "1", name: "Maria Lopez", handle: "@marialopez", testimonial: "The best seafood in Marbella!", imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg"},
{
id: "2",
name: "John Smith",
handle: "@jsmith",
testimonial: "Exceptional service and view.",
imageSrc: "http://img.b2bpic.net/free-photo/happy-father-son-serving-dinner_23-2148351771.jpg",
},
id: "2", name: "John Smith", handle: "@jsmith", testimonial: "Exceptional service and view.", imageSrc: "http://img.b2bpic.net/free-photo/happy-father-son-serving-dinner_23-2148351771.jpg"},
{
id: "3",
name: "Elena Rossi",
handle: "@erossi",
testimonial: "Authentic and fresh flavors.",
imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg",
},
id: "3", name: "Elena Rossi", handle: "@erossi", testimonial: "Authentic and fresh flavors.", imageSrc: "http://img.b2bpic.net/free-photo/couple-enjoying-food-restaurant_23-2149269179.jpg"},
{
id: "4",
name: "David Clark",
handle: "@dclark",
testimonial: "Hidden gem in the port area.",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-lifting-face-mask-restrictions-outdoors_23-2149384579.jpg",
},
id: "4", name: "David Clark", handle: "@dclark", testimonial: "Hidden gem in the port area.", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-celebrating-lifting-face-mask-restrictions-outdoors_23-2149384579.jpg"},
{
id: "5",
name: "Sarah Miller",
handle: "@smiller",
testimonial: "I love the paella here!",
imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187187.jpg",
},
id: "5", name: "Sarah Miller", handle: "@smiller", testimonial: "I love the paella here!", imageSrc: "http://img.b2bpic.net/free-photo/group-friends-dining-out_23-2149187187.jpg"},
]}
title="Guest Experiences"
description="Hear what our wonderful guests have to say."
@@ -270,20 +178,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do I need a reservation?",
content: "Yes, booking is recommended especially in the summer.",
},
id: "f1", title: "Do I need a reservation?", content: "Yes, booking is recommended especially in the summer."},
{
id: "f2",
title: "Are you pet friendly?",
content: "We allow pets on our outside terrace area.",
},
id: "f2", title: "Are you pet friendly?", content: "We allow pets on our outside terrace area."},
{
id: "f3",
title: "What are your hours?",
content: "Open daily from 12:00 PM to midnight.",
},
id: "f3", title: "What are your hours?", content: "Open daily from 12:00 PM to midnight."},
]}
title="Frequently Asked"
description="Need more information? Check our common questions."
@@ -295,8 +194,7 @@ export default function LandingPage() {
<ContactCenter
useInvertedBackground={true}
background={{
variant: "plain",
}}
variant: "plain"}}
title="Join Our Mailing List"
description="Get exclusive updates on menu items and seasonal specials."
tag="Newsletter"
@@ -307,46 +205,29 @@ export default function LandingPage() {
<FooterSimple
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Home",
href: "#hero",
},
label: "Home", href: "#hero"},
{
label: "Menu",
href: "#products",
},
label: "Menu", href: "#products"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
],
},
{
title: "Contact",
items: [
title: "Contact", items: [
{
label: "Call Us",
href: "tel:+34952000000",
},
label: "Call Us", href: "tel:+34952000000"},
{
label: "Email",
href: "mailto:info@labajadilla.com",
},
label: "Email", href: "mailto:info@labajadilla.com"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Cookies",
href: "#",
},
label: "Cookies", href: "#"},
],
},
]}