Merge version_1 into main #2
195
src/app/page.tsx
195
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Home", id: "hero"},
|
||||
{
|
||||
name: "Our Story",
|
||||
id: "about",
|
||||
},
|
||||
name: "Our Story", id: "about"},
|
||||
{
|
||||
name: "Menu",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menu", id: "menu"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="BurgerHaus"
|
||||
/>
|
||||
@@ -58,15 +50,11 @@ export default function LandingPage() {
|
||||
description="Crafting the ultimate burger experience with fresh, locally sourced ingredients and a passion for flavor."
|
||||
buttons={[
|
||||
{
|
||||
text: "View Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "View Menu", href: "#menu"},
|
||||
{
|
||||
text: "Order Now",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Order Now", href: "#contact"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637286.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637286.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -75,7 +63,7 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
title="Built on Passion"
|
||||
description="At BurgerHaus, we believe a great burger starts with the basics. That's why we source our meat from local farms, bake our buns fresh every morning, and use only the freshest produce."
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg?_wi=1"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -86,49 +74,31 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Locally sourced and delivered fresh daily.",
|
||||
icon: Leaf,
|
||||
title: "Fresh Ingredients", description: "Locally sourced and delivered fresh daily.", icon: Leaf,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-bruschetta-fresh-italian-ingredients-table_23-2148195026.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-tasty-bruschetta-fresh-italian-ingredients-table_23-2148195026.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-raw-vegetables-composition_23-2148643061.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-raw-vegetables-composition_23-2148643061.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/still-life-delicious-american-hamburger_23-2149637286.jpg?_wi=2",
|
||||
imageAlt: "fresh organic vegetables",
|
||||
},
|
||||
{
|
||||
title: "Prime Beef",
|
||||
description: "100% premium beef, grilled to perfection.",
|
||||
icon: Beef,
|
||||
title: "Prime Beef", description: "100% premium beef, grilled to perfection.", icon: Beef,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-lavash-spices-sesame-pepper-side-view_141793-12243.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grilled-meat-lavash-spices-sesame-pepper-side-view_141793-12243.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-with-tomatoes-herbs_23-2148611076.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-meat-with-tomatoes-herbs_23-2148611076.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/male-chef-preparing-chopped-bell-pepper-restaurant-kitchen-cooking-gourmet-dish-with-fresh-ingredients-authentic-cook-preparing-vegetables-meal-with-culinary-food-recipe-close-up_482257-43539.jpg?_wi=2",
|
||||
imageAlt: "fresh organic vegetables",
|
||||
},
|
||||
{
|
||||
title: "Handcrafted Buns",
|
||||
description: "Baked fresh every single morning.",
|
||||
icon: Award,
|
||||
title: "Handcrafted Buns", description: "Baked fresh every single morning.", icon: Award,
|
||||
mediaItems: [
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-vegetable-colorful-background-tasty-fresh-vegetables-wooden-table-top-view-with-copy-space_1220-1490.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/food-vegetable-colorful-background-tasty-fresh-vegetables-wooden-table-top-view-with-copy-space_1220-1490.jpg"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-vegetables-closeup_23-2148253268.jpg",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/tasty-vegetables-closeup_23-2148253268.jpg"},
|
||||
],
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger-meal_23-2151433718.jpg?_wi=1",
|
||||
imageAlt: "fresh organic vegetables",
|
||||
},
|
||||
]}
|
||||
title="Why We're Different"
|
||||
@@ -144,47 +114,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Classic Cheeseburger",
|
||||
price: "$9.99",
|
||||
variant: "Best Seller",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger-meal_23-2151433718.jpg?_wi=2",
|
||||
},
|
||||
id: "1", name: "Classic Cheeseburger", price: "$9.99", variant: "Best Seller", imageSrc: "http://img.b2bpic.net/free-photo/close-up-delicious-burger-meal_23-2151433718.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Bacon Avocado Burger",
|
||||
price: "$12.99",
|
||||
variant: "Premium",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-food-cutting-board_23-2148287542.jpg",
|
||||
},
|
||||
id: "2", name: "Bacon Avocado Burger", price: "$12.99", variant: "Premium", imageSrc: "http://img.b2bpic.net/free-photo/top-view-tasty-food-cutting-board_23-2148287542.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Spicy BBQ Burger",
|
||||
price: "$11.99",
|
||||
variant: "Bold",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-cheeseburger-with-tomatoes-salad_23-2148314191.jpg",
|
||||
},
|
||||
id: "3", name: "Spicy BBQ Burger", price: "$11.99", variant: "Bold", imageSrc: "http://img.b2bpic.net/free-photo/half-cheeseburger-with-tomatoes-salad_23-2148314191.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Truffle Mushroom Burger",
|
||||
price: "$14.99",
|
||||
variant: "Luxury",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg",
|
||||
},
|
||||
id: "4", name: "Truffle Mushroom Burger", price: "$14.99", variant: "Luxury", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-delicious-burger-composition_23-2148868224.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Crispy Chicken Burger",
|
||||
price: "$10.99",
|
||||
variant: "Poultry",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-chicken-burger-with-fresh-lettuce-crispy-french-fries-wooden-board_181624-50895.jpg",
|
||||
},
|
||||
id: "5", name: "Crispy Chicken Burger", price: "$10.99", variant: "Poultry", imageSrc: "http://img.b2bpic.net/free-photo/juicy-chicken-burger-with-fresh-lettuce-crispy-french-fries-wooden-board_181624-50895.jpg"},
|
||||
{
|
||||
id: "6",
|
||||
name: "Plant-Based Burger",
|
||||
price: "$12.99",
|
||||
variant: "Vegan",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger_1339-1567.jpg",
|
||||
},
|
||||
id: "6", name: "Plant-Based Burger", price: "$12.99", variant: "Vegan", imageSrc: "http://img.b2bpic.net/free-photo/burger_1339-1567.jpg"},
|
||||
]}
|
||||
title="Our Signature Burgers"
|
||||
description="Explore our delicious range of handcrafted burgers."
|
||||
@@ -198,45 +138,20 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Sarah J.",
|
||||
handle: "@sarahj",
|
||||
testimonial: "The best burger I've had in years! Absolutely delicious.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-paper-wrapped-sandwich_23-2151309941.jpg",
|
||||
},
|
||||
id: "1", name: "Sarah J.", handle: "@sarahj", testimonial: "The best burger I've had in years! Absolutely delicious.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-man-with-paper-wrapped-sandwich_23-2151309941.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Mike D.",
|
||||
handle: "@miked",
|
||||
testimonial: "Fresh, tasty, and great service. Will definitely be coming back.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg",
|
||||
},
|
||||
id: "2", name: "Mike D.", handle: "@miked", testimonial: "Fresh, tasty, and great service. Will definitely be coming back.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-smiley-man-with-food_23-2148899055.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Emily R.",
|
||||
handle: "@emilyr",
|
||||
testimonial: "I love the truffle burger. It's truly a gourmet treat.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hungry-female-biting-croissant-cafe_651396-1070.jpg",
|
||||
},
|
||||
id: "3", name: "Emily R.", handle: "@emilyr", testimonial: "I love the truffle burger. It's truly a gourmet treat.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hungry-female-biting-croissant-cafe_651396-1070.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "David K.",
|
||||
handle: "@davidk",
|
||||
testimonial: "Consistent quality every time. Can't recommend enough.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-eating-burger_23-2150404800.jpg",
|
||||
},
|
||||
id: "4", name: "David K.", handle: "@davidk", testimonial: "Consistent quality every time. Can't recommend enough.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-young-woman-eating-burger_23-2150404800.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Jessica L.",
|
||||
handle: "@jessl",
|
||||
testimonial: "Super fresh buns, perfectly cooked beef. Perfect experience.",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-eating-french-fries-burger-restaurant_169016-21816.jpg",
|
||||
},
|
||||
id: "5", name: "Jessica L.", handle: "@jessl", testimonial: "Super fresh buns, perfectly cooked beef. Perfect experience.", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/attractive-young-woman-eating-french-fries-burger-restaurant_169016-21816.jpg"},
|
||||
]}
|
||||
showRating={true}
|
||||
title="Fan Favorites"
|
||||
@@ -250,20 +165,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1",
|
||||
title: "Do you offer vegan options?",
|
||||
content: "Yes, we have a delicious plant-based burger made from high-quality ingredients.",
|
||||
},
|
||||
id: "1", title: "Do you offer vegan options?", content: "Yes, we have a delicious plant-based burger made from high-quality ingredients."},
|
||||
{
|
||||
id: "2",
|
||||
title: "Do you deliver?",
|
||||
content: "Yes, we partner with major delivery apps in the city.",
|
||||
},
|
||||
id: "2", title: "Do you deliver?", content: "Yes, we partner with major delivery apps in the city."},
|
||||
{
|
||||
id: "3",
|
||||
title: "Can I reserve a table?",
|
||||
content: "Yes, please call us or use the link on our contact section.",
|
||||
},
|
||||
id: "3", title: "Can I reserve a table?", content: "Yes, please call us or use the link on our contact section."},
|
||||
]}
|
||||
title="Frequently Asked Questions"
|
||||
description="Got questions? We've got the answers."
|
||||
@@ -275,14 +181,11 @@ export default function LandingPage() {
|
||||
<ContactText
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
text="Ready for the best burger in town? Come visit us or order online today!"
|
||||
buttons={[
|
||||
{
|
||||
text: "Contact Us",
|
||||
href: "#",
|
||||
},
|
||||
text: "Contact Us", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -291,29 +194,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "BurgerHaus",
|
||||
items: [
|
||||
title: "BurgerHaus", items: [
|
||||
{
|
||||
label: "About",
|
||||
href: "#about",
|
||||
},
|
||||
label: "About", href: "#about"},
|
||||
{
|
||||
label: "Our Menu",
|
||||
href: "#menu",
|
||||
},
|
||||
label: "Our Menu", href: "#menu"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Help",
|
||||
items: [
|
||||
title: "Help", items: [
|
||||
{
|
||||
label: "FAQ",
|
||||
href: "#faq",
|
||||
},
|
||||
label: "FAQ", href: "#faq"},
|
||||
{
|
||||
label: "Contact",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Contact", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user