Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
179
src/app/page.tsx
179
src/app/page.tsx
@@ -32,21 +32,13 @@ export default function LandingPage() {
|
||||
<NavbarLayoutFloatingOverlay
|
||||
navItems={[
|
||||
{
|
||||
name: "Home",
|
||||
id: "home",
|
||||
},
|
||||
name: "Home", id: "home"},
|
||||
{
|
||||
name: "Burgers",
|
||||
id: "products",
|
||||
},
|
||||
name: "Burgers", id: "products"},
|
||||
{
|
||||
name: "About",
|
||||
id: "about",
|
||||
},
|
||||
name: "About", id: "about"},
|
||||
{
|
||||
name: "Contact",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Contact", id: "contact"},
|
||||
]}
|
||||
brandName="Real Burgers"
|
||||
/>
|
||||
@@ -55,23 +47,21 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
title="Taste the Real Oradea Experience"
|
||||
description="Authentic, flame-grilled burgers crafted with love and locally sourced ingredients. Discover the difference quality makes."
|
||||
buttons={[
|
||||
{
|
||||
text: "Order Now", href: "#products"
|
||||
}
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-lettuce-tomato-cheese-french-fries-ketchup-side-view_141793-3157.jpg",
|
||||
imageAlt: "Juicy Beef Burger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-lettuce-tomato-cheese-french-fries-ketchup-side-view_141793-3157.jpg", imageAlt: "Juicy Beef Burger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-near-burger-plate-holding-jar-with-butter_23-2148784521.jpg",
|
||||
imageAlt: "Kitchen Atmosphere",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-near-burger-plate-holding-jar-with-butter_23-2148784521.jpg", imageAlt: "Kitchen Atmosphere"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-surprised-expression_1194-2226.jpg",
|
||||
imageAlt: "Delivery Service",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-surprised-expression_1194-2226.jpg", imageAlt: "Delivery Service"},
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
@@ -83,9 +73,7 @@ export default function LandingPage() {
|
||||
title="Crafting Flavors, Creating Memories"
|
||||
buttons={[
|
||||
{
|
||||
text: "Learn Our Story",
|
||||
href: "#",
|
||||
},
|
||||
text: "Learn Our Story", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -98,41 +86,17 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
name: "Classic Burger",
|
||||
price: "29 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868219.jpg",
|
||||
},
|
||||
id: "p1", name: "Classic Burger", price: "29 RON", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868219.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
name: "Bacon Deluxe",
|
||||
price: "35 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-hamburger-with-copy-space_23-2148614102.jpg",
|
||||
},
|
||||
id: "p2", name: "Bacon Deluxe", price: "35 RON", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-hamburger-with-copy-space_23-2148614102.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
name: "Chicken Crunch",
|
||||
price: "32 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-with-fried-apple-shape-potatoes_140725-4534.jpg",
|
||||
},
|
||||
id: "p3", name: "Chicken Crunch", price: "32 RON", imageSrc: "http://img.b2bpic.net/free-photo/chicken-burger-with-fried-apple-shape-potatoes_140725-4534.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
name: "Veggie Delight",
|
||||
price: "30 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetarian-burger-cutting-board_23-2148784533.jpg",
|
||||
},
|
||||
id: "p4", name: "Veggie Delight", price: "30 RON", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetarian-burger-cutting-board_23-2148784533.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
name: "Spicy Inferno",
|
||||
price: "38 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-meat-hamburger-with-red-tomatoes-dark-background_179666-19342.jpg",
|
||||
},
|
||||
id: "p5", name: "Spicy Inferno", price: "38 RON", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-meat-hamburger-with-red-tomatoes-dark-background_179666-19342.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
name: "Double Trouble",
|
||||
price: "45 RON",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-steam-grilled-sandwich-with-melted-cheese-salad-side_181624-45342.jpg",
|
||||
},
|
||||
id: "p6", name: "Double Trouble", price: "45 RON", imageSrc: "http://img.b2bpic.net/free-photo/selective-focus-shot-steam-grilled-sandwich-with-melted-cheese-salad-side_181624-45342.jpg"},
|
||||
]}
|
||||
title="Our Signature Burgers"
|
||||
description="Hand-crafted with 100% fresh beef and fresh-baked buns daily."
|
||||
@@ -147,20 +111,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Fresh Ingredients",
|
||||
description: "Local farmers bring fresh vegetables every single day.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/organic-shop-background-design_1195-142.jpg",
|
||||
},
|
||||
title: "Fresh Ingredients", description: "Local farmers bring fresh vegetables every single day.", imageSrc: "http://img.b2bpic.net/free-vector/organic-shop-background-design_1195-142.jpg"},
|
||||
{
|
||||
title: "Handcrafted",
|
||||
description: "Every single patty is hand-pressed for perfect texture.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-cutting-mushrooms_23-2148939285.jpg",
|
||||
},
|
||||
title: "Handcrafted", description: "Every single patty is hand-pressed for perfect texture.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-hands-cutting-mushrooms_23-2148939285.jpg"},
|
||||
{
|
||||
title: "Rapid Delivery",
|
||||
description: "Get it hot and fast, delivered right to your door.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-delivery-girl-red-uniform-cap-holding-pizza-boxes-food-packages-smiling-cheerfully-standing-green-wall_141793-63689.jpg",
|
||||
},
|
||||
title: "Rapid Delivery", description: "Get it hot and fast, delivered right to your door.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-delivery-girl-red-uniform-cap-holding-pizza-boxes-food-packages-smiling-cheerfully-standing-green-wall_141793-63689.jpg"},
|
||||
]}
|
||||
title="Why Real Burgers?"
|
||||
description="Every detail matters to us, from farm to bun."
|
||||
@@ -174,26 +129,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "10k+",
|
||||
title: "Burgers Grilled",
|
||||
description: "Since we started, we've perfected every grill.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-water-drop-fire-human-hand-pan_176474-3152.jpg",
|
||||
},
|
||||
id: "m1", value: "10k+", title: "Burgers Grilled", description: "Since we started, we've perfected every grill.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-mushroom-frying-with-water-drop-fire-human-hand-pan_176474-3152.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "5k+",
|
||||
title: "Happy Guests",
|
||||
description: "The best reward is seeing your empty plates.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-barista-black-apron-showing-thumbsup-recommending-cafe-restaurant-standing-agains_1258-145210.jpg",
|
||||
},
|
||||
id: "m2", value: "5k+", title: "Happy Guests", description: "The best reward is seeing your empty plates.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-man-barista-black-apron-showing-thumbsup-recommending-cafe-restaurant-standing-agains_1258-145210.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "100%",
|
||||
title: "Fresh Produce",
|
||||
description: "Nothing frozen, nothing processed here.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-boxes-with-salad-yellow-background_23-2148247865.jpg",
|
||||
},
|
||||
id: "m3", value: "100%", title: "Fresh Produce", description: "Nothing frozen, nothing processed here.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-boxes-with-salad-yellow-background_23-2148247865.jpg"},
|
||||
]}
|
||||
title="Serving Oradea with Passion"
|
||||
description="Numbers speak to our quality."
|
||||
@@ -205,30 +145,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "t1",
|
||||
name: "Elena M.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg",
|
||||
},
|
||||
id: "t1", name: "Elena M.", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg"},
|
||||
{
|
||||
id: "t2",
|
||||
name: "Andrei S.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/silver-hair-beard-male-dad-businessman-freelancer-working-home-laptop-with-super-busy-communication-smarthphone-calling-remote-work-family_609648-12.jpg",
|
||||
},
|
||||
id: "t2", name: "Andrei S.", imageSrc: "http://img.b2bpic.net/free-photo/silver-hair-beard-male-dad-businessman-freelancer-working-home-laptop-with-super-busy-communication-smarthphone-calling-remote-work-family_609648-12.jpg"},
|
||||
{
|
||||
id: "t3",
|
||||
name: "Maria C.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-holding-delivery-bowl-along-with-notepad-pink-background_140725-40664.jpg",
|
||||
},
|
||||
id: "t3", name: "Maria C.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-male-courier-yellow-uniform-holding-delivery-bowl-along-with-notepad-pink-background_140725-40664.jpg"},
|
||||
{
|
||||
id: "t4",
|
||||
name: "Ion V.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-man-feeding-his-girlfriend-while-having-lunch-with-friends-home_637285-3195.jpg",
|
||||
},
|
||||
id: "t4", name: "Ion V.", imageSrc: "http://img.b2bpic.net/free-photo/happy-man-feeding-his-girlfriend-while-having-lunch-with-friends-home_637285-3195.jpg"},
|
||||
{
|
||||
id: "t5",
|
||||
name: "Sara B.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
|
||||
},
|
||||
id: "t5", name: "Sara B.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"},
|
||||
]}
|
||||
cardTitle="What Oradea Says"
|
||||
cardAnimation="slide-up"
|
||||
@@ -241,20 +166,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
faqs={[
|
||||
{
|
||||
id: "q1",
|
||||
title: "Do you deliver?",
|
||||
content: "Yes, we cover the whole city of Oradea.",
|
||||
},
|
||||
id: "q1", title: "Do you deliver?", content: "Yes, we cover the whole city of Oradea."},
|
||||
{
|
||||
id: "q2",
|
||||
title: "Are you open on Sundays?",
|
||||
content: "We are open 7 days a week, 11 AM - 10 PM.",
|
||||
},
|
||||
id: "q2", title: "Are you open on Sundays?", content: "We are open 7 days a week, 11 AM - 10 PM."},
|
||||
{
|
||||
id: "q3",
|
||||
title: "Can I request custom burgers?",
|
||||
content: "Absolutely, feel free to customize your favorite order.",
|
||||
},
|
||||
id: "q3", title: "Can I request custom burgers?", content: "Absolutely, feel free to customize your favorite order."},
|
||||
]}
|
||||
sideTitle="Common Questions"
|
||||
faqsAnimation="slide-up"
|
||||
@@ -265,8 +181,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Visit Us"
|
||||
title="Come Say Hi"
|
||||
description="Drop by our restaurant for the best burger in town. We love meeting our foodies."
|
||||
@@ -281,29 +196,19 @@ export default function LandingPage() {
|
||||
logoText="Real Burgers"
|
||||
columns={[
|
||||
{
|
||||
title: "Links",
|
||||
items: [
|
||||
title: "Links", items: [
|
||||
{
|
||||
label: "Home",
|
||||
href: "#",
|
||||
},
|
||||
label: "Home", href: "#"},
|
||||
{
|
||||
label: "Menu",
|
||||
href: "#products",
|
||||
},
|
||||
label: "Menu", href: "#products"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal",
|
||||
items: [
|
||||
title: "Legal", items: [
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
@@ -312,4 +217,4 @@ export default function LandingPage() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user