Update src/app/page.tsx

This commit is contained in:
2026-05-06 09:26:26 +00:00
parent ab52641969
commit 95f12f2196

View File

@@ -12,6 +12,7 @@ import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatin
import ProductCardOne from '@/components/sections/product/ProductCardOne';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import { Zap, Star, Award, CheckCircle } from 'lucide-react';
export default function LandingPage() {
return (
@@ -32,21 +33,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
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="Baracuda"
/>
@@ -58,13 +51,9 @@ export default function LandingPage() {
description="Experience the perfect blend of sophisticated flavor, craft cocktails, and an atmosphere that defines luxury dining."
buttons={[
{
text: "View Menu",
href: "#menu",
},
text: "View Menu", href: "#menu"},
{
text: "Book Table",
href: "#contact",
},
text: "Book Table", href: "#contact"},
]}
imageSrc="http://img.b2bpic.net/free-photo/high-angle-shot-fancy-restaurant-round-table-with-windows_181624-26298.jpg"
showDimOverlay={true}
@@ -76,24 +65,15 @@ export default function LandingPage() {
useInvertedBackground={true}
heading={[
{
type: "text",
content: "Our Culinary Craft",
},
type: "text", content: "Our Culinary Craft"},
{
type: "image",
src: "http://img.b2bpic.net/free-photo/front-view-chef-plating-meal_23-2148794097.jpg",
alt: "Chef at work",
},
type: "image", src: "http://img.b2bpic.net/free-photo/front-view-chef-plating-meal_23-2148794097.jpg", alt: "Chef at work"},
{
type: "text",
content: "Inspired by the sea, refined by the city.",
},
type: "text", content: "Inspired by the sea, refined by the city."},
]}
buttons={[
{
text: "Our Story",
href: "#",
},
text: "Our Story", href: "#"},
]}
/>
</div>
@@ -106,41 +86,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "p1",
name: "Grilled Sea Bass",
price: "$38",
imageSrc: "http://img.b2bpic.net/free-photo/grilled-sea-bass-fish-meat-steak-with-vegetable_74190-7588.jpg",
},
id: "p1", name: "Grilled Sea Bass", price: "$38", imageSrc: "http://img.b2bpic.net/free-photo/grilled-sea-bass-fish-meat-steak-with-vegetable_74190-7588.jpg"},
{
id: "p2",
name: "Smoked Old Fashioned",
price: "$18",
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-glass-with-raspberry-lemonade-with-dried-flowers_181624-30519.jpg",
},
id: "p2", name: "Smoked Old Fashioned", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-glass-with-raspberry-lemonade-with-dried-flowers_181624-30519.jpg"},
{
id: "p3",
name: "Seafood Linguine",
price: "$32",
imageSrc: "http://img.b2bpic.net/free-photo/hot-california-sushi-rolls-with-red-caviar_114579-2128.jpg",
},
id: "p3", name: "Seafood Linguine", price: "$32", imageSrc: "http://img.b2bpic.net/free-photo/hot-california-sushi-rolls-with-red-caviar_114579-2128.jpg"},
{
id: "p4",
name: "Truffle Risotto",
price: "$28",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-bartender-front-table-with-shakers-preparing-drink-yellow-desk-bar-alcohol-drink-night-club-youth_140725-121722.jpg",
},
id: "p4", name: "Truffle Risotto", price: "$28", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-bartender-front-table-with-shakers-preparing-drink-yellow-desk-bar-alcohol-drink-night-club-youth_140725-121722.jpg"},
{
id: "p5",
name: "Lobster Tail",
price: "$45",
imageSrc: "http://img.b2bpic.net/free-photo/basket-with-bread-sliced-eggplant_140725-4351.jpg",
},
id: "p5", name: "Lobster Tail", price: "$45", imageSrc: "http://img.b2bpic.net/free-photo/basket-with-bread-sliced-eggplant_140725-4351.jpg"},
{
id: "p6",
name: "House Reserve Wine",
price: "$55",
imageSrc: "http://img.b2bpic.net/free-photo/transparent-beverage-glass-with-glass-straw_23-2149331891.jpg",
},
id: "p6", name: "House Reserve Wine", price: "$55", imageSrc: "http://img.b2bpic.net/free-photo/transparent-beverage-glass-with-glass-straw_23-2149331891.jpg"},
]}
title="Signature Menu"
description="Exquisite dishes crafted with fresh, local ingredients and premium culinary techniques."
@@ -153,29 +109,17 @@ export default function LandingPage() {
useInvertedBackground={true}
features={[
{
title: "Atmosphere",
description: "Relax in our sophisticated, hand-crafted interior.",
buttonIcon: "Zap",
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg",
},
title: "Atmosphere", description: "Relax in our sophisticated, hand-crafted interior.", buttonIcon: Zap,
imageSrc: "http://img.b2bpic.net/free-photo/luxury-dining-room-with-elegant-chandelier-lighting-generated-by-ai_188544-21199.jpg"},
{
title: "Fresh Ingredients",
description: "Local sourcing is the soul of our menu.",
buttonIcon: "Star",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg",
},
title: "Fresh Ingredients", description: "Local sourcing is the soul of our menu.", buttonIcon: Star,
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-food-arrangement_23-2148510906.jpg"},
{
title: "Expert Mixology",
description: "Cocktails balanced to perfection by pros.",
buttonIcon: "Award",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-bartender-preparing-drink_23-2150494259.jpg",
},
title: "Expert Mixology", description: "Cocktails balanced to perfection by pros.", buttonIcon: Award,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-bartender-preparing-drink_23-2150494259.jpg"},
{
title: "Premium Service",
description: "Attentive, professional, and discreet care.",
buttonIcon: "CheckCircle",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-luxury-restaurant_23-2150598348.jpg",
},
title: "Premium Service", description: "Attentive, professional, and discreet care.", buttonIcon: CheckCircle,
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-luxury-restaurant_23-2150598348.jpg"},
]}
title="The Baracuda Difference"
description="We pride ourselves on providing not just a meal, but an unforgettable experience."
@@ -184,63 +128,33 @@ export default function LandingPage() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardSixteen
animationType="slide-up"
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
{
id: "1",
name: "John D.",
role: "Food Critic",
company: "Local Guide",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg",
},
id: "1", name: "John D.", role: "Food Critic", company: "Local Guide", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/close-up-young-friends-restaurant_23-2148395397.jpg"},
{
id: "2",
name: "Sarah P.",
role: "Artist",
company: "Design Studio",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/drunk-girl-having-fun-party_52683-92751.jpg",
},
id: "2", name: "Sarah P.", role: "Artist", company: "Design Studio", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/drunk-girl-having-fun-party_52683-92751.jpg"},
{
id: "3",
name: "Michael L.",
role: "Architect",
company: "Urban Build",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg",
},
id: "3", name: "Michael L.", role: "Architect", company: "Urban Build", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/man-presents-girl-ring_1398-4220.jpg"},
{
id: "4",
name: "Emily K.",
role: "Traveler",
company: "Globe Trot",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081883.jpg",
},
id: "4", name: "Emily K.", role: "Traveler", company: "Globe Trot", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081883.jpg"},
{
id: "5",
name: "David W.",
role: "Business Owner",
company: "Tech Corp",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg",
},
id: "5", name: "David W.", role: "Business Owner", company: "Tech Corp", rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/happy-cheerful-young-bearded-man-stylish-headwear-having-coffee-sitting-wooden-table-modern-cafe-interior-waiting-his-girlfriend-planning-propose-her-this-sunny-day_273609-1932.jpg"},
]}
kpiItems={[
{
value: "4.9",
label: "Google Rating",
},
value: "4.9", label: "Google Rating"},
{
value: "12k+",
label: "Satisfied Diners",
},
value: "12k+", label: "Satisfied Diners"},
{
value: "5+",
label: "Award Wins",
},
value: "5+", label: "Award Wins"},
]}
title="What Our Guests Say"
description="Trusted by locals and visitors alike for exceptional dining and ambiance."
@@ -252,12 +166,7 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
names={[
"The Gourmet Review",
"City Dining",
"Nightlife Weekly",
"Hospitality Times",
"Local Flavor",
]}
"The Gourmet Review", "City Dining", "Nightlife Weekly", "Hospitality Times", "Local Flavor"]}
title="Featured In"
description="Proudly recognized by leading culinary and lifestyle publications."
/>
@@ -269,20 +178,11 @@ export default function LandingPage() {
useInvertedBackground={false}
faqs={[
{
id: "f1",
title: "Do I need a reservation?",
content: "We highly recommend reservations for dinner service.",
},
id: "f1", title: "Do I need a reservation?", content: "We highly recommend reservations for dinner service."},
{
id: "f2",
title: "Is there a dress code?",
content: "Business casual is preferred for the best experience.",
},
id: "f2", title: "Is there a dress code?", content: "Business casual is preferred for the best experience."},
{
id: "f3",
title: "Can you host events?",
content: "Yes, we offer private dining for large groups.",
},
id: "f3", title: "Can you host events?", content: "Yes, we offer private dining for large groups."},
]}
title="Common Questions"
description="Answers to help you plan your visit to Baracuda."
@@ -298,16 +198,10 @@ export default function LandingPage() {
description="Join us for an unforgettable evening at Baracuda."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
required: true,
name: "name", type: "text", placeholder: "Your Name", required: true,
},
{
name: "email",
type: "email",
placeholder: "Email Address",
required: true,
name: "email", type: "email", placeholder: "Email Address", required: true,
},
]}
imageSrc="http://img.b2bpic.net/free-photo/wicker-gray-table-with-glass-gray-chairs_140725-3025.jpg"
@@ -318,29 +212,19 @@ export default function LandingPage() {
<FooterBase
columns={[
{
title: "Links",
items: [
title: "Links", items: [
{
label: "Menu",
href: "#menu",
},
label: "Menu", href: "#menu"},
{
label: "About",
href: "#about",
},
label: "About", href: "#about"},
],
},
{
title: "Legal",
items: [
title: "Legal", items: [
{
label: "Privacy",
href: "#",
},
label: "Privacy", href: "#"},
{
label: "Terms",
href: "#",
},
label: "Terms", href: "#"},
],
},
]}