Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| dc3e1c292f | |||
| dc618054da | |||
| 9869ab367c |
240
src/app/page.tsx
240
src/app/page.tsx
@@ -10,6 +10,7 @@ import MediaAbout from '@/components/sections/about/MediaAbout';
|
|||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||||
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
|
||||||
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix';
|
||||||
|
import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
return (
|
return (
|
||||||
@@ -30,17 +31,11 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleCentered
|
<NavbarStyleCentered
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Menu",
|
name: "Menu", id: "#menu"},
|
||||||
id: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "O nás",
|
name: "O nás", id: "#about"},
|
||||||
id: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Rezervace",
|
name: "Rezervace", id: "#contact"},
|
||||||
id: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="BURGER BRNO"
|
brandName="BURGER BRNO"
|
||||||
/>
|
/>
|
||||||
@@ -49,41 +44,26 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroBillboardGallery
|
<HeroBillboardGallery
|
||||||
background={{
|
background={{
|
||||||
variant: "gradient-bars",
|
variant: "gradient-bars"}}
|
||||||
}}
|
|
||||||
title="Největší burgery v Brně"
|
title="Největší burgery v Brně"
|
||||||
description="Obrovské porce, top kvalita a ceny, co tě překvapí. Nejsme fancy—jsme poctivý burger podnik."
|
description="Obrovské porce, top kvalita a ceny, co tě překvapí. Nejsme fancy—jsme poctivý burger podnik."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Zobrazit menu",
|
text: "Zobrazit menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
text: "Rezervovat stůl",
|
text: "Rezervovat stůl", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-ingredients_141793-16645.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-ingredients_141793-16645.jpg?_wi=1", imageAlt: "Gourmet Burger"},
|
||||||
imageAlt: "Gourmet Burger",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43761.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43761.jpg?_wi=1", imageAlt: "Kitchen Atmosphere"},
|
||||||
imageAlt: "Kitchen Atmosphere",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-dish-top-view_23-2148469868.jpg?_wi=1",
|
imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-dish-top-view_23-2148469868.jpg?_wi=1", imageAlt: "Burger Meal"},
|
||||||
imageAlt: "Burger Meal",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-ingredients_141793-16645.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-ingredients_141793-16645.jpg?_wi=2", imageAlt: "Gourmet Burger"},
|
||||||
imageAlt: "Gourmet Burger",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43761.jpg?_wi=2",
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43761.jpg?_wi=2", imageAlt: "Kitchen Atmosphere"},
|
||||||
imageAlt: "Kitchen Atmosphere",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
mediaAnimation="blur-reveal"
|
mediaAnimation="blur-reveal"
|
||||||
/>
|
/>
|
||||||
@@ -106,55 +86,25 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Domácí receptury", tags: [
|
||||||
title: "Domácí receptury",
|
"Kvalita", "Tradiční"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-ingredients_141793-16645.jpg?_wi=3", imageAlt: "gourmet burger close up dark background"},
|
||||||
"Kvalita",
|
|
||||||
"Tradiční",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/beef-burger-with-ingredients_141793-16645.jpg?_wi=3",
|
|
||||||
imageAlt: "gourmet burger close up dark background",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Lokální suroviny", tags: [
|
||||||
title: "Lokální suroviny",
|
"Čerstvé", "Lokální"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43761.jpg?_wi=3", imageAlt: "burger restaurant kitchen interior"},
|
||||||
"Čerstvé",
|
|
||||||
"Lokální",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-eating-burger-street-cafe-close-up_169016-43761.jpg?_wi=3",
|
|
||||||
imageAlt: "burger restaurant kitchen interior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Obří porce", tags: [
|
||||||
title: "Obří porce",
|
"Syté", "Value"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-dish-top-view_23-2148469868.jpg?_wi=2", imageAlt: "burger on rustic wooden table"},
|
||||||
"Syté",
|
|
||||||
"Value",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-black-pasta-dish-top-view_23-2148469868.jpg?_wi=2",
|
|
||||||
imageAlt: "burger on rustic wooden table",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f4",
|
id: "f4", title: "Rychlá obsluha", tags: [
|
||||||
title: "Rychlá obsluha",
|
"Rychlost", "Efektivita"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-5256.jpg?_wi=2", imageAlt: "authentic burger place interior"},
|
||||||
"Rychlost",
|
|
||||||
"Efektivita",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/abstract-blur-restaurant_74190-5256.jpg?_wi=2",
|
|
||||||
imageAlt: "authentic burger place interior",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f5",
|
id: "f5", title: "Skvělá lokalita", tags: [
|
||||||
title: "Skvělá lokalita",
|
"Dostupnost", "Centrum"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg?_wi=1", imageAlt: "classic beef burger close up"},
|
||||||
"Dostupnost",
|
|
||||||
"Centrum",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg?_wi=1",
|
|
||||||
imageAlt: "classic beef burger close up",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Proč k nám?"
|
title="Proč k nám?"
|
||||||
description="Důvody, proč se k nám budeš vracet."
|
description="Důvody, proč se k nám budeš vracet."
|
||||||
@@ -168,66 +118,38 @@ export default function LandingPage() {
|
|||||||
gridVariant="three-columns-all-equal-width"
|
gridVariant="three-columns-all-equal-width"
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
products={[
|
products={[
|
||||||
{
|
{ id: "p1", brand: "Burger", name: "Super Úplně Nejlepší Bacon Burger", price: "259 Kč", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg?_wi=2" },
|
||||||
id: "p1",
|
{ id: "p2", brand: "Special", name: "Grilované Selské Koleno", price: "350 Kč", rating: 5, reviewCount: "5", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-cheeseburger-with-melted-cheese_84443-86133.jpg?_wi=1" },
|
||||||
brand: "Signature",
|
{ id: "p3", brand: "Drink", name: "Pivo Polička 11° Otakar", price: "55 Kč", rating: 5, reviewCount: "20", imageSrc: "http://img.b2bpic.net/free-photo/juicy-breakfast-burger_23-2151950572.jpg?_wi=1" },
|
||||||
name: "Brno Special",
|
{ id: "p4", brand: "Main", name: "Candát", price: "290 Kč", rating: 4, reviewCount: "8", imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-guacamole_23-2148678836.jpg" },
|
||||||
price: "189 Kč",
|
{ id: "p5", brand: "Side", name: "Hranolky S Cesnekem", price: "85 Kč", rating: 4, reviewCount: "15", imageSrc: "http://img.b2bpic.net/free-photo/vegan-burgers-with-lentils-pistashios_661915-259.jpg?_wi=1" },
|
||||||
rating: 5,
|
{ id: "p6", brand: "Veg", name: "Grilovaný Hermelín S Brusinkami A ...", price: "145 Kč", rating: 4, reviewCount: "12", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg?_wi=1" },
|
||||||
reviewCount: "120",
|
{ id: "p7", brand: "Veggie", name: "Vegeburger", price: "189 Kč", rating: 4, reviewCount: "9", imageSrc: "http://img.b2bpic.net/free-photo/vegan-burgers-with-lentils-pistashios_661915-259.jpg?_wi=2" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg?_wi=2",
|
{ id: "p8", brand: "Traditional", name: "Jelita", price: "165 Kč", rating: 5, reviewCount: "7", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg?_wi=2" },
|
||||||
},
|
{ id: "p9", brand: "Soup", name: "Česnečka", price: "65 Kč", rating: 5, reviewCount: "22", imageSrc: "http://img.b2bpic.net/free-photo/juicy-breakfast-burger_23-2151950572.jpg?_wi=2" },
|
||||||
{
|
{ id: "p10", brand: "Signature", name: "Dospělý Bacon Burger", price: "229 Kč", rating: 5, reviewCount: "30", imageSrc: "http://img.b2bpic.net/free-photo/front-view-fried-burger-with-fresh-vegetables-meat-inside-round-plate_140725-11618.jpg?_wi=2" },
|
||||||
id: "p2",
|
{ id: "p11", brand: "Meat", name: "Jitrnice", price: "155 Kč", rating: 5, reviewCount: "10", imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-cheeseburger-with-melted-cheese_84443-86133.jpg?_wi=2" }
|
||||||
brand: "Klasika",
|
|
||||||
name: "Double Cheese",
|
|
||||||
price: "199 Kč",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "95",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-cheeseburger-with-melted-cheese_84443-86133.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p3",
|
|
||||||
brand: "Bacon",
|
|
||||||
name: "Smokehouse",
|
|
||||||
price: "209 Kč",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "150",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/juicy-breakfast-burger_23-2151950572.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p4",
|
|
||||||
brand: "Spicy",
|
|
||||||
name: "Chilli Bomb",
|
|
||||||
price: "179 Kč",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "80",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-burger-with-guacamole_23-2148678836.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p5",
|
|
||||||
brand: "Veggie",
|
|
||||||
name: "Green Burger",
|
|
||||||
price: "169 Kč",
|
|
||||||
rating: 4,
|
|
||||||
reviewCount: "60",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/vegan-burgers-with-lentils-pistashios_661915-259.jpg",
|
|
||||||
},
|
|
||||||
{
|
|
||||||
id: "p6",
|
|
||||||
brand: "Monster",
|
|
||||||
name: "Triple Meat",
|
|
||||||
price: "249 Kč",
|
|
||||||
rating: 5,
|
|
||||||
reviewCount: "200",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-double-burger-with-cheese-bacon_23-2148290695.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Naše burgery"
|
title="Naše burgery"
|
||||||
description="Vyber si svého favorita z našeho menu."
|
description="Vyber si svého favorita z našeho menu."
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
<div id="map" data-section="map">
|
||||||
|
<FaqSplitMedia
|
||||||
|
title="Kde nás najdete?"
|
||||||
|
description="Naše provozovna v srdci Brna."
|
||||||
|
faqs={[
|
||||||
|
{id: '1', title: 'Adresa', content: 'Nádražní 1, 602 00 Brno'},
|
||||||
|
{id: '2', title: 'Otevírací doba', content: 'Po-Ne: 11:00 - 22:00'}
|
||||||
|
]}
|
||||||
|
imageSrc="http://img.b2bpic.net/free-photo/top-view-map-concept_23-2148967566.jpg?_wi=1"
|
||||||
|
faqsAnimation="slide-up"
|
||||||
|
textboxLayout="split"
|
||||||
|
useInvertedBackground={false}
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
|
|
||||||
<div id="testimonials" data-section="testimonials">
|
<div id="testimonials" data-section="testimonials">
|
||||||
<TestimonialCardSix
|
<TestimonialCardSix
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
@@ -235,40 +157,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Petr Novák", handle: "@p_novak", testimonial: "Nejlepší burger v Brně! Obrovská porce za super cenu.", imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-goodlooking-man-showing-thumbs-up-praising-good-job-recommending-company-standing_1258-159836.jpg"},
|
||||||
name: "Petr Novák",
|
|
||||||
handle: "@p_novak",
|
|
||||||
testimonial: "Nejlepší burger v Brně! Obrovská porce za super cenu.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/closeup-smiling-goodlooking-man-showing-thumbs-up-praising-good-job-recommending-company-standing_1258-159836.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Jana Svobodová", handle: "@jana_s", testimonial: "Skvělá atmosféra a maso vždy čerstvé.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg"},
|
||||||
name: "Jana Svobodová",
|
|
||||||
handle: "@jana_s",
|
|
||||||
testimonial: "Skvělá atmosféra a maso vždy čerstvé.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-pizza-medium-shot_23-2149872407.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Tomáš Kučera", handle: "@tkucera", testimonial: "Když mám hlad, jdu sem. Fakt poctivý burgery.", imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg"},
|
||||||
name: "Tomáš Kučera",
|
|
||||||
handle: "@tkucera",
|
|
||||||
testimonial: "Když mám hlad, jdu sem. Fakt poctivý burgery.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-eating-restaurant_23-2148006700.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "Lucie Černá", handle: "@luciecerna", testimonial: "Super místo na oběd s partou kolegů.", imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543711.jpg"},
|
||||||
name: "Lucie Černá",
|
|
||||||
handle: "@luciecerna",
|
|
||||||
testimonial: "Super místo na oběd s partou kolegů.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/enjoying-street-food-fest_23-2151543711.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Martin Doležal", handle: "@dolezalm", testimonial: "Tady se neplatí za značku, ale za kvalitu.", imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg"},
|
||||||
name: "Martin Doležal",
|
|
||||||
handle: "@dolezalm",
|
|
||||||
testimonial: "Tady se neplatí za značku, ale za kvalitu.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/having-lunch-spacious-restaurant_52683-117480.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Co říkají naši burger-maniaci"
|
title="Co říkají naši burger-maniaci"
|
||||||
description="Lidi z Brna to vědí."
|
description="Lidi z Brna to vědí."
|
||||||
@@ -279,8 +176,7 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Rezervace"
|
tag="Rezervace"
|
||||||
title="Rezervuj si stůl"
|
title="Rezervuj si stůl"
|
||||||
description="Napiš nám a zajisti si své místo. Burger na tebe čeká!"
|
description="Napiš nám a zajisti si své místo. Burger na tebe čeká!"
|
||||||
@@ -293,25 +189,17 @@ export default function LandingPage() {
|
|||||||
<FooterBase
|
<FooterBase
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Info",
|
title: "Info", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "O nás",
|
label: "O nás", href: "#about"},
|
||||||
href: "#about",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Menu",
|
label: "Menu", href: "#menu"},
|
||||||
href: "#menu",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Kontakt",
|
title: "Kontakt", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Rezervace",
|
label: "Rezervace", href: "#contact"},
|
||||||
href: "#contact",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
|
|||||||
Reference in New Issue
Block a user