Merge version_2 into main #2
276
src/app/page.tsx
276
src/app/page.tsx
@@ -2,13 +2,14 @@
|
||||
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import ContactText from '@/components/sections/contact/ContactText';
|
||||
import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
|
||||
import ContactCenter from '@/components/sections/contact/ContactCenter';
|
||||
import FooterCard from '@/components/sections/footer/FooterCard';
|
||||
import HeroSplitDoubleCarousel from '@/components/sections/hero/HeroSplitDoubleCarousel';
|
||||
import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple';
|
||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||
import { Facebook, Instagram, Mail, Phone, MapPin } from 'lucide-react';
|
||||
|
||||
export default function LandingPage() {
|
||||
return (
|
||||
@@ -19,7 +20,7 @@ export default function LandingPage() {
|
||||
contentWidth="mediumSmall"
|
||||
sizing="mediumLargeSizeLargeTitles"
|
||||
background="none"
|
||||
cardStyle="inset"
|
||||
cardStyle="gradient-bordered"
|
||||
primaryButtonStyle="radial-glow"
|
||||
secondaryButtonStyle="glass"
|
||||
headingFontWeight="bold"
|
||||
@@ -28,22 +29,10 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Boil House"
|
||||
/>
|
||||
@@ -51,114 +40,18 @@ export default function LandingPage() {
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDoubleCarousel
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
background={{ variant: "plain" }}
|
||||
title="Authentic Cajun Flavors."
|
||||
description="Experience the true spirit of Louisiana with our premium, hand-picked seafood boils and traditional recipes served in a warm, rustic setting."
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=1",
|
||||
imageAlt: "Hero scene 1",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg?_wi=1",
|
||||
imageAlt: "Hero scene 2",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=2",
|
||||
imageAlt: "Hero scene 3",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg?_wi=2",
|
||||
imageAlt: "Hero scene 4",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=3",
|
||||
imageAlt: "Hero scene 5",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg?_wi=3",
|
||||
imageAlt: "Hero scene 6",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=1", imageAlt: "Hero scene 1" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg?_wi=1", imageAlt: "Hero scene 2" },
|
||||
]}
|
||||
rightCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg?_wi=4",
|
||||
imageAlt: "Hero scene 7",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=4",
|
||||
imageAlt: "Hero scene 8",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg?_wi=5",
|
||||
imageAlt: "Hero scene 9",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=5",
|
||||
imageAlt: "Hero scene 10",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg?_wi=6",
|
||||
imageAlt: "Hero scene 11",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=6",
|
||||
imageAlt: "Hero scene 12",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
]}
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/lovely-couple-having-fun-while-eating-sushi-rolls-restaurant-modern-terrace_496169-1902.jpg",
|
||||
alt: "Guest 1",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/people-enjoying-pizza-snack-outdoors_23-2150610265.jpg",
|
||||
alt: "Guest 2",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/adolescent-girl-counseling-discuss-behavioral-issues-personal-challenges_482257-107973.jpg",
|
||||
alt: "Guest 3",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg",
|
||||
alt: "Guest 4",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/sea-food-table_140725-7441.jpg",
|
||||
alt: "Guest 5",
|
||||
},
|
||||
]}
|
||||
avatarText="Loved by 5,000+ food enthusiasts"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Catch Daily",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Authentic Bayou Spices",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Owned & Operated",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Sustainable Seafood",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Weekly Boil Events",
|
||||
},
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/fried-chicken-with-potato-plate_140725-8425.jpg?_wi=4", imageAlt: "Hero scene 7" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/two-storey-restaurant-hall-with-cream-walls_140725-2682.jpg?_wi=4", imageAlt: "Hero scene 8" },
|
||||
]}
|
||||
buttons={[{ text: "View Menu", href: "#menu" }]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -167,9 +60,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
title="A Legacy of Spice"
|
||||
description={[
|
||||
"For over a decade, Boil House has brought the soul of Louisiana to our community. Our commitment to high-quality, sustainably sourced seafood ensures that every bite transports you directly to the bayou.",
|
||||
"We slow-cook our secret spice blends for hours, creating a depth of flavor that is truly unmistakable. Come dine with us and taste the difference that authentic passion makes.",
|
||||
]}
|
||||
"For over a decade, Boil House has brought the soul of Louisiana to our community. Our commitment to high-quality, sustainably sourced seafood ensures that every bite transports you directly to the bayou.", "We slow-cook our secret spice blends for hours, creating a depth of flavor that is truly unmistakable. Come dine with us and taste the difference that authentic passion makes."]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -178,62 +69,10 @@ export default function LandingPage() {
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
brand: "Signature",
|
||||
name: "Crawfish Boil",
|
||||
price: "$28",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-crawfish-plate_23-2150426224.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
brand: "Premium",
|
||||
name: "King Crab Platter",
|
||||
price: "$55",
|
||||
rating: 5,
|
||||
reviewCount: "85",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-corn-still-life_23-2150470290.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
brand: "Classic",
|
||||
name: "Smoked Sausage Links",
|
||||
price: "$18",
|
||||
rating: 4,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-corn-still-life_23-2150470322.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
brand: "Catch",
|
||||
name: "Shrimp Feast",
|
||||
price: "$32",
|
||||
rating: 5,
|
||||
reviewCount: "210",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/view-crawfish-plate_23-2150426224.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
brand: "Deluxe",
|
||||
name: "Lobster Tail Boil",
|
||||
price: "$62",
|
||||
rating: 5,
|
||||
reviewCount: "45",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-corn-still-life_23-2150470290.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
brand: "Mix",
|
||||
name: "Corn & Potato Combo",
|
||||
price: "$12",
|
||||
rating: 4,
|
||||
reviewCount: "300",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-corn-still-life_23-2150470322.jpg?_wi=2",
|
||||
},
|
||||
{ id: "1", brand: "Signature", name: "Crawfish Boil", price: "$28", rating: 5, reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/view-crawfish-plate_23-2150426224.jpg?_wi=1" },
|
||||
{ id: "2", brand: "Premium", name: "King Crab Platter", price: "$55", rating: 5, reviewCount: "85", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-corn-still-life_23-2150470290.jpg?_wi=1" },
|
||||
{ id: "3", brand: "Classic", name: "Smoked Sausage Links", price: "$18", rating: 4, reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/top-view-crawfish-corn-still-life_23-2150470322.jpg?_wi=1" },
|
||||
]}
|
||||
title="The Daily Catch"
|
||||
description="Savor our signature seafood boils, seasoned to perfection and served fresh daily."
|
||||
@@ -245,46 +84,8 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Incredible Flavor",
|
||||
quote: "The best crawfish I have had outside of New Orleans. Absolutely delicious!",
|
||||
name: "Marcus A.",
|
||||
role: "Food Critic",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/lovely-couple-having-fun-while-eating-sushi-rolls-restaurant-modern-terrace_496169-1902.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Warm Atmosphere",
|
||||
quote: "Love the vibes and the seafood is consistently fresh and spicy.",
|
||||
name: "Sarah W.",
|
||||
role: "Local Regular",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/people-enjoying-pizza-snack-outdoors_23-2150610265.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Authentic Recipes",
|
||||
quote: "Finally, a place that understands what a real boil is supposed to be.",
|
||||
name: "James L.",
|
||||
role: "Chef",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/adolescent-girl-counseling-discuss-behavioral-issues-personal-challenges_482257-107973.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Great Service",
|
||||
quote: "Staff is wonderful and the portions are huge for the price.",
|
||||
name: "Elena R.",
|
||||
role: "Frequent Diner",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-paying-with-her-phone-via-contactless-payment-while-having-lunch-with-boyfriend-bar_637285-647.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "My Favorite Spot",
|
||||
quote: "Every trip here is a highlight of my week. Can't recommend enough!",
|
||||
name: "Tom P.",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sea-food-table_140725-7441.jpg",
|
||||
},
|
||||
{ id: "1", title: "Incredible Flavor", quote: "The best crawfish I have had outside of New Orleans.", name: "Marcus A.", role: "Food Critic" },
|
||||
{ id: "2", title: "Warm Atmosphere", quote: "Love the vibes and the seafood is consistently fresh and spicy.", name: "Sarah W.", role: "Local Regular" },
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Authentic reviews from our community who appreciate quality cajun cooking."
|
||||
@@ -292,35 +93,28 @@ export default function LandingPage() {
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
text="Visit us in the heart of the city and join our weekly boil event."
|
||||
buttons={[
|
||||
{
|
||||
text: "Reserve a Table",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
<ContactCenter
|
||||
tag="Contact Us"
|
||||
title="Plan Your Visit"
|
||||
description="Located in the heart of downtown. Open Daily 11 AM - 10 PM. Call us at (555) 123-4567 or visit us at 123 Bayou Way, New Orleans, LA."
|
||||
background={{ variant: "gradient-bars" }}
|
||||
buttonText="Get Directions"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterLogoReveal
|
||||
<FooterCard
|
||||
logoText="Boil House"
|
||||
leftLink={{
|
||||
text: "Privacy Policy",
|
||||
href: "#",
|
||||
}}
|
||||
rightLink={{
|
||||
text: "All rights reserved © 2024",
|
||||
href: "#",
|
||||
}}
|
||||
copyrightText="© 2025 Boil House. All rights reserved."
|
||||
socialLinks={[
|
||||
{ icon: Facebook, href: "#", ariaLabel: "Facebook" },
|
||||
{ icon: Instagram, href: "#", ariaLabel: "Instagram" },
|
||||
{ icon: Phone, href: "tel:5551234567", ariaLabel: "Call Us" },
|
||||
{ icon: MapPin, href: "#", ariaLabel: "Location" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user