Update src/app/page.tsx
This commit is contained in:
192
src/app/page.tsx
192
src/app/page.tsx
@@ -30,25 +30,15 @@ export default function LandingPage() {
|
||||
<NavbarStyleApple
|
||||
navItems={[
|
||||
{
|
||||
name: "Főoldal",
|
||||
id: "hero",
|
||||
},
|
||||
name: "Főoldal", id: "hero"},
|
||||
{
|
||||
name: "Rólunk",
|
||||
id: "about",
|
||||
},
|
||||
name: "Rólunk", id: "about"},
|
||||
{
|
||||
name: "Menü",
|
||||
id: "menu",
|
||||
},
|
||||
name: "Menü", id: "menu"},
|
||||
{
|
||||
name: "Vélemények",
|
||||
id: "testimonials",
|
||||
},
|
||||
name: "Vélemények", id: "testimonials"},
|
||||
{
|
||||
name: "Kapcsolat",
|
||||
id: "contact",
|
||||
},
|
||||
name: "Kapcsolat", id: "contact"},
|
||||
]}
|
||||
brandName="Piggy BBQ"
|
||||
/>
|
||||
@@ -57,41 +47,26 @@ export default function LandingPage() {
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroBillboardGallery
|
||||
background={{
|
||||
variant: "radial-gradient",
|
||||
}}
|
||||
variant: "radial-gradient"}}
|
||||
title="Szaftos burgerek. Igazi BBQ ízvilág."
|
||||
description="A város legnépszerűbb BBQ élménye Štúrovóban. Friss alapanyagok, prémium húsok és füstös ízek minden falatban."
|
||||
buttons={[
|
||||
{
|
||||
text: "Menü megtekintése",
|
||||
href: "#menu",
|
||||
},
|
||||
text: "Menü megtekintése", href: "#menu"},
|
||||
{
|
||||
text: "Rendelés",
|
||||
href: "#contact",
|
||||
},
|
||||
text: "Rendelés", href: "#contact"},
|
||||
]}
|
||||
mediaItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-steaks-with-potatoes-vegetable-salad-sauce_141793-4089.jpg",
|
||||
imageAlt: "Juicy BBQ Burger",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-mix-steaks-with-potatoes-vegetable-salad-sauce_141793-4089.jpg", imageAlt: "Juicy BBQ Burger"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-tasty-with-green-salad-other-ingredients-inside-round-plate-dark-surface_140725-11626.jpg",
|
||||
imageAlt: "BBQ Meat Platter",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-hamburger-tasty-with-green-salad-other-ingredients-inside-round-plate-dark-surface_140725-11626.jpg", imageAlt: "BBQ Meat Platter"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-bun-sandwich-fast-food_140725-82153.jpg",
|
||||
imageAlt: "Burger and Fries",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-cheesy-meat-burger-with-seasonings-dark-surface-bun-sandwich-fast-food_140725-82153.jpg", imageAlt: "Burger and Fries"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-sauce-with-potatoes-tomato-pepper-with-sauce-tray_141793-5113.jpg",
|
||||
imageAlt: "Side view steak in sauce with potatoes tomato and pepper with sauce on a tray",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-steak-sauce-with-potatoes-tomato-pepper-with-sauce-tray_141793-5113.jpg", imageAlt: "Side view steak in sauce with potatoes tomato and pepper with sauce on a tray"},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-lamb-ribs-tandoor-skewers-with-baked-potatoes_141793-4612.jpg",
|
||||
imageAlt: "Front view fried lamb ribs in a tandoor on skewers with baked potatoes",
|
||||
},
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-lamb-ribs-tandoor-skewers-with-baked-potatoes_141793-4612.jpg", imageAlt: "Front view fried lamb ribs in a tandoor on skewers with baked potatoes"},
|
||||
]}
|
||||
mediaAnimation="blur-reveal"
|
||||
/>
|
||||
@@ -105,17 +80,11 @@ export default function LandingPage() {
|
||||
description="A Piggy BBQ & Burger Štúrovo szívében kínálja a street food művészetét. 4,8-as értékelésünk a bizonyíték arra, hogy vendégeink értékelik a frissességet, a gyorsaságot és a minőséget."
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "Gyors kiszolgálás",
|
||||
description: "Nem kell sokat várni a szaftos élményre.",
|
||||
},
|
||||
title: "Gyors kiszolgálás", description: "Nem kell sokat várni a szaftos élményre."},
|
||||
{
|
||||
title: "Prémium alapanyagok",
|
||||
description: "Helyi beszállítóktól, naponta frissen.",
|
||||
},
|
||||
title: "Prémium alapanyagok", description: "Helyi beszállítóktól, naponta frissen."},
|
||||
{
|
||||
title: "Füstös ízek",
|
||||
description: "Hosszú ideig, kíméletesen grillezve.",
|
||||
},
|
||||
title: "Füstös ízek", description: "Hosszú ideig, kíméletesen grillezve."},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/woman-preparing-hamburgers-fries_23-2148614092.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -130,59 +99,23 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{
|
||||
id: "p1",
|
||||
brand: "Burger",
|
||||
name: "Juicy Lucy",
|
||||
price: "12 €",
|
||||
rating: 5,
|
||||
reviewCount: "120",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cheeseburger-with-fried-egg-tray_23-2148784518.jpg",
|
||||
},
|
||||
id: "p1", brand: "Burger", name: "Juicy Lucy", price: "12 €", rating: 5,
|
||||
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-photo/high-angle-cheeseburger-with-fried-egg-tray_23-2148784518.jpg"},
|
||||
{
|
||||
id: "p2",
|
||||
brand: "BBQ",
|
||||
name: "Pulled Pork",
|
||||
price: "11 €",
|
||||
rating: 5,
|
||||
reviewCount: "90",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-cooking-open-flames_84443-82317.jpg",
|
||||
},
|
||||
id: "p2", brand: "BBQ", name: "Pulled Pork", price: "11 €", rating: 5,
|
||||
reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/roasted-meat-cooking-open-flames_84443-82317.jpg"},
|
||||
{
|
||||
id: "p3",
|
||||
brand: "Burger",
|
||||
name: "Cheese Bacon",
|
||||
price: "10 €",
|
||||
rating: 4,
|
||||
reviewCount: "75",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/hamburger-ingredients_23-2148575436.jpg",
|
||||
},
|
||||
id: "p3", brand: "Burger", name: "Cheese Bacon", price: "10 €", rating: 4,
|
||||
reviewCount: "75", imageSrc: "http://img.b2bpic.net/free-photo/hamburger-ingredients_23-2148575436.jpg"},
|
||||
{
|
||||
id: "p4",
|
||||
brand: "Köret",
|
||||
name: "Sültkrumpli",
|
||||
price: "3 €",
|
||||
rating: 5,
|
||||
reviewCount: "200",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-looking-hamburgers-wooden-board-close-up_23-2148614063.jpg",
|
||||
},
|
||||
id: "p4", brand: "Köret", name: "Sültkrumpli", price: "3 €", rating: 5,
|
||||
reviewCount: "200", imageSrc: "http://img.b2bpic.net/free-photo/delicious-looking-hamburgers-wooden-board-close-up_23-2148614063.jpg"},
|
||||
{
|
||||
id: "p5",
|
||||
brand: "Ital",
|
||||
name: "Házi Limonádé",
|
||||
price: "4 €",
|
||||
rating: 5,
|
||||
reviewCount: "50",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flag-assortment_23-2149897366.jpg",
|
||||
},
|
||||
id: "p5", brand: "Ital", name: "Házi Limonádé", price: "4 €", rating: 5,
|
||||
reviewCount: "50", imageSrc: "http://img.b2bpic.net/free-photo/burgers-with-usa-flag-assortment_23-2149897366.jpg"},
|
||||
{
|
||||
id: "p6",
|
||||
brand: "Burger",
|
||||
name: "Veggie BBQ",
|
||||
price: "11 €",
|
||||
rating: 4,
|
||||
reviewCount: "30",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/burger-menu-with-variety-marinated-turshu_114579-2049.jpg",
|
||||
},
|
||||
id: "p6", brand: "Burger", name: "Veggie BBQ", price: "11 €", rating: 4,
|
||||
reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/burger-menu-with-variety-marinated-turshu_114579-2049.jpg"},
|
||||
]}
|
||||
title="Menüajánlatunk"
|
||||
description="Kóstold meg a legnépszerűbb fogásainkat."
|
||||
@@ -194,30 +127,15 @@ export default function LandingPage() {
|
||||
useInvertedBackground={true}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1",
|
||||
name: "Kovács Péter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/teenager-eating-burger-sunset_1140-70.jpg",
|
||||
},
|
||||
id: "1", name: "Kovács Péter", imageSrc: "http://img.b2bpic.net/free-photo/teenager-eating-burger-sunset_1140-70.jpg"},
|
||||
{
|
||||
id: "2",
|
||||
name: "Szabó Anna",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-beard-smiling-happily-as-he-eating-some-tasty-food-with-knife-fork_273609-1730.jpg",
|
||||
},
|
||||
id: "2", name: "Szabó Anna", imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-young-man-with-beard-smiling-happily-as-he-eating-some-tasty-food-with-knife-fork_273609-1730.jpg"},
|
||||
{
|
||||
id: "3",
|
||||
name: "Nagy Gábor",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-has-snack-street-holds-delicious-sandwich-eats-tasty-fast-food-looks-aside-pensively-dressed-fashionable-clothes-poses-outside_273609-54823.jpg",
|
||||
},
|
||||
id: "3", name: "Nagy Gábor", imageSrc: "http://img.b2bpic.net/free-photo/woman-has-snack-street-holds-delicious-sandwich-eats-tasty-fast-food-looks-aside-pensively-dressed-fashionable-clothes-poses-outside_273609-54823.jpg"},
|
||||
{
|
||||
id: "4",
|
||||
name: "Tóth Eszter",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-taking-photos_23-2149250046.jpg",
|
||||
},
|
||||
id: "4", name: "Tóth Eszter", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-happy-woman-taking-photos_23-2149250046.jpg"},
|
||||
{
|
||||
id: "5",
|
||||
name: "Varga László",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-eating-delicious-street-food-outdoors_23-2148952922.jpg",
|
||||
},
|
||||
id: "5", name: "Varga László", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-woman-eating-delicious-street-food-outdoors_23-2148952922.jpg"},
|
||||
]}
|
||||
cardTitle="Amit a vendégeink mondanak"
|
||||
cardTag="4,8 / 5 Értékelés"
|
||||
@@ -231,24 +149,11 @@ export default function LandingPage() {
|
||||
useInvertedBackground={false}
|
||||
features={[
|
||||
{
|
||||
tag: "Fotó",
|
||||
title: "Belső tér",
|
||||
subtitle: "Modern BBQ hangulat",
|
||||
description: "Laza, prémium környezet.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-near-burger-plate-holding-jar-with-butter_23-2148784521.jpg",
|
||||
},
|
||||
tag: "Fotó", title: "Belső tér", subtitle: "Modern BBQ hangulat", description: "Laza, prémium környezet.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-person-near-burger-plate-holding-jar-with-butter_23-2148784521.jpg"},
|
||||
{
|
||||
tag: "Fotó",
|
||||
title: "Tálalás",
|
||||
description: "Frissen, forrón, gusztusosan.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-knife-bowl-sauce-french-fries-wooden-food-tray-restaurant_176474-3023.jpg",
|
||||
},
|
||||
tag: "Fotó", title: "Tálalás", subtitle: "Ínycsiklandó látvány", description: "Frissen, forrón, gusztusosan.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-burger-with-knife-bowl-sauce-french-fries-wooden-food-tray-restaurant_176474-3023.jpg"},
|
||||
{
|
||||
tag: "Fotó",
|
||||
title: "Konyha",
|
||||
description: "Ahol a varázslat készül.",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-white-plate-piece-wood_114579-4374.jpg",
|
||||
},
|
||||
tag: "Fotó", title: "Konyha", subtitle: "A profik műhelye", description: "Ahol a varázslat készül.", imageSrc: "http://img.b2bpic.net/free-photo/chocolate-brownies-white-plate-piece-wood_114579-4374.jpg"},
|
||||
]}
|
||||
title="Élmények"
|
||||
description="Hangulatképek az éttermünkből."
|
||||
@@ -259,8 +164,7 @@ export default function LandingPage() {
|
||||
<ContactSplit
|
||||
useInvertedBackground={true}
|
||||
background={{
|
||||
variant: "plain",
|
||||
}}
|
||||
variant: "plain"}}
|
||||
tag="Elérhetőség"
|
||||
title="Látogass el hozzánk"
|
||||
description="Hlavná 62, 943 01 Štúrovo | Tel: +421 905 123 322\nNyitva: minden nap 19:00-ig."
|
||||
@@ -274,29 +178,19 @@ export default function LandingPage() {
|
||||
<FooterSimple
|
||||
columns={[
|
||||
{
|
||||
title: "Piggy BBQ",
|
||||
items: [
|
||||
title: "Piggy BBQ", items: [
|
||||
{
|
||||
label: "Facebook",
|
||||
href: "https://facebook.com",
|
||||
},
|
||||
label: "Facebook", href: "https://facebook.com"},
|
||||
{
|
||||
label: "Rendelés",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Rendelés", href: "#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Információ",
|
||||
items: [
|
||||
title: "Információ", items: [
|
||||
{
|
||||
label: "Nyitvatartás",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Nyitvatartás", href: "#contact"},
|
||||
{
|
||||
label: "Cím",
|
||||
href: "#contact",
|
||||
},
|
||||
label: "Cím", href: "#contact"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user