Merge version_2 into main
Merge version_2 into main
This commit was merged in pull request #1.
This commit is contained in:
246
src/app/page.tsx
246
src/app/page.tsx
@@ -32,25 +32,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleFullscreen
|
||||
navItems={[
|
||||
{
|
||||
name: "Főoldal",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Főoldal", id: "hero"},
|
||||
{
|
||||
name: "Burgerek",
|
||||
id: "products",
|
||||
},
|
||||
name: "Burgerek", id: "products"},
|
||||
{
|
||||
name: "Rólunk",
|
||||
id: "about",
|
||||
},
|
||||
name: "Rólunk", id: "about"},
|
||||
{
|
||||
name: "Vélemények",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Vélemények", id: "testimonials"},
|
||||
{
|
||||
name: "Kapcsolat",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kapcsolat", id: "contact"},
|
||||
]}
|
||||
brandName="Haverom Burgerháza"
|
||||
/>
|
||||
@@ -59,51 +49,28 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardRotatedCarousel
|
||||
background={{
|
||||
variant: "rotated-rays-animated",
|
||||
}}
|
||||
variant: "rotated-rays-animated"}}
|
||||
title="Nem csak egy burger. Ez egy élmény."
|
||||
description="Brutál adagok. Szaftos húsok. Kedves kiszolgálás. Egy hely, ahol még tudják, mit jelent vendégnek lenni."
|
||||
buttons={[
|
||||
{
|
||||
text: "Rendelek most",
|
||||
href: "#",
|
||||
},
|
||||
text: "Rendelek most", href: "#"},
|
||||
{
|
||||
text: "Asztalt foglalok",
|
||||
href: "#",
|
||||
},
|
||||
text: "Asztalt foglalok", href: "#"},
|
||||
]}
|
||||
carouselItems={[
|
||||
{
|
||||
id: "1",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-wooden-board-high-angle_23-2149897397.jpg",
|
||||
imageAlt: "OMG Burger",
|
||||
},
|
||||
id: "1", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-wooden-board-high-angle_23-2149897397.jpg", imageAlt: "OMG Burger"},
|
||||
{
|
||||
id: "2",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-red-tasty-fried-inside-plate-light-wall_140725-11599.jpg",
|
||||
imageAlt: "Haverom Burger",
|
||||
},
|
||||
id: "2", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-red-tasty-fried-inside-plate-light-wall_140725-11599.jpg", imageAlt: "Haverom Burger"},
|
||||
{
|
||||
id: "3",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-realistic-burger_23-2150902388.jpg",
|
||||
imageAlt: "BBQ Burger",
|
||||
},
|
||||
id: "3", imageSrc: "http://img.b2bpic.net/free-photo/delicious-realistic-burger_23-2150902388.jpg", imageAlt: "BBQ Burger"},
|
||||
{
|
||||
id: "4",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-with-bright-lights_23-2150902226.jpg",
|
||||
imageAlt: "Pulled Pork",
|
||||
},
|
||||
id: "4", imageSrc: "http://img.b2bpic.net/free-photo/delicious-burgers-with-bright-lights_23-2150902226.jpg", imageAlt: "Pulled Pork"},
|
||||
{
|
||||
id: "5",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-hamburger-with-bokeh-effect_23-2148374917.jpg",
|
||||
imageAlt: "Extra burger",
|
||||
},
|
||||
id: "5", imageSrc: "http://img.b2bpic.net/free-photo/delicious-hamburger-with-bokeh-effect_23-2148374917.jpg", imageAlt: "Extra burger"},
|
||||
{
|
||||
id: "6",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571702.jpg",
|
||||
imageAlt: "Dessert",
|
||||
},
|
||||
id: "6", imageSrc: "http://img.b2bpic.net/free-photo/close-up-street-food-neon-light_23-2151571702.jpg", imageAlt: "Dessert"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -116,29 +83,13 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
title: "Brutális adagok",
|
||||
description: "Nem maradsz éhes. Sőt.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-looking-3d-burger-with-simple-background_23-2150914659.jpg",
|
||||
imageAlt: "Adagok",
|
||||
},
|
||||
title: "Brutális adagok", description: "Nem maradsz éhes. Sőt.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-looking-3d-burger-with-simple-background_23-2150914659.jpg", imageAlt: "Adagok"},
|
||||
{
|
||||
title: "Prémium alapanyagok",
|
||||
description: "Friss hús, szaftos állag, egyedi ízek.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-with-neon-sign-that-says-burger-it_123827-23456.jpg",
|
||||
imageAlt: "Alapanyag",
|
||||
},
|
||||
title: "Prémium alapanyagok", description: "Friss hús, szaftos állag, egyedi ízek.", imageSrc: "http://img.b2bpic.net/free-photo/burger-with-neon-sign-that-says-burger-it_123827-23456.jpg", imageAlt: "Alapanyag"},
|
||||
{
|
||||
title: "Emberi kiszolgálás",
|
||||
description: "Mosoly, figyelem, valódi vendéglátás.",
|
||||
imageSrc: "http://img.b2bpic.net/free-vector/charity-icons-set_98292-2003.jpg",
|
||||
imageAlt: "Szerviz",
|
||||
},
|
||||
title: "Emberi kiszolgálás", description: "Mosoly, figyelem, valódi vendéglátás.", imageSrc: "http://img.b2bpic.net/free-vector/charity-icons-set_98292-2003.jpg", imageAlt: "Szerviz"},
|
||||
{
|
||||
title: "Hangulatos hely",
|
||||
description: "Randira, haverokkal, családdal is tökéletes.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/family-concept-with-icons-wooden-cubes-red-table-flat-lay_176474-9436.jpg",
|
||||
imageAlt: "Hangulat",
|
||||
},
|
||||
title: "Hangulatos hely", description: "Randira, haverokkal, családdal is tökéletes.", imageSrc: "http://img.b2bpic.net/free-photo/family-concept-with-icons-wooden-cubes-red-table-flat-lay_176474-9436.jpg", imageAlt: "Hangulat"},
|
||||
]}
|
||||
title="Miért szeretnek minket?"
|
||||
description="A város széli randibarlang, ahol a minőség és a barátság kéz a kézben jár."
|
||||
@@ -153,62 +104,26 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Haverom",
|
||||
name: "OMG Burger",
|
||||
price: "4.990 Ft",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/half-cheeseburger-with-tomatoes-salad_23-2148314191.jpg",
|
||||
},
|
||||
id: "p1", brand: "Haverom", name: "OMG Burger", price: "4.990 Ft", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/half-cheeseburger-with-tomatoes-salad_23-2148314191.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "Haverom",
|
||||
name: "Haverom Burger",
|
||||
price: "3.890 Ft",
|
||||
rating: 5,
|
||||
reviewCount: "95",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-bun_1339-1534.jpg",
|
||||
},
|
||||
id: "p2", brand: "Haverom", name: "Haverom Burger", price: "3.890 Ft", rating: 5,
|
||||
reviewCount: "95", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-bun_1339-1534.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Haverom",
|
||||
name: "BBQ Burger",
|
||||
price: "3.990 Ft",
|
||||
rating: 4,
|
||||
reviewCount: "88",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/flaming-burger-presentation_23-2151950783.jpg",
|
||||
},
|
||||
id: "p3", brand: "Haverom", name: "BBQ Burger", price: "3.990 Ft", rating: 4,
|
||||
reviewCount: "88", imageSrc: "http://img.b2bpic.net/free-photo/flaming-burger-presentation_23-2151950783.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Haverom",
|
||||
name: "Pulled Pork",
|
||||
price: "3.790 Ft",
|
||||
rating: 4,
|
||||
reviewCount: "72",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/japanese-sandwich-with-breaded-pork-chop-cabbage-tonkatsu-sauce_2829-18640.jpg",
|
||||
},
|
||||
id: "p4", brand: "Haverom", name: "Pulled Pork", price: "3.790 Ft", rating: 4,
|
||||
reviewCount: "72", imageSrc: "http://img.b2bpic.net/free-photo/japanese-sandwich-with-breaded-pork-chop-cabbage-tonkatsu-sauce_2829-18640.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Haverom",
|
||||
name: "Cheesy Double",
|
||||
price: "4.290 Ft",
|
||||
rating: 5,
|
||||
reviewCount: "65",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-white-background-ai-generated_268835-10832.jpg",
|
||||
},
|
||||
id: "p5", brand: "Haverom", name: "Cheesy Double", price: "4.290 Ft", rating: 5,
|
||||
reviewCount: "65", imageSrc: "http://img.b2bpic.net/free-photo/burger-white-background-ai-generated_268835-10832.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Haverom",
|
||||
name: "Spicy Jalapeño",
|
||||
price: "4.190 Ft",
|
||||
rating: 4,
|
||||
reviewCount: "58",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-served-with-french-fires-ketchup-mayonnaise_140725-6489.jpg",
|
||||
},
|
||||
id: "p6", brand: "Haverom", name: "Spicy Jalapeño", price: "4.190 Ft", rating: 4,
|
||||
reviewCount: "58", imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-served-with-french-fires-ketchup-mayonnaise_140725-6489.jpg"},
|
||||
]}
|
||||
title="Signature Burgereink"
|
||||
description="A legnépszerűbb ízek, amiket egyszer meg kell kóstolnod."
|
||||
description="Kézzel gyúrt prémium marhahús, minden nap friss zsemlével."
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -218,9 +133,7 @@ export default function LandingPage() {
|
||||
title="A Haverom Burgerháza nem egy átlagos burgerező."
|
||||
buttons={[
|
||||
{
|
||||
text: "Rólunk bővebben",
|
||||
href: "#",
|
||||
},
|
||||
text: "Rólunk bővebben", href: "#"},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -232,40 +145,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Attila",
|
||||
handle: "@atti",
|
||||
testimonial: "HAMBURGEREK TEMPLOMA!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-woman-isolated_273609-35027.jpg",
|
||||
},
|
||||
id: "1", name: "Attila", handle: "@atti", testimonial: "HAMBURGEREK TEMPLOMA!", imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-beautiful-woman-isolated_273609-35027.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Dóra",
|
||||
handle: "@dora",
|
||||
testimonial: "OMG mennyiséget kaptam, el sem bírtam!",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/headshot-pleased-cheerful-african-american-woman-touches-cheeks-closes-eyes-enjoys-pleasant-moment-wears-yellow-raincoat-isolated-blue-background_273609-33937.jpg",
|
||||
},
|
||||
id: "2", name: "Dóra", handle: "@dora", testimonial: "OMG mennyiséget kaptam, el sem bírtam!", imageSrc: "http://img.b2bpic.net/free-photo/headshot-pleased-cheerful-african-american-woman-touches-cheeks-closes-eyes-enjoys-pleasant-moment-wears-yellow-raincoat-isolated-blue-background_273609-33937.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Gábor",
|
||||
handle: "@gabi",
|
||||
testimonial: "Zseniális burgerező, a hús csúcs.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-pink-wall-happy-smiling-cheerful-positive_343596-7006.jpg",
|
||||
},
|
||||
id: "3", name: "Gábor", handle: "@gabi", testimonial: "Zseniális burgerező, a hús csúcs.", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-african-american-woman-pink-wall-happy-smiling-cheerful-positive_343596-7006.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Szilvi",
|
||||
handle: "@szilvi",
|
||||
testimonial: "Kedves, figyelmes kiszolgálás minden alkalommal.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/sweet-tender-indoor-shot-happy-interracial-homosexual-couple-hugging-cuddling-cafe_273609-9251.jpg",
|
||||
},
|
||||
id: "4", name: "Szilvi", handle: "@szilvi", testimonial: "Kedves, figyelmes kiszolgálás minden alkalommal.", imageSrc: "http://img.b2bpic.net/free-photo/sweet-tender-indoor-shot-happy-interracial-homosexual-couple-hugging-cuddling-cafe_273609-9251.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Tamás",
|
||||
handle: "@tomi",
|
||||
testimonial: "Visszajárós hely, szerintem a legjobb.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/man-with-ginger-beard-wearing-colorful-clothes-holding-rabbit_273609-23208.jpg",
|
||||
},
|
||||
id: "5", name: "Tamás", handle: "@tomi", testimonial: "Visszajárós hely, szerintem a legjobb.", imageSrc: "http://img.b2bpic.net/free-photo/man-with-ginger-beard-wearing-colorful-clothes-holding-rabbit_273609-23208.jpg"},
|
||||
]}
|
||||
title="Mit mondanak a haverok?"
|
||||
description="Először jöttünk, de nem utoljára!"
|
||||
@@ -278,20 +166,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "f1",
|
||||
title: "Miért változik néha a kínálat?",
|
||||
content: "Folyamatosan fejlesztjük az ízeket a vendégek visszajelzései alapján.",
|
||||
},
|
||||
id: "f1", title: "Miért változik néha a kínálat?", content: "Folyamatosan fejlesztjük az ízeket a vendégek visszajelzései alapján."},
|
||||
{
|
||||
id: "f2",
|
||||
title: "Mi történik, ha nem tökéletes a burger?",
|
||||
content: "Nálunk nem futószalag van, ha valami nem tökéletes, azonnal javítjuk.",
|
||||
},
|
||||
id: "f2", title: "Mi történik, ha nem tökéletes a burger?", content: "Nálunk nem futószalag van, ha valami nem tökéletes, azonnal javítjuk."},
|
||||
{
|
||||
id: "f3",
|
||||
title: "Lehet asztalt foglalni?",
|
||||
content: "Igen, a weboldalon vagy telefonon keresztül bármikor várjuk a foglalásokat.",
|
||||
},
|
||||
id: "f3", title: "Lehet asztalt foglalni?", content: "Igen, a weboldalon vagy telefonon keresztül bármikor várjuk a foglalásokat."},
|
||||
]}
|
||||
title="Gyakori kérdések"
|
||||
description="Őszintén a minőségről és a fejlődésről."
|
||||
@@ -306,26 +185,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
metrics={[
|
||||
{
|
||||
id: "m1",
|
||||
value: "100%",
|
||||
title: "Vendég elégedettség",
|
||||
description: "Törekszünk rá.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-big-burger-with-meat-bread-lettuce-tomatoes-generative-ai_169016-28842.jpg",
|
||||
},
|
||||
id: "m1", value: "100%", title: "Vendég elégedettség", description: "Törekszünk rá.", imageSrc: "http://img.b2bpic.net/free-photo/delicious-big-burger-with-meat-bread-lettuce-tomatoes-generative-ai_169016-28842.jpg"},
|
||||
{
|
||||
id: "m2",
|
||||
value: "500+",
|
||||
title: "Burger eladva",
|
||||
description: "Hétről hétre.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/drawn-fruit-good-from-brain-white-background_23-2147865376.jpg",
|
||||
},
|
||||
id: "m2", value: "500+", title: "Burger eladva", description: "Hétről hétre.", imageSrc: "http://img.b2bpic.net/free-photo/drawn-fruit-good-from-brain-white-background_23-2147865376.jpg"},
|
||||
{
|
||||
id: "m3",
|
||||
value: "5.0",
|
||||
title: "Értékelés",
|
||||
description: "Átlagos vélemény.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/waiter-praying-god-success_482257-101652.jpg",
|
||||
},
|
||||
id: "m3", value: "5.0", title: "Értékelés", description: "Átlagos vélemény.", imageSrc: "http://img.b2bpic.net/free-photo/waiter-praying-god-success_482257-101652.jpg"},
|
||||
]}
|
||||
title="Több mint burger."
|
||||
description="Randik, barátok, cheat day mennyország."
|
||||
@@ -339,20 +203,12 @@ export default function LandingPage() {
|
||||
description="Akkor ne gondolkodj. Rendelj vagy gyere hozzánk!"
|
||||
inputs={[
|
||||
{
|
||||
name: "name",
|
||||
type: "text",
|
||||
placeholder: "Név",
|
||||
},
|
||||
name: "name", type: "text", placeholder: "Név"},
|
||||
{
|
||||
name: "email",
|
||||
type: "email",
|
||||
placeholder: "Email",
|
||||
},
|
||||
name: "email", type: "email", placeholder: "Email"},
|
||||
]}
|
||||
textarea={{
|
||||
name: "message",
|
||||
placeholder: "Üzenet",
|
||||
rows: 4,
|
||||
name: "message", placeholder: "Üzenet", rows: 4,
|
||||
}}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/three-mini-burgers-table_140725-2445.jpg"
|
||||
/>
|
||||
@@ -362,16 +218,12 @@ export default function LandingPage() {
|
||||
<FooterLogoReveal
|
||||
logoText="Haverom Burgerháza"
|
||||
leftLink={{
|
||||
text: "Adatvédelem",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Adatvédelem", href: "#"}}
|
||||
rightLink={{
|
||||
text: "Asztalfoglalás",
|
||||
href: "#",
|
||||
}}
|
||||
text: "Asztalfoglalás", href: "#"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user