Merge version_1 into main #1
363
src/app/page.tsx
363
src/app/page.tsx
@@ -25,270 +25,117 @@ export default function LandingPage() {
|
||||
headingFontWeight="normal"
|
||||
>
|
||||
<ReactLenis root>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
{
|
||||
name: "Reviews",
|
||||
id: "testimonials",
|
||||
},
|
||||
]}
|
||||
brandName="Culver's"
|
||||
/>
|
||||
</div>
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{ name: "Home", id: "hero" },
|
||||
{ name: "About", id: "about" },
|
||||
{ name: "Menu", id: "menu" },
|
||||
{ name: "Reviews", id: "testimonials" },
|
||||
{ name: "Contact", id: "contact" },
|
||||
]}
|
||||
brandName="Culver's"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
title="Midwest Beef, Freshly Crafted."
|
||||
description="Discover the signature ButterBurgers and Fresh Frozen Custard that make every meal a taste of the heartland."
|
||||
testimonials={[
|
||||
{
|
||||
name: "Sarah Johnson",
|
||||
handle: "@sarah_j",
|
||||
testimonial: "The ButterBurgers are amazing and they have separately wrapped gluten free buns!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-pizza_23-2149250079.jpg",
|
||||
},
|
||||
{
|
||||
name: "Ali Hunt",
|
||||
handle: "@ali_h",
|
||||
testimonial: "I would call it upscale fast food. The meat was delicious and the custard was fabulous!",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-table_23-2150279929.jpg",
|
||||
},
|
||||
{
|
||||
name: "Blake Boucher",
|
||||
handle: "@blake_b",
|
||||
testimonial: "Their fish and chips is delicious. They cooked to order, so you had to wait a bit.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg",
|
||||
},
|
||||
{
|
||||
name: "Richard Lemesany",
|
||||
handle: "@richard_l",
|
||||
testimonial: "The staff are friendly and food is served quickly and super tasty.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg",
|
||||
},
|
||||
{
|
||||
name: "Jamie Lee",
|
||||
handle: "@jamie_l",
|
||||
testimonial: "New favorite for sure! The kids meals are a total bang for your buck.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg",
|
||||
},
|
||||
]}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Online",
|
||||
href: "https://culvers.com",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/american-hamburgers-cloth_23-2147783578.jpg"
|
||||
imageAlt="Culver's Signature ButterBurger"
|
||||
avatars={[
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/side-view-friends-partying-with-food_23-2149525599.jpg",
|
||||
alt: "Happy diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg",
|
||||
alt: "Happy diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
|
||||
alt: "Happy diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/young-woman-cafe-dines-traditional-shakshuka-ayran_169016-16512.jpg",
|
||||
alt: "Happy diner",
|
||||
},
|
||||
{
|
||||
src: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-2832.jpg",
|
||||
alt: "Happy diner",
|
||||
},
|
||||
]}
|
||||
avatarText="Join 10,000+ satisfied guests"
|
||||
marqueeItems={[
|
||||
{
|
||||
type: "text",
|
||||
text: "100% Midwest Beef",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Cooked-to-order",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Fresh Dairy",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Signature Custard",
|
||||
},
|
||||
{
|
||||
type: "text",
|
||||
text: "Family Friendly",
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardTestimonial
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
title="Midwest Beef, Freshly Crafted."
|
||||
description="Discover the signature ButterBurgers and Fresh Frozen Custard that make every meal a taste of the heartland."
|
||||
testimonials={[
|
||||
{ name: "Sarah Johnson", handle: "@sarah_j", testimonial: "The ButterBurgers are amazing and they have separately wrapped gluten free buns!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-with-delicious-pizza_23-2149250079.jpg" },
|
||||
{ name: "Ali Hunt", handle: "@ali_h", testimonial: "I would call it upscale fast food. The meat was delicious and the custard was fabulous!", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-sitting-table_23-2150279929.jpg" },
|
||||
{ name: "Blake Boucher", handle: "@blake_b", testimonial: "Their fish and chips is delicious. They cooked to order, so you had to wait a bit.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-woman-enjoying-dining-table-while-communicating-with-her-husband_637285-3516.jpg" },
|
||||
{ name: "Richard Lemesany", handle: "@richard_l", testimonial: "The staff are friendly and food is served quickly and super tasty.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/coffee-break_1098-14791.jpg" },
|
||||
{ name: "Jamie Lee", handle: "@jamie_l", testimonial: "New favorite for sure! The kids meals are a total bang for your buck.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-hands-holds-two-burgers-blurred-background_169016-43765.jpg" }
|
||||
]}
|
||||
buttons={[{ text: "Order Online", href: "https://culvers.com" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/american-hamburgers-cloth_23-2147783578.jpg"
|
||||
imageAlt="Culver's Signature ButterBurger"
|
||||
avatars={[
|
||||
{ src: "http://img.b2bpic.net/free-photo/side-view-friends-partying-with-food_23-2149525599.jpg", alt: "Happy diner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/guy-with-long-hair-dressed-fashionable-denim-jacket-cafe_273609-3904.jpg", alt: "Happy diner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg", alt: "Happy diner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/young-woman-cafe-dines-traditional-shakshuka-ayran_169016-16512.jpg", alt: "Happy diner" },
|
||||
{ src: "http://img.b2bpic.net/free-photo/expressive-senior-woman-posing_344912-2832.jpg", alt: "Happy diner" }
|
||||
]}
|
||||
avatarText="Join 10,000+ satisfied guests"
|
||||
marqueeItems={[
|
||||
{ type: "text", text: "100% Midwest Beef" },
|
||||
{ type: "text", text: "Cooked-to-order" },
|
||||
{ type: "text", text: "Fresh Dairy" },
|
||||
{ type: "text", text: "Signature Custard" },
|
||||
{ type: "text", text: "Family Friendly" }
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Tradition of Quality"
|
||||
description="Culver's is a fast-food chain specializing in frozen custard & signature burgers made with real Midwest beef & dairy. We take pride in our cooked-to-order philosophy, ensuring every guest enjoys a fresh, high-quality meal every time."
|
||||
buttons={[
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#",
|
||||
},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-breakfast-with-cereals_23-2148604147.jpg"
|
||||
imageAlt="Culver's fresh ingredients"
|
||||
/>
|
||||
</div>
|
||||
<div id="about" data-section="about">
|
||||
<MediaAbout
|
||||
useInvertedBackground={false}
|
||||
title="A Tradition of Quality"
|
||||
description="Culver's is a fast-food chain specializing in frozen custard & signature burgers made with real Midwest beef & dairy. We take pride in our cooked-to-order philosophy, ensuring every guest enjoys a fresh, high-quality meal every time."
|
||||
buttons={[{ text: "Our Story", href: "#" }]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-breakfast-with-cereals_23-2148604147.jpg"
|
||||
imageAlt="Culver's fresh ingredients"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Spicy Chicken Sandwich",
|
||||
price: "$7.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-delicious-photo-crousant_624325-1732.jpg",
|
||||
imageAlt: "Spicy Chicken Sandwich",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
name: "Fresh Frozen Custard",
|
||||
price: "$4.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-texture_23-2149450690.jpg",
|
||||
imageAlt: "Frozen Custard",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
name: "Golden Cheese Curds",
|
||||
price: "$5.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/herring-with-onion-potatoes-butter-greens-served-with-beer-1_140725-8598.jpg",
|
||||
imageAlt: "Cheese Curds",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
name: "Hand-Battered Fish",
|
||||
price: "$8.50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fish-chips_74190-3677.jpg",
|
||||
imageAlt: "Fish and Chips",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
name: "ButterBurger Cheese",
|
||||
price: "$6.49",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-bacon-burger-with-copy-space_23-2148784483.jpg",
|
||||
imageAlt: "ButterBurger",
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
name: "Pretzel Bites",
|
||||
price: "$5.25",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-cookies-with-jam-top_114579-65437.jpg",
|
||||
imageAlt: "Pretzel Bites",
|
||||
},
|
||||
]}
|
||||
title="Popular Menu Items"
|
||||
description="Our most loved classics, crafted fresh for you."
|
||||
/>
|
||||
</div>
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
gridVariant="four-items-2x2-equal-grid"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "Spicy Chicken Sandwich", price: "$7.99", imageSrc: "http://img.b2bpic.net/free-photo/food-delicious-photo-crousant_624325-1732.jpg", imageAlt: "Spicy Chicken Sandwich" },
|
||||
{ id: "2", name: "Fresh Frozen Custard", price: "$4.50", imageSrc: "http://img.b2bpic.net/free-photo/delicious-ice-cream-texture_23-2149450690.jpg", imageAlt: "Frozen Custard" },
|
||||
{ id: "3", name: "Golden Cheese Curds", price: "$5.99", imageSrc: "http://img.b2bpic.net/free-photo/herring-with-onion-potatoes-butter-greens-served-with-beer-1_140725-8598.jpg", imageAlt: "Cheese Curds" },
|
||||
{ id: "4", name: "Hand-Battered Fish", price: "$8.50", imageSrc: "http://img.b2bpic.net/free-photo/fish-chips_74190-3677.jpg", imageAlt: "Fish and Chips" },
|
||||
{ id: "5", name: "ButterBurger Cheese", price: "$6.49", imageSrc: "http://img.b2bpic.net/free-photo/front-view-bacon-burger-with-copy-space_23-2148784483.jpg", imageAlt: "ButterBurger" },
|
||||
{ id: "6", name: "Pretzel Bites", price: "$5.25", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fresh-cookies-with-jam-top_114579-65437.jpg", imageAlt: "Pretzel Bites" }
|
||||
]}
|
||||
title="Popular Menu Items"
|
||||
description="Our most loved classics, crafted fresh for you."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Great Food!",
|
||||
quote: "The ButterBurgers are amazing and they have separately wrapped gluten free buns!",
|
||||
name: "Sarah Johnson",
|
||||
role: "Foodie",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
title: "Upscale Quality",
|
||||
quote: "I would call it upscale fast food. The meat was delicious and the custard was fabulous!",
|
||||
name: "Ali Hunt",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/celebration-labour-day-with-monochrome-view-woman-working-as-barista_23-2151295946.jpg",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
title: "Delicious Fish",
|
||||
quote: "Their fish and chips is delicious. They cooked to order, so you had to wait a bit.",
|
||||
name: "Blake Boucher",
|
||||
role: "Enthusiast",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/laugh-is-way-happiness_329181-2893.jpg",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
title: "Fast & Tasty",
|
||||
quote: "The staff are friendly and food is served quickly and super tasty.",
|
||||
name: "Richard Lemesany",
|
||||
role: "Visitor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
title: "Favorite Stop",
|
||||
quote: "New favorite for sure! The kids meals are a total bang for your buck.",
|
||||
name: "Jamie Lee",
|
||||
role: "Parent",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smart-good-looking-girl-being-great-mood-smiles-positively-looks-aside-watches-hilarious-show-dressed-bright-clothes-optical-glasses_273609-43522.jpg",
|
||||
},
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Join thousands of happy customers who love the Culver's experience."
|
||||
/>
|
||||
</div>
|
||||
<div id="testimonials" data-section="testimonials">
|
||||
<TestimonialCardTen
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "1", title: "Great Food!", quote: "The ButterBurgers are amazing and they have separately wrapped gluten free buns!", name: "Sarah Johnson", role: "Foodie", imageSrc: "http://img.b2bpic.net/free-photo/cute-smiling-curly-woman-lean-wall_176420-16738.jpg" },
|
||||
{ id: "2", title: "Upscale Quality", quote: "I would call it upscale fast food. The meat was delicious and the custard was fabulous!", name: "Ali Hunt", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/celebration-labour-day-with-monochrome-view-woman-working-as-barista_23-2151295946.jpg" },
|
||||
{ id: "3", title: "Delicious Fish", quote: "Their fish and chips is delicious. They cooked to order, so you had to wait a bit.", name: "Blake Boucher", role: "Enthusiast", imageSrc: "http://img.b2bpic.net/free-photo/laugh-is-way-happiness_329181-2893.jpg" },
|
||||
{ id: "4", title: "Fast & Tasty", quote: "The staff are friendly and food is served quickly and super tasty.", name: "Richard Lemesany", role: "Visitor", imageSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg" },
|
||||
{ id: "5", title: "Favorite Stop", quote: "New favorite for sure! The kids meals are a total bang for your buck.", name: "Jamie Lee", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/smart-good-looking-girl-being-great-mood-smiles-positively-looks-aside-watches-hilarious-show-dressed-bright-clothes-optical-glasses_273609-43522.jpg" }
|
||||
]}
|
||||
title="What Our Guests Say"
|
||||
description="Join thousands of happy customers who love the Culver's experience."
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-burgers-with-usa-flag-assortment_23-2149897368.jpg"
|
||||
imageAlt="High angle burgers with usa flag assortment"
|
||||
/>
|
||||
</div>
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{ variant: "plain" }}
|
||||
title="Get in Touch"
|
||||
description="We would love to hear from you. Reach out for any inquiries."
|
||||
tag="Contact"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/high-angle-burgers-with-usa-flag-assortment_23-2149897368.jpg"
|
||||
imageAlt="High angle burgers with usa flag assortment"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Culver's"
|
||||
copyrightText="© 2025 Culver's. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterCard
|
||||
logoText="Culver's"
|
||||
copyrightText="© 2025 Culver's. All rights reserved."
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user