Merge version_1 into main #2
191
src/app/page.tsx
191
src/app/page.tsx
@@ -30,17 +30,11 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Menu",
|
||||
id: "#menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Burger Builder",
|
||||
id: "#builder",
|
||||
},
|
||||
name: "Burger Builder", id: "builder"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "#contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Master Burger"
|
||||
/>
|
||||
@@ -49,32 +43,15 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroSplitDualMedia
|
||||
background={{
|
||||
variant: "gradient-bars",
|
||||
}}
|
||||
variant: "gradient-bars"}}
|
||||
title="Fresh Burgers in 15 Minutes"
|
||||
description="Authentic street food, premium ingredients, and lightning-fast delivery to your door."
|
||||
tag="New in Town"
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-basket-with-copy-space-kitchen-towel_23-2148784467.jpg?_wi=1",
|
||||
imageAlt: "Juicy Signature Burger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-basket-with-copy-space-kitchen-towel_23-2148784467.jpg", imageAlt: "Juicy Signature Burger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegan-burger-with-copy-space_23-2148305766.jpg?_wi=1",
|
||||
imageAlt: "Premium Classic Burger",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fried-potato-wooden-plate-with-dipped-sauce-traditional-fast-food-concept_1150-9057.jpg?_wi=1",
|
||||
imageAlt: "Golden Crispy Fries",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life_23-2151143268.jpg?_wi=1",
|
||||
imageAlt: "Refreshing Iced Cola",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-basket-with-copy-space-kitchen-towel_23-2148784467.jpg?_wi=2",
|
||||
imageAlt: "Master Burger Special",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegan-burger-with-copy-space_23-2148305766.jpg", imageAlt: "Premium Classic Burger"}
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
rating={5}
|
||||
@@ -82,13 +59,9 @@ export default function LandingPage() {
|
||||
tagIcon={Sparkles}
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Now", href: "#menu"},
|
||||
{
|
||||
text: "Build Yours",
|
||||
href: "#builder",
|
||||
},
|
||||
text: "Build Yours", href: "#builder"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -101,47 +74,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Burger",
|
||||
price: "$8.99",
|
||||
variant: "Burgers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegan-burger-with-copy-space_23-2148305766.jpg?_wi=2",
|
||||
},
|
||||
id: "p1", name: "Classic Burger", price: "$8.99", variant: "Burgers", imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegan-burger-with-copy-space_23-2148305766.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Cheeseburger",
|
||||
price: "$9.99",
|
||||
variant: "Burgers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegan-burger-with-copy-space_23-2148305766.jpg?_wi=3",
|
||||
},
|
||||
id: "p2", name: "Cheeseburger", price: "$9.99", variant: "Burgers", imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegan-burger-with-copy-space_23-2148305766.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Double Trouble",
|
||||
price: "$12.99",
|
||||
variant: "Burgers",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegan-burger-with-copy-space_23-2148305766.jpg?_wi=4",
|
||||
},
|
||||
id: "p3", name: "Double Trouble", price: "$12.99", variant: "Burgers", imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegan-burger-with-copy-space_23-2148305766.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Golden Fries",
|
||||
price: "$3.50",
|
||||
variant: "Fries",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fried-potato-wooden-plate-with-dipped-sauce-traditional-fast-food-concept_1150-9057.jpg?_wi=2",
|
||||
},
|
||||
id: "p4", name: "Golden Fries", price: "$3.50", variant: "Fries", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fried-potato-wooden-plate-with-dipped-sauce-traditional-fast-food-concept_1150-9057.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Sweet Potato Fries",
|
||||
price: "$4.50",
|
||||
variant: "Fries",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fried-potato-wooden-plate-with-dipped-sauce-traditional-fast-food-concept_1150-9057.jpg?_wi=3",
|
||||
},
|
||||
id: "p5", name: "Sweet Potato Fries", price: "$4.50", variant: "Fries", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fried-potato-wooden-plate-with-dipped-sauce-traditional-fast-food-concept_1150-9057.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Cola",
|
||||
price: "$2.50",
|
||||
variant: "Drinks",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life_23-2151143268.jpg?_wi=2",
|
||||
},
|
||||
id: "p6", name: "Cola", price: "$2.50", variant: "Drinks", imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life_23-2151143268.jpg"},
|
||||
]}
|
||||
title="Our Menu"
|
||||
description="Handcrafted burgers, crispy sides, and refreshing drinks."
|
||||
@@ -156,23 +99,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Choose Bun",
|
||||
description: "Brioche, Whole Wheat, or Gluten-Free",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegan-burger-with-copy-space_23-2148305766.jpg?_wi=5",
|
||||
},
|
||||
id: "f1", title: "Choose Bun", description: "Brioche, Whole Wheat, or Gluten-Free", imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegan-burger-with-copy-space_23-2148305766.jpg"},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Pick Patty",
|
||||
description: "Beef, Chicken, or Plant-Based",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegan-burger-with-copy-space_23-2148305766.jpg?_wi=6",
|
||||
},
|
||||
id: "f2", title: "Pick Patty", description: "Beef, Chicken, or Plant-Based", imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegan-burger-with-copy-space_23-2148305766.jpg"},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Add Toppings",
|
||||
description: "Fresh veggies, specialty sauces, and cheeses",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegan-burger-with-copy-space_23-2148305766.jpg?_wi=7",
|
||||
},
|
||||
id: "f3", title: "Add Toppings", description: "Fresh veggies, specialty sauces, and cheeses", imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegan-burger-with-copy-space_23-2148305766.jpg"},
|
||||
]}
|
||||
title="Burger Builder"
|
||||
description="Create your own unique master burger with our custom ingredient selection."
|
||||
@@ -185,60 +116,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Alex R.",
|
||||
date: "12.05.2024",
|
||||
title: "Amazing quality",
|
||||
quote: "The best burger I have ever tasted in the city, really fast!",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/aged-female-vlogger-making-social-media-video-about-cooking-internet-channel-retired-blogger-chef-influencer-using-technology-communicating-shooting-blogging-with-digital-equipment_482257-5802.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-basket-with-copy-space-kitchen-towel_23-2148784467.jpg?_wi=3",
|
||||
imageAlt: "gourmet burger dark background",
|
||||
},
|
||||
id: "1", name: "Alex R.", date: "12.05.2024", title: "Amazing quality", quote: "The best burger I have ever tasted in the city, really fast!", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/aged-female-vlogger-making-social-media-video-about-cooking-internet-channel-retired-blogger-chef-influencer-using-technology-communicating-shooting-blogging-with-digital-equipment_482257-5802.jpg", imageSrc: "http://img.b2bpic.net/free-photo/top-view-burgers-basket-with-copy-space-kitchen-towel_23-2148784467.jpg", imageAlt: "gourmet burger dark background"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Elena M.",
|
||||
date: "10.05.2024",
|
||||
title: "Incredible delivery",
|
||||
quote: "Arrived in 15 minutes, hot and delicious.",
|
||||
tag: "Regular",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-653.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegan-burger-with-copy-space_23-2148305766.jpg?_wi=8",
|
||||
imageAlt: "cheeseburger studio shot",
|
||||
},
|
||||
id: "2", name: "Elena M.", date: "10.05.2024", title: "Incredible delivery", quote: "Arrived in 15 minutes, hot and delicious.", tag: "Regular", avatarSrc: "http://img.b2bpic.net/free-photo/waitress-serving-cup-coffee-customers_1170-653.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-vegan-burger-with-copy-space_23-2148305766.jpg", imageAlt: "cheeseburger studio shot"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Ivan K.",
|
||||
date: "08.05.2024",
|
||||
title: "Burger Builder is great",
|
||||
quote: "Loved being able to choose every single ingredient.",
|
||||
tag: "New",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/woman-playing-beer-pong-indoor-party_23-2149431320.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-fried-potato-wooden-plate-with-dipped-sauce-traditional-fast-food-concept_1150-9057.jpg?_wi=4",
|
||||
imageAlt: "crispy golden fries",
|
||||
},
|
||||
id: "3", name: "Ivan K.", date: "08.05.2024", title: "Burger Builder is great", quote: "Loved being able to choose every single ingredient.", tag: "New", avatarSrc: "http://img.b2bpic.net/free-photo/woman-playing-beer-pong-indoor-party_23-2149431320.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-fried-potato-wooden-plate-with-dipped-sauce-traditional-fast-food-concept_1150-9057.jpg", imageAlt: "crispy golden fries"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Maria P.",
|
||||
date: "05.05.2024",
|
||||
title: "Super taste",
|
||||
quote: "The meat is so juicy and tender.",
|
||||
tag: "Foodie",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life_23-2151143268.jpg?_wi=3",
|
||||
imageAlt: "cola glass with ice",
|
||||
},
|
||||
id: "4", name: "Maria P.", date: "05.05.2024", title: "Super taste", quote: "The meat is so juicy and tender.", tag: "Foodie", avatarSrc: "http://img.b2bpic.net/free-photo/positive-customer-approving-new-offer_1262-17151.jpg", imageSrc: "http://img.b2bpic.net/free-photo/delicious-white-tuna-recipe-still-life_23-2151143268.jpg", imageAlt: "cola glass with ice"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Dmitry S.",
|
||||
date: "02.05.2024",
|
||||
title: "Highly recommended",
|
||||
quote: "Best street food experience by far.",
|
||||
tag: "Fan",
|
||||
avatarSrc: "http://img.b2bpic.net/free-photo/lifestyle-blogger-making-review-new-asian-restaurant-city_197531-22359.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/aged-female-vlogger-making-social-media-video-about-cooking-internet-channel-retired-blogger-chef-influencer-using-technology-communicating-shooting-blogging-with-digital-equipment_482257-5802.jpg",
|
||||
imageAlt: "smiling customer portrait",
|
||||
},
|
||||
id: "5", name: "Dmitry S.", date: "02.05.2024", title: "Highly recommended", quote: "Best street food experience by far.", tag: "Fan", avatarSrc: "http://img.b2bpic.net/free-photo/lifestyle-blogger-making-review-new-asian-restaurant-city_197531-22359.jpg", imageSrc: "http://img.b2bpic.net/free-photo/aged-female-vlogger-making-social-media-video-about-cooking-internet-channel-retired-blogger-chef-influencer-using-technology-communicating-shooting-blogging-with-digital-equipment_482257-5802.jpg", imageAlt: "smiling customer portrait"},
|
||||
]}
|
||||
title="What Our Fans Say"
|
||||
description="Real feedback from burger lovers in the city."
|
||||
@@ -249,16 +135,13 @@ export default function LandingPage() {
|
||||
<ContactCTA
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Contact Us"
|
||||
title="Ready for your Master Burger?"
|
||||
description="Order now via website, or use our smart AI chat for personalized recommendations."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Order Now", href: "#menu"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -268,33 +151,21 @@ export default function LandingPage() {
|
||||
logoText="Master Burger"
|
||||
columns={[
|
||||
{
|
||||
title: "Navigation",
|
||||
items: [
|
||||
title: "Navigation", items: [
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Menu", href: "#menu"},
|
||||
{
|
||||
label: "Burger Builder",
|
||||
href: "#builder",
|
||||
},
|
||||
label: "Burger Builder", href: "#builder"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Support",
|
||||
items: [
|
||||
title: "Support", items: [
|
||||
{
|
||||
label: "Delivery Info",
|
||||
href: "#",
|
||||
},
|
||||
label: "Delivery Info", href: "#"},
|
||||
{
|
||||
label: "Privacy Policy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy Policy", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user