Compare commits
2 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 03e7dafa0e | |||
| a2c03bb13d |
219
src/app/page.tsx
219
src/app/page.tsx
@@ -2,8 +2,8 @@
|
|||||||
|
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
import ContactSplit from '@/components/sections/contact/ContactSplit';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal';
|
||||||
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
import HeroCentered from '@/components/sections/hero/HeroCentered';
|
||||||
import MediaAbout from '@/components/sections/about/MediaAbout';
|
import MediaAbout from '@/components/sections/about/MediaAbout';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
@@ -29,21 +29,13 @@ export default function LandingPage() {
|
|||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Home",
|
name: "Home", id: "hero"},
|
||||||
id: "hero",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "products"},
|
||||||
id: "products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "About",
|
name: "About", id: "about"},
|
||||||
id: "about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Contact",
|
name: "Contact", id: "contact"},
|
||||||
id: "contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="Red Lobster"
|
brandName="Red Lobster"
|
||||||
/>
|
/>
|
||||||
@@ -52,65 +44,40 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroCentered
|
<HeroCentered
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Freshness You Can Taste"
|
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."
|
description="Experience the legendary seafood that has brought families and friends together for generations. Fresh, bold, and crafted with passion."
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg",
|
src: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg", alt: "Diner 1"},
|
||||||
alt: "Diner 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg",
|
src: "http://img.b2bpic.net/free-photo/side-view-friends-enjoying-dinner-party_52683-132626.jpg", alt: "Diner 2"},
|
||||||
alt: "Diner 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg",
|
src: "http://img.b2bpic.net/free-photo/group-positive-people-having-dinner-together_23-2148454185.jpg", alt: "Diner 3"},
|
||||||
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",
|
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"},
|
||||||
alt: "Diner 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-cafe-with-coffee_624325-2593.jpg",
|
src: "http://img.b2bpic.net/free-photo/pretty-young-woman-cafe-with-coffee_624325-2593.jpg", alt: "Diner 5"},
|
||||||
alt: "Diner 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Loved by thousands of seafood lovers"
|
avatarText="Loved by thousands of seafood lovers"
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "View Menu",
|
text: "View Menu", href: "#products"},
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Reserve a Table",
|
text: "Reserve a Table", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Wild-Caught Lobster"},
|
||||||
text: "Wild-Caught Lobster",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Fresh Seasonal Catch"},
|
||||||
text: "Fresh Seasonal Catch",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Hand-Crafted Biscuits"},
|
||||||
text: "Hand-Crafted Biscuits",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Sustainable Sourcing"},
|
||||||
text: "Sustainable Sourcing",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Culinary Excellence"},
|
||||||
text: "Culinary Excellence",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -133,47 +100,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{
|
||||||
id: "p1",
|
id: "p1", name: "Signature Lobster Tail", price: "$34.99", variant: "Classic", imageSrc: "http://img.b2bpic.net/free-photo/lobster-steak_1203-8879.jpg"},
|
||||||
name: "Signature Lobster Tail",
|
|
||||||
price: "$34.99",
|
|
||||||
variant: "Classic",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/lobster-steak_1203-8879.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p2",
|
id: "p2", name: "Shrimp Cocktail", price: "$14.99", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-top-view_141793-367.jpg"},
|
||||||
name: "Shrimp Cocktail",
|
|
||||||
price: "$14.99",
|
|
||||||
variant: "Appetizer",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/seafood-plate-top-view_141793-367.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "p3",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
id: "p6", name: "Seafood Linguine", price: "$22.99", variant: "Pasta", imageSrc: "http://img.b2bpic.net/free-photo/stir-fried-spaghetti-seafood_1339-6419.jpg"},
|
||||||
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"
|
title="Our Signature Catch"
|
||||||
description="Explore our chef-inspired selection of ocean-fresh dishes, prepared to perfection every single day."
|
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}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "t1",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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"},
|
||||||
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",
|
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/young-happy-couple-talking-about-something-funny-laughing-while-having-lunch-with-their-friends-home_637285-2862.jpg"},
|
||||||
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",
|
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: "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"
|
title="Guest Favorites"
|
||||||
description="Hear what our loyal guests have to say about their dining experience."
|
description="Hear what our loyal guests have to say about their dining experience."
|
||||||
@@ -232,69 +139,43 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<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}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{ variant: "plain" }}
|
||||||
variant: "downward-rays-static",
|
mediaPosition="right"
|
||||||
}}
|
imageSrc="http://img.b2bpic.net/free-photo/fresh-seafood-platter-restaurant-setting_114579-3356.jpg"
|
||||||
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"
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="footer" data-section="footer">
|
<div id="footer" data-section="footer">
|
||||||
<FooterBaseCard
|
<FooterBaseReveal
|
||||||
logoText="Red Lobster"
|
logoText="Red Lobster"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Explore",
|
title: "Explore", items: [
|
||||||
items: [
|
{ label: "Menu", href: "#products" },
|
||||||
{
|
{ label: "About Us", href: "#about" },
|
||||||
label: "Menu",
|
{ label: "Careers", href: "#" },
|
||||||
href: "#products",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "About Us",
|
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Careers",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Connect",
|
title: "Social", items: [
|
||||||
items: [
|
{ label: "Instagram", href: "#" },
|
||||||
{
|
{ label: "Facebook", href: "#" },
|
||||||
label: "Contact",
|
{ label: "Twitter", href: "#" },
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Reservations",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Gift Cards",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
{ label: "Privacy Policy", href: "#" },
|
||||||
{
|
{ label: "Terms of Use", href: "#" },
|
||||||
label: "Privacy Policy",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
label: "Terms of Use",
|
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
copyrightText="© 2025 | Red Lobster"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user