6 Commits

Author SHA1 Message Date
50a1aa9d38 Merge version_4 into main
Merge version_4 into main
2026-04-28 08:47:29 +00:00
9099616c89 Update src/app/page.tsx 2026-04-28 08:47:26 +00:00
b514e31b9e Merge version_3 into main
Merge version_3 into main
2026-04-28 08:46:34 +00:00
fc0d314554 Update src/app/page.tsx 2026-04-28 08:46:28 +00:00
911628f386 Merge version_2 into main
Merge version_2 into main
2026-04-28 08:42:35 +00:00
0d9b90306d Update src/app/page.tsx 2026-04-28 08:42:33 +00:00

View File

@@ -32,21 +32,13 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay <NavbarLayoutFloatingOverlay
navItems={[ navItems={[
{ {
name: "Home", name: "Home", id: "home"},
id: "home",
},
{ {
name: "Burgers", name: "Burgers", id: "products"},
id: "products",
},
{ {
name: "About", name: "About", id: "about"},
id: "about",
},
{ {
name: "Contact", name: "Contact", id: "contact"},
id: "contact",
},
]} ]}
brandName="Real Burgers" brandName="Real Burgers"
/> />
@@ -55,23 +47,16 @@ export default function LandingPage() {
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroBillboardGallery <HeroBillboardGallery
background={{ background={{
variant: "plain", variant: "plain"}}
}}
title="Taste the Real Oradea Experience" title="Taste the Real Oradea Experience"
description="Authentic, flame-grilled burgers crafted with love and locally sourced ingredients. Discover the difference quality makes." description="Authentic, flame-grilled burgers crafted with love and locally sourced ingredients. Discover the difference quality makes."
mediaItems={[ mediaItems={[
{ {
imageSrc: "http://img.b2bpic.net/free-photo/meat-burger-wooden-board-lettuce-tomato-cheese-french-fries-ketchup-side-view_141793-3157.jpg", 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"},
imageAlt: "Juicy Beef Burger",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-near-burger-plate-holding-jar-with-butter_23-2148784521.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-near-burger-plate-holding-jar-with-butter_23-2148784521.jpg", imageAlt: "Kitchen Atmosphere"},
imageAlt: "Kitchen Atmosphere",
},
{ {
imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-surprised-expression_1194-2226.jpg", imageSrc: "http://img.b2bpic.net/free-photo/crazy-dealer-surprised-expression_1194-2226.jpg", imageAlt: "Delivery Service"},
imageAlt: "Delivery Service",
},
]} ]}
mediaAnimation="slide-up" mediaAnimation="slide-up"
/> />
@@ -83,9 +68,7 @@ export default function LandingPage() {
title="Crafting Flavors, Creating Memories" title="Crafting Flavors, Creating Memories"
buttons={[ buttons={[
{ {
text: "Learn Our Story", text: "Learn Our Story", href: "#"},
href: "#",
},
]} ]}
/> />
</div> </div>
@@ -98,41 +81,17 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "p1", id: "p1", name: "Classic Burger", price: "29 RON", imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868219.jpg", onProductClick: () => alert('Order Placed!')},
name: "Classic Burger",
price: "29 RON",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-burger-composition_23-2148868219.jpg",
},
{ {
id: "p2", id: "p2", name: "Bacon Deluxe", price: "35 RON", imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-hamburger-with-copy-space_23-2148614102.jpg", onProductClick: () => alert('Order Placed!')},
name: "Bacon Deluxe",
price: "35 RON",
imageSrc: "http://img.b2bpic.net/free-photo/arrangement-delicious-hamburger-with-copy-space_23-2148614102.jpg",
},
{ {
id: "p3", 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", onProductClick: () => alert('Order Placed!')},
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", id: "p4", name: "Veggie Delight", price: "30 RON", imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetarian-burger-cutting-board_23-2148784533.jpg", onProductClick: () => alert('Order Placed!')},
name: "Veggie Delight",
price: "30 RON",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-vegetarian-burger-cutting-board_23-2148784533.jpg",
},
{ {
id: "p5", 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", onProductClick: () => alert('Order Placed!')},
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", 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", onProductClick: () => alert('Order Placed!')},
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" title="Our Signature Burgers"
description="Hand-crafted with 100% fresh beef and fresh-baked buns daily." description="Hand-crafted with 100% fresh beef and fresh-baked buns daily."
@@ -147,20 +106,11 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
features={[ features={[
{ {
title: "Fresh Ingredients", 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"},
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", 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"},
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", 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"},
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?" title="Why Real Burgers?"
description="Every detail matters to us, from farm to bun." description="Every detail matters to us, from farm to bun."
@@ -174,26 +124,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
metrics={[ metrics={[
{ {
id: "m1", 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"},
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", 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"},
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", 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"},
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" title="Serving Oradea with Passion"
description="Numbers speak to our quality." description="Numbers speak to our quality."
@@ -205,30 +140,15 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "t1", id: "t1", name: "Elena M.", imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg"},
name: "Elena M.",
imageSrc: "http://img.b2bpic.net/free-photo/person-indian-origin-having-fun_23-2150285278.jpg",
},
{ {
id: "t2", 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"},
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", 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"},
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", 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"},
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", id: "t5", name: "Sara B.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg"},
name: "Sara B.",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-afro-american-woman_23-2148332136.jpg",
},
]} ]}
cardTitle="What Oradea Says" cardTitle="What Oradea Says"
cardAnimation="slide-up" cardAnimation="slide-up"
@@ -241,20 +161,11 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
faqs={[ faqs={[
{ {
id: "q1", id: "q1", title: "Do you deliver?", content: "Yes, we cover the whole city of Oradea via Glovo and Tazz."},
title: "Do you deliver?",
content: "Yes, we cover the whole city of Oradea.",
},
{ {
id: "q2", id: "q2", title: "Are you open on Sundays?", content: "We are open 7 days a week, 11 AM - 10 PM."},
title: "Are you open on Sundays?",
content: "We are open 7 days a week, 11 AM - 10 PM.",
},
{ {
id: "q3", id: "q3", title: "Can I request custom burgers?", content: "Absolutely, feel free to customize your favorite order."},
title: "Can I request custom burgers?",
content: "Absolutely, feel free to customize your favorite order.",
},
]} ]}
sideTitle="Common Questions" sideTitle="Common Questions"
faqsAnimation="slide-up" faqsAnimation="slide-up"
@@ -265,8 +176,7 @@ export default function LandingPage() {
<ContactSplit <ContactSplit
useInvertedBackground={false} useInvertedBackground={false}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Visit Us" tag="Visit Us"
title="Come Say Hi" title="Come Say Hi"
description="Drop by our restaurant for the best burger in town. We love meeting our foodies." description="Drop by our restaurant for the best burger in town. We love meeting our foodies."
@@ -281,29 +191,19 @@ export default function LandingPage() {
logoText="Real Burgers" logoText="Real Burgers"
columns={[ columns={[
{ {
title: "Links", title: "Links", items: [
items: [
{ {
label: "Home", label: "Home", href: "#"},
href: "#",
},
{ {
label: "Menu", label: "Menu", href: "#products"},
href: "#products",
},
], ],
}, },
{ {
title: "Legal", title: "Legal", items: [
items: [
{ {
label: "Privacy", label: "Privacy", href: "#"},
href: "#",
},
{ {
label: "Terms", label: "Terms", href: "#"},
href: "#",
},
], ],
}, },
]} ]}