Merge version_1 into main #2
227
src/app/page.tsx
227
src/app/page.tsx
@@ -32,17 +32,11 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "#menu"},
|
||||
{
|
||||
name: "About",
|
||||
id: "#about",
|
||||
},
|
||||
name: "About", id: "#about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "#contact"},
|
||||
]}
|
||||
brandName="BURGERLAB"
|
||||
/>
|
||||
@@ -51,21 +45,16 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardScroll
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Built Layer by Layer"
|
||||
description="Discover what makes every bite legendary. Experience the art of the perfect burger, crafted with passion and premium ingredients."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/freshly-baked-bun-plate_140725-8137.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/freshly-baked-bun-plate_140725-8137.jpg"
|
||||
imageAlt="Cinematic Burger"
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Now", href: "#menu"},
|
||||
{
|
||||
text: "Our Story",
|
||||
href: "#about",
|
||||
},
|
||||
text: "Our Story", href: "#about"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -77,38 +66,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Locally Sourced",
|
||||
author: "Farm to Table",
|
||||
description: "100% grass-fed beef and hand-picked greens.",
|
||||
tags: [
|
||||
"fresh",
|
||||
"organic",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-melted-cheese-fries_23-2148290669.jpg?_wi=1",
|
||||
},
|
||||
id: "f1", title: "Locally Sourced", author: "Farm to Table", description: "100% grass-fed beef and hand-picked greens.", tags: [
|
||||
"fresh", "organic"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-melted-cheese-fries_23-2148290669.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Daily Baked",
|
||||
author: "The Bakery",
|
||||
description: "Brioche buns baked fresh in our kitchen every morning.",
|
||||
tags: [
|
||||
"fresh",
|
||||
"baked",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melter-cheese-steak-dark-space_114579-1933.jpg?_wi=1",
|
||||
},
|
||||
id: "f2", title: "Daily Baked", author: "The Bakery", description: "Brioche buns baked fresh in our kitchen every morning.", tags: [
|
||||
"fresh", "baked"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melter-cheese-steak-dark-space_114579-1933.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Slow Cooked",
|
||||
author: "Chef's Touch",
|
||||
description: "Caramelized onions and signature sauces cooked for hours.",
|
||||
tags: [
|
||||
"flavor",
|
||||
"slow",
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg?_wi=1",
|
||||
},
|
||||
id: "f3", title: "Slow Cooked", author: "Chef's Touch", description: "Caramelized onions and signature sauces cooked for hours.", tags: [
|
||||
"flavor", "slow"],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg"},
|
||||
]}
|
||||
title="The Burger Philosophy"
|
||||
description="Why we are different."
|
||||
@@ -117,46 +85,23 @@ export default function LandingPage() {
|
||||
|
||||
<div id="menu" data-section="menu">
|
||||
<ProductCardThree
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Cheddar",
|
||||
price: "$12.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tasty-looking-burger-isolated_181624-46828.jpg",
|
||||
},
|
||||
id: "p1", name: "Classic Cheddar", price: "$12.99", imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-tasty-looking-burger-isolated_181624-46828.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Smoky BBQ",
|
||||
price: "$14.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-marshmallow-cookies-glass-cup-top-view_114579-16015.jpg",
|
||||
},
|
||||
id: "p2", name: "Smoky BBQ", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-marshmallow-cookies-glass-cup-top-view_114579-16015.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Spicy Inferno",
|
||||
price: "$14.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/creative-arrangement-with-hamburger_23-2148614114.jpg",
|
||||
},
|
||||
id: "p3", name: "Spicy Inferno", price: "$14.99", imageSrc: "http://img.b2bpic.net/free-photo/creative-arrangement-with-hamburger_23-2148614114.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Truffle Mushroom",
|
||||
price: "$16.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-with-black-buns-cutting-board_23-2148784539.jpg?_wi=1",
|
||||
},
|
||||
id: "p4", name: "Truffle Mushroom", price: "$16.99", imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-with-black-buns-cutting-board_23-2148784539.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Double Stack",
|
||||
price: "$18.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-light-effect_23-2147695733.jpg",
|
||||
},
|
||||
id: "p5", name: "Double Stack", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-with-light-effect_23-2147695733.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Veggie Garden",
|
||||
price: "$13.99",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-dish-top-view_23-2148469868.jpg",
|
||||
},
|
||||
id: "p6", name: "Veggie Garden", price: "$13.99", imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-dish-top-view_23-2148469868.jpg"},
|
||||
]}
|
||||
title="Our Burgers"
|
||||
description="Taste the legendary flavor."
|
||||
@@ -171,17 +116,11 @@ export default function LandingPage() {
|
||||
description="Started in a small kitchen, we aim to redefine what a burger means."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Quality",
|
||||
description: "We only use the best ingredients.",
|
||||
},
|
||||
title: "Quality", description: "We only use the best ingredients."},
|
||||
{
|
||||
title: "Passion",
|
||||
description: "Every burger is crafted like a piece of art.",
|
||||
},
|
||||
title: "Passion", description: "Every burger is crafted like a piece of art."},
|
||||
{
|
||||
title: "Community",
|
||||
description: "Served to our neighbors with love.",
|
||||
},
|
||||
title: "Community", description: "Served to our neighbors with love."},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/gourmet-cheeseburger-grilled-rustic-wood-table-generated-by-ai_188544-18649.jpg"
|
||||
@@ -195,60 +134,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Sarah",
|
||||
date: "Jan 2024",
|
||||
title: "Foodie",
|
||||
quote: "The best burger I've ever had!",
|
||||
tag: "fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-bun-plate_140725-8137.jpg?_wi=2",
|
||||
imageAlt: "happy customer burger restaurant",
|
||||
},
|
||||
id: "t1", name: "Sarah", date: "Jan 2024", title: "Foodie", quote: "The best burger I've ever had!", tag: "fan", avatarSrc: "http://img.b2bpic.net/free-photo/portrait-waitress-standing-counter_1170-668.jpg", imageSrc: "http://img.b2bpic.net/free-photo/freshly-baked-bun-plate_140725-8137.jpg", imageAlt: "happy customer burger restaurant"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Mark",
|
||||
date: "Feb 2024",
|
||||
title: "Burger Lover",
|
||||
quote: "Incredible texture and taste.",
|
||||
tag: "fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-eating-burger_23-2150404781.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-melted-cheese-fries_23-2148290669.jpg?_wi=2",
|
||||
imageAlt: "happy customer burger restaurant",
|
||||
},
|
||||
id: "t2", name: "Mark", date: "Feb 2024", title: "Burger Lover", quote: "Incredible texture and taste.", tag: "fan", avatarSrc: "http://img.b2bpic.net/free-photo/front-view-young-woman-eating-burger_23-2150404781.jpg", imageSrc: "http://img.b2bpic.net/free-photo/tasty-burger-with-melted-cheese-fries_23-2148290669.jpg", imageAlt: "happy customer burger restaurant"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Emily",
|
||||
date: "March 2024",
|
||||
title: "Reviewer",
|
||||
quote: "Perfectly cooked patty.",
|
||||
tag: "fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/appetizing-chicken-burger-female-hands-fast-food-restaurant_169016-49195.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melter-cheese-steak-dark-space_114579-1933.jpg?_wi=2",
|
||||
imageAlt: "happy customer burger restaurant",
|
||||
},
|
||||
id: "t3", name: "Emily", date: "March 2024", title: "Reviewer", quote: "Perfectly cooked patty.", tag: "fan", avatarSrc: "http://img.b2bpic.net/free-photo/appetizing-chicken-burger-female-hands-fast-food-restaurant_169016-49195.jpg", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-melter-cheese-steak-dark-space_114579-1933.jpg", imageAlt: "happy customer burger restaurant"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "David",
|
||||
date: "April 2024",
|
||||
title: "Local",
|
||||
quote: "My go-to spot now.",
|
||||
tag: "fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/friends-fast-food-restaurant-eating_23-2148718875.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg?_wi=2",
|
||||
imageAlt: "happy customer burger restaurant",
|
||||
},
|
||||
id: "t4", name: "David", date: "April 2024", title: "Local", quote: "My go-to spot now.", tag: "fan", avatarSrc: "http://img.b2bpic.net/free-photo/friends-fast-food-restaurant-eating_23-2148718875.jpg", imageSrc: "http://img.b2bpic.net/free-photo/close-up-burger-with-egg_23-2148678846.jpg", imageAlt: "happy customer burger restaurant"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Jane",
|
||||
date: "May 2024",
|
||||
title: "Writer",
|
||||
quote: "Simply legendary.",
|
||||
tag: "fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-with-black-buns-cutting-board_23-2148784539.jpg?_wi=2",
|
||||
imageAlt: "happy customer burger restaurant",
|
||||
},
|
||||
id: "t5", name: "Jane", date: "May 2024", title: "Writer", quote: "Simply legendary.", tag: "fan", avatarSrc: "http://img.b2bpic.net/free-photo/spectacular-woman-with-dark-long-hair-smiling-coffee-break_291650-641.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-veggie-burger-with-black-buns-cutting-board_23-2148784539.jpg", imageAlt: "happy customer burger restaurant"},
|
||||
]}
|
||||
title="Fan Reviews"
|
||||
description="What people are saying."
|
||||
@@ -260,14 +154,7 @@ export default function LandingPage() {
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={true}
|
||||
names={[
|
||||
"Foodie Weekly",
|
||||
"City Eats",
|
||||
"Burger Connoisseur",
|
||||
"Taste Times",
|
||||
"Nightlife Monthly",
|
||||
"Local News",
|
||||
"Top Bites",
|
||||
]}
|
||||
"Foodie Weekly", "City Eats", "Burger Connoisseur", "Taste Times", "Nightlife Monthly", "Local News", "Top Bites"]}
|
||||
title="Seen In"
|
||||
description="Award-winning flavors recognized by leading publications."
|
||||
/>
|
||||
@@ -279,30 +166,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you deliver?",
|
||||
content: "Yes, through all major platforms.",
|
||||
},
|
||||
id: "q1", title: "Do you deliver?", content: "Yes, through all major platforms."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are there vegan options?",
|
||||
content: "Yes, check our Veggie Garden burger.",
|
||||
},
|
||||
id: "q2", title: "Are there vegan options?", content: "Yes, check our Veggie Garden burger."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Where are you located?",
|
||||
content: "Downtown city center.",
|
||||
},
|
||||
id: "q3", title: "Where are you located?", content: "Downtown city center."},
|
||||
{
|
||||
id: "q4",
|
||||
title: "Are you open weekends?",
|
||||
content: "Yes, we are open until 2AM on Friday and Saturday.",
|
||||
},
|
||||
id: "q4", title: "Are you open weekends?", content: "Yes, we are open until 2AM on Friday and Saturday."},
|
||||
{
|
||||
id: "q5",
|
||||
title: "Do you host events?",
|
||||
content: "Yes, we cater for events large and small.",
|
||||
},
|
||||
id: "q5", title: "Do you host events?", content: "Yes, we cater for events large and small."},
|
||||
]}
|
||||
title="Questions?"
|
||||
description="We have the answers."
|
||||
@@ -314,8 +186,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
tag="Let's Talk"
|
||||
title="Contact Us"
|
||||
description="Have special requests or event inquiries? Drop us a line."
|
||||
@@ -329,29 +200,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Shop",
|
||||
items: [
|
||||
title: "Shop", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Connect",
|
||||
items: [
|
||||
title: "Connect", items: [
|
||||
{
|
||||
label: "Instagram",
|
||||
href: "#",
|
||||
},
|
||||
label: "Instagram", href: "#"},
|
||||
{
|
||||
label: "TikTok",
|
||||
href: "#",
|
||||
},
|
||||
label: "TikTok", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user