Merge version_1 into main
Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
389
src/app/page.tsx
389
src/app/page.tsx
@@ -18,292 +18,129 @@ export default function LandingPage() {
|
||||
defaultButtonVariant="hover-magnetic"
|
||||
defaultTextAnimation="entrance-slide"
|
||||
borderRadius="pill"
|
||||
contentWidth="medium"
|
||||
sizing="medium"
|
||||
background="circleGradient"
|
||||
cardStyle="glass-elevated"
|
||||
primaryButtonStyle="gradient"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
]}
|
||||
brandName="Ocean's Bounty"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "Our Story", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Ocean's Bounty"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="The Finest Taste of the Ocean"
|
||||
description="Experience hand-picked, fresh seafood prepared with passion and served in our warm, elegant dining room."
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg",
|
||||
imageAlt: "Grilled fish dish",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fish-tomatoes-pepper-grinder-lemon-slices-kitchen-table_179666-44632.jpg",
|
||||
imageAlt: "Steamed crab legs",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-smoke-cooked-food_23-2151259689.jpg",
|
||||
imageAlt: "Oyster platter",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-food-closeup_624325-1758.jpg",
|
||||
imageAlt: "Grilled fish dish alt",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tiger-prawn-with-spicy-sauce-with-nice-decoration_1258-84823.jpg",
|
||||
imageAlt: "Steamed crab legs alt",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-smoke-cooked-food_23-2151259740.jpg",
|
||||
imageAlt: "Oyster platter alt",
|
||||
},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="The Finest Taste of the Ocean"
|
||||
description="Experience hand-picked, fresh seafood prepared with passion and served in our warm, elegant dining room."
|
||||
mediaItems={[
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/elegant-wedding-reception-room-with-sea-view-through-windows_637285-8612.jpg", imageAlt: "fresh grilled fish restaurant plating" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/top-view-fresh-fish-tomatoes-pepper-grinder-lemon-slices-kitchen-table_179666-44632.jpg", imageAlt: "steamed crab legs plate fresh" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/tasty-smoke-cooked-food_23-2151259689.jpg", imageAlt: "oyster plate on ice elegant" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Tradition of Quality"
|
||||
description="Founded by generational fishermen, Ocean's Bounty brings the freshest catch directly from the docks to your table. Our commitment to sustainability and artisanal preparation ensures every bite is a tribute to the sea."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg"
|
||||
imageAlt="Restaurant kitchen staff preparing seafood"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Tradition of Quality"
|
||||
description="Founded by generational fishermen, Ocean's Bounty brings the freshest catch directly from the docks to your table. Our commitment to sustainability and artisanal preparation ensures every bite is a tribute to the sea."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/restaurant-table-private-room-with-fireplace-wooden-ceilings-brick-walls_140725-8458.jpg"
|
||||
imageAlt="Restaurant kitchen staff preparing seafood"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Pan-Seared Scallops",
|
||||
price: "$38",
|
||||
variant: "Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-exotic-seafood-cooked-dinner_651396-1439.jpg",
|
||||
},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Signature Whole Lobster",
|
||||
price: "$85",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-lobster-gourmet-seafood_23-2151713046.jpg",
|
||||
},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Oceanic Shrimp Linguine",
|
||||
price: "$32",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-shrimps-grated-cheese-greens-cherry-tomato-top_140725-7995.jpg",
|
||||
},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Catch of the Day",
|
||||
price: "$42",
|
||||
variant: "Main",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/shrimp-salad-with-vegetables-table_140725-5462.jpg",
|
||||
},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Coastal Clam Chowder",
|
||||
price: "$18",
|
||||
variant: "Soup",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/steam-fish-fillet-meat-with-lemon-spicy-sauce_1203-9402.jpg",
|
||||
},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Fresh Oyster Selection",
|
||||
price: "$26",
|
||||
variant: "Appetizer",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/raw-fresh-oyster-with-caviar-top-lemon_74190-6027.jpg",
|
||||
},
|
||||
]}
|
||||
title="Our Signature Dishes"
|
||||
description="Explore our curated menu of ocean-inspired creations."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardFour
|
||||
animationType="slide-up"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
textboxLayout="default"
|
||||
title="Our Signature Dishes"
|
||||
description="Explore our curated menu of ocean-inspired creations."
|
||||
products={[
|
||||
{ id: "p1", name: "Pan-Seared Scallops", price: "$38", variant: "Appetizer", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-exotic-seafood-cooked-dinner_651396-1439.jpg" },
|
||||
{ id: "p2", name: "Signature Whole Lobster", price: "$85", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/delicious-lobster-gourmet-seafood_23-2151713046.jpg" },
|
||||
{ id: "p3", name: "Oceanic Shrimp Linguine", price: "$32", variant: "Main", imageSrc: "http://img.b2bpic.net/free-photo/pasta-with-shrimps-grated-cheese-greens-cherry-tomato-top_140725-7995.jpg" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena Ross",
|
||||
handle: "@elena_dining",
|
||||
testimonial: "The absolute freshest lobster I have ever tasted. The service was impeccable.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-dish-restaurant_23-2148018805.jpg",
|
||||
},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Marcus Chen",
|
||||
handle: "@foodie_marcus",
|
||||
testimonial: "A culinary masterpiece. The scallops were perfectly cooked. Highly recommended.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/he-is-satisfied-from-his-life_329181-2789.jpg",
|
||||
},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Sarah Jenkins",
|
||||
handle: "@sarah_eats",
|
||||
testimonial: "Cozy atmosphere and incredible seafood. My go-to spot for special occasions.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-fillet-with-rice_140725-4389.jpg",
|
||||
},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David Thorne",
|
||||
handle: "@dave_thorne",
|
||||
testimonial: "Top-tier quality and warm staff. Authentic taste of the sea in every bite.",
|
||||
rating: 4,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-person-sitting-table-with-glasses-wine_23-2148016866.jpg",
|
||||
},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Chloe Miller",
|
||||
handle: "@chloe_dines",
|
||||
testimonial: "Everything was phenomenal! The clam chowder is a must-try. Such a gem.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-friendly-asian-girl-smiling-serving-coffee-barista-giving-you-cup-coffee_1258-199251.jpg",
|
||||
},
|
||||
]}
|
||||
showRating={true}
|
||||
title="What Our Guests Say"
|
||||
description="Heartfelt experiences from our wonderful diners."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardThirteen
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
showRating={true}
|
||||
title="What Our Guests Say"
|
||||
description="Heartfelt experiences from our wonderful diners."
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Elena Ross", handle: "@elena_dining", testimonial: "The absolute freshest lobster I have ever tasted.", rating: 5 },
|
||||
{ id: "t2", name: "Marcus Chen", handle: "@foodie_marcus", testimonial: "A culinary masterpiece.", rating: 5 },
|
||||
{ id: "t3", name: "Sarah Jenkins", handle: "@sarah_eats", testimonial: "Cozy atmosphere and incredible seafood.", rating: 5 }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
names={[
|
||||
"Michelin Guide",
|
||||
"Sustainable Seafood Alliance",
|
||||
"Culinary World Review",
|
||||
"Marine Stewardship Council",
|
||||
"Fine Dining Magazine",
|
||||
"Global Seafood Awards",
|
||||
"Ocean Conservation Network",
|
||||
]}
|
||||
title="Recognized for Excellence"
|
||||
description="Proudly featured in top culinary guides and seafood associations."
|
||||
/>
|
||||
</div>
|
||||
<div id="social-proof" data-section="social-proof">
|
||||
<SocialProofOne
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
title="Recognized for Excellence"
|
||||
description="Proudly featured in top culinary guides."
|
||||
names={["Michelin Guide", "Sustainable Seafood Alliance", "Culinary World Review"]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do I need to make a reservation?",
|
||||
content: "Yes, for the best experience, we highly recommend making a reservation, especially on weekends.",
|
||||
},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are there gluten-free options?",
|
||||
content: "We offer several gluten-free alternatives. Please inform your server upon arrival.",
|
||||
},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Is the seafood locally sourced?",
|
||||
content: "We take pride in sourcing our seafood from local docks daily to ensure the highest quality.",
|
||||
},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We have answers to help you plan your dining experience."
|
||||
faqsAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
<div id="faq" data-section="faq">
|
||||
<FaqBase
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
faqsAnimation="slide-up"
|
||||
title="Frequently Asked Questions"
|
||||
description="Have questions? We have answers."
|
||||
faqs={[
|
||||
{ id: "q1", title: "Do I need to make a reservation?", content: "Yes, we recommend it." },
|
||||
{ id: "q2", title: "Are there gluten-free options?", content: "Yes, please inform your server." },
|
||||
{ id: "q3", title: "Is the seafood locally sourced?", content: "Yes, daily." }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
tag="Connect With Us"
|
||||
title="Stay Informed"
|
||||
description="Join our newsletter for fresh catch updates, seasonal recipes, and special reservation invitations."
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCenter
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
tag="Connect With Us"
|
||||
title="Stay Informed"
|
||||
description="Join our newsletter for fresh catch updates."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Ocean's Bounty"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigate",
|
||||
items: [
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
{
|
||||
label: "About Us",
|
||||
href: "#about",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Contact",
|
||||
items: [
|
||||
{
|
||||
label: "Reservations",
|
||||
href: "#contact",
|
||||
},
|
||||
{
|
||||
label: "Find Us",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
{
|
||||
label: "Terms of Service",
|
||||
href: "#",
|
||||
},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyrightText="© 2024 Ocean's Bounty Seafood Restaurant."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterBaseReveal
|
||||
logoText="Ocean's Bounty"
|
||||
columns={[
|
||||
{ title: "Navigate", items: [{ label: "Our Menu", href: "#menu" }, { label: "About Us", href: "#about" }] },
|
||||
{ title: "Contact", items: [{ label: "Reservations", href: "#contact" }, { label: "Find Us", href: "#" }] }
|
||||
]}
|
||||
copyrightText="© 2024 Ocean's Bounty Seafood Restaurant."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user