Merge version_2 into main #1

Merged
bender merged 1 commits from version_2 into main 2026-04-04 01:56:17 +00:00

View File

@@ -2,8 +2,8 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import ContactCenter from '@/components/sections/contact/ContactCenter';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import ContactSplit from '@/components/sections/contact/ContactSplit';
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
import HeroCentered from '@/components/sections/hero/HeroCentered';
import MediaAbout from '@/components/sections/about/MediaAbout';
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
@@ -29,21 +29,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
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="Red Lobster"
/>
@@ -52,65 +44,40 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroCentered
background={{
variant: "gradient-bars",
}}
variant: "gradient-bars"}}
title="Freshness You Can Taste"
description="Experience the legendary seafood that has brought families and friends together for generations. Fresh, bold, and crafted with passion."
avatars={[
{
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg",
alt: "Diner 1",
},
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg", alt: "Diner 1"},
{
src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
alt: "Diner 2",
},
src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", alt: "Diner 2"},
{
src: "http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg",
alt: "Diner 3",
},
src: "http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg", alt: "Diner 3"},
{
src: "http://img.b2bpic.net/free-photo/young-happy-couple-talking-about-something-funny-laughing-while-having-lunch-with-their-friends-home_637285-2862.jpg",
alt: "Diner 4",
},
src: "http://img.b2bpic.net/young-happy-couple-talking-about-something-funny-laughing-while-having-lunch-with-their-friends-home_637285-2862.jpg", alt: "Diner 4"},
{
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-cafe-with-coffee_624325-2593.jpg",
alt: "Diner 5",
},
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-cafe-with-coffee_624325-2593.jpg", alt: "Diner 5"},
]}
avatarText="Loved by thousands of seafood lovers"
buttons={[
{
text: "View Menu",
href: "#products",
},
text: "View Menu", href: "#products"},
{
text: "Reserve a Table",
href: "#contact",
},
text: "Reserve a Table", href: "#contact"},
]}
buttonAnimation="slide-up"
marqueeItems={[
{
type: "text",
text: "Wild-Caught Lobster",
},
type: "text", text: "Wild-Caught Lobster"},
{
type: "text",
text: "Fresh Seasonal Catch",
},
type: "text", text: "Fresh Seasonal Catch"},
{
type: "text",
text: "Hand-Crafted Biscuits",
},
type: "text", text: "Hand-Crafted Biscuits"},
{
type: "text",
text: "Sustainable Sourcing",
},
type: "text", text: "Sustainable Sourcing"},
{
type: "text",
text: "Culinary Excellence",
},
type: "text", text: "Culinary Excellence"},
]}
/>
</div>
@@ -133,47 +100,17 @@ export default function LandingPage() {
useInvertedBackground={true}
products={[
{
id: "p1",
name: "Signature Lobster Tail",
price: "$34.99",
variant: "Classic",
imageSrc: "http://img.b2bpic.net/free-photo/lobster-steak_1203-8879.jpg",
},
id: "p1", name: "Signature Lobster Tail", price: "$34.99", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/lobster-steak_1203-8879.jpg"},
{
id: "p2",
name: "Shrimp Cocktail",
price: "$14.99",
variant: "Appetizer",
imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-top-view_141793-367.jpg",
},
id: "p2", name: "Shrimp Cocktail", price: "$14.99", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-top-view_141793-367.jpg"},
{
id: "p3",
name: "Seafood Feast Platter",
price: "$48.99",
variant: "Grand",
imageSrc: "http://img.b2bpic.net/free-photo/seafood-side-dishes-with-platter-shrimp-squids-fish_140725-2576.jpg",
},
id: "p3", name: "Seafood Feast Platter", price: "$48.99", variant: "Grand", imageSrc: "http://img.b2bpic.net/free-photo/seafood-side-dishes-with-platter-shrimp-squids-fish_140725-2576.jpg"},
{
id: "p4",
name: "Crispy Calamari",
price: "$12.99",
variant: "Starter",
imageSrc: "http://img.b2bpic.net/free-photo/calamari-rings-served-with-lemon-mayonnaise_140725-1504.jpg",
},
id: "p4", name: "Crispy Calamari", price: "$12.99", variant: "Starter", imageSrc: "http://img.b2bpic.net/free-photo/calamari-rings-served-with-lemon-mayonnaise_140725-1504.jpg"},
{
id: "p5",
name: "Atlantic Salmon",
price: "$26.99",
variant: "Fresh",
imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-fillet-with-green-sauce-inside-white-plate_114579-3776.jpg",
},
id: "p5", name: "Atlantic Salmon", price: "$26.99", variant: "Fresh", imageSrc: "http://img.b2bpic.net/free-photo/smoked-salmon-fillet-with-green-sauce-inside-white-plate_114579-3776.jpg"},
{
id: "p6",
name: "Seafood Linguine",
price: "$22.99",
variant: "Pasta",
imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-6419.jpg",
},
id: "p6", name: "Seafood Linguine", price: "$22.99", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-6419.jpg"},
]}
title="Our Signature Catch"
description="Explore our chef-inspired selection of ocean-fresh dishes, prepared to perfection every single day."
@@ -186,45 +123,15 @@ export default function LandingPage() {
useInvertedBackground={false}
testimonials={[
{
id: "t1",
title: "Incredible Freshness",
quote: "The lobster was cooked perfectly and so fresh. Best seafood dinner in years!",
name: "Sarah J.",
role: "Foodie",
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg",
},
id: "t1", title: "Incredible Freshness", quote: "The lobster was cooked perfectly and so fresh. Best seafood dinner in years!", name: "Sarah J.", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg"},
{
id: "t2",
title: "Great Service",
quote: "The staff made our anniversary celebration truly special. Highly recommend.",
name: "Mark D.",
role: "Regular Guest",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
},
id: "t2", title: "Great Service", quote: "The staff made our anniversary celebration truly special. Highly recommend.", name: "Mark D.", role: "Regular Guest", imageSrc: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg"},
{
id: "t3",
title: "Family Friendly",
quote: "My kids love the biscuits! Always a great place for a family night out.",
name: "Emily R.",
role: "Parent",
imageSrc: "http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg",
},
id: "t3", title: "Family Friendly", quote: "My kids love the biscuits! Always a great place for a family night out.", name: "Emily R.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg"},
{
id: "t4",
title: "Authentic Flavors",
quote: "You can taste the quality in every bite. Truly the best seafood around.",
name: "David K.",
role: "Seafood Lover",
imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-talking-about-something-funny-laughing-while-having-lunch-with-their-friends-home_637285-2862.jpg",
},
id: "t4", title: "Authentic Flavors", quote: "You can taste the quality in every bite. Truly the best seafood around.", name: "David K.", role: "Seafood Lover", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-couple-talking-about-something-funny-laughing-while-having-lunch-with-their-friends-home_637285-2862.jpg"},
{
id: "t5",
title: "Unforgettable Feast",
quote: "The seafood platter is amazing value. We left completely satisfied.",
name: "Lisa B.",
role: "Diner",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-cafe-with-coffee_624325-2593.jpg",
},
id: "t5", title: "Unforgettable Feast", quote: "The seafood platter is amazing value. We left completely satisfied.", name: "Lisa B.", role: "Diner", imageSrc: "http://img.b2bpic.net/free-photo/pretty-young-woman-cafe-with-coffee_624325-2593.jpg"},
]}
title="Guest Favorites"
description="Hear what our loyal guests have to say about their dining experience."
@@ -232,72 +139,45 @@ export default function LandingPage() {
</div>
<div id="contact" data-section="contact">
<ContactCenter
<ContactSplit
tag="Contact Us"
title="Visit or Contact Us"
description="We would love to hear from you. Reach out for reservations, event planning, or just to say hello."
useInvertedBackground={true}
background={{
variant: "downward-rays-static",
}}
title="Join Our Fresh Catch Club"
description="Subscribe to receive special offers, exclusive event invitations, and seasonal menu updates directly to your inbox."
tag="Stay Connected"
mediaPosition="right"
imageSrc="http://img.b2bpic.net/free-photo/fresh-seafood-platter-restaurant-setting_114579-3356.jpg"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
<FooterBaseReveal
logoText="Red Lobster"
columns={[
{
title: "Explore",
items: [
{
label: "Menu",
href: "#products",
},
{
label: "About Us",
href: "#about",
},
{
label: "Careers",
href: "#",
},
title: "Explore", items: [
{ label: "Menu", href: "#products" },
{ label: "About Us", href: "#about" },
{ label: "Careers", href: "#" },
],
},
{
title: "Connect",
items: [
{
label: "Contact",
href: "#contact",
},
{
label: "Reservations",
href: "#",
},
{
label: "Gift Cards",
href: "#",
},
title: "Social", items: [
{ label: "Instagram", href: "#" },
{ label: "Facebook", href: "#" },
{ label: "Twitter", href: "#" },
],
},
{
title: "Legal",
items: [
{
label: "Privacy Policy",
href: "#",
},
{
label: "Terms of Use",
href: "#",
},
title: "Legal", items: [
{ label: "Privacy Policy", href: "#" },
{ label: "Terms of Use", href: "#" },
],
},
]}
copyrightText="© 2025 | Red Lobster"
/>
</div>
</ReactLenis>
</ThemeProvider>
);
}
}