3 Commits

Author SHA1 Message Date
8f75c77371 Update src/app/page.tsx 2026-04-05 06:47:38 +00:00
6162def610 Merge version_1 into main
Merge version_1 into main
2026-04-04 22:03:15 +00:00
377cbf9b4a Merge version_1 into main
Merge version_1 into main
2026-04-03 07:52:46 +00:00

View File

@@ -30,111 +30,70 @@ export default function LandingPage() {
<NavbarLayoutFloatingInline <NavbarLayoutFloatingInline
navItems={[ navItems={[
{ {
name: "Domů", name: "Domů", id: "hero"},
id: "hero",
},
{ {
name: "O nás", name: "O nás", id: "about"},
id: "about",
},
{ {
name: "Menu", name: "Menu", id: "menu"},
id: "menu",
},
{ {
name: "Rezervace", name: "Rezervace", id: "contact"},
id: "contact",
},
]} ]}
brandName="HogoFogo Bistro" brandName="HogoFogo Bistro"
button={{ button={{
text: "Objednat", text: "Objednat", href: "tel:+420123456789"}}
href: "#",
}}
/> />
</div> </div>
<div id="hero" data-section="hero"> <div id="hero" data-section="hero">
<HeroSplitKpi <HeroSplitKpi
background={{ background={{
variant: "sparkles-gradient", variant: "sparkles-gradient"}}
}}
title="Jedna z nejlépe hodnocených restaurací v Ostravě" title="Jedna z nejlépe hodnocených restaurací v Ostravě"
description="Burger, žebírka, poctivá kuchyně a nezapomenutelná atmosféra. Objevte gastro zážitek, na který nezapomenete." description="Burger, žebírka, poctivá kuchyně a nezapomenutelná atmosféra. Objevte gastro zážitek, na který nezapomenete."
kpis={[ kpis={[
{ {
value: "4.8", value: "4.8", label: "Hodnocení"},
label: "Hodnocení",
},
{ {
value: "1.8K+", value: "1.8K+", label: "Recenzí"},
label: "Recenzí",
},
{ {
value: "TOP 1", value: "TOP 1", label: "V Ostravě"},
label: "V Ostravě",
},
]} ]}
enableKpiAnimation={true} enableKpiAnimation={true}
buttons={[ buttons={[
{ {
text: "Zavolat", text: "Zavolat", href: "tel:+420123456789"},
href: "tel:+420123456789",
},
{ {
text: "Rezervovat", text: "Rezervovat", href: "#contact"},
href: "#contact",
},
]} ]}
imageSrc="http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg" imageSrc="http://img.b2bpic.net/free-photo/man-white-long-sleeve-shirt-sitting-chair-cafe_250224-25.jpg"
mediaAnimation="slide-up" mediaAnimation="slide-up"
avatars={[ avatars={[
{ {
src: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg", src: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg", alt: "Customer 1"},
alt: "Customer 1",
},
{ {
src: "http://img.b2bpic.net/free-photo/person-holding-enjoying-paper-wrapped-sandwiches_52683-160704.jpg", src: "http://img.b2bpic.net/free-photo/person-holding-enjoying-paper-wrapped-sandwiches_52683-160704.jpg", alt: "Customer 2"},
alt: "Customer 2",
},
{ {
src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", src: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg", alt: "Customer 3"},
alt: "Customer 3",
},
{ {
src: "http://img.b2bpic.net/free-photo/young-man-with-cup-tea-restaurant_23-2147775831.jpg", src: "http://img.b2bpic.net/free-photo/young-man-with-cup-tea-restaurant_23-2147775831.jpg", alt: "Customer 4"},
alt: "Customer 4",
},
{ {
src: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg", src: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg", alt: "Customer 5"},
alt: "Customer 5",
},
]} ]}
marqueeItems={[ marqueeItems={[
{ {
type: "text-icon", type: "text-icon", text: "Čerstvé suroviny", icon: Leaf,
text: "Čerstvé suroviny",
icon: Leaf,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Domácí receptury", icon: Flame,
text: "Domácí receptury",
icon: Flame,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Lokální dodavatelé", icon: Truck,
text: "Lokální dodavatelé",
icon: Truck,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Otevřeno denně", icon: Clock,
text: "Otevřeno denně",
icon: Clock,
}, },
{ {
type: "text-icon", type: "text-icon", text: "Ostrava centrum", icon: MapPin,
text: "Ostrava centrum",
icon: MapPin,
}, },
]} ]}
/> />
@@ -145,9 +104,7 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
title="Tohle není jen jídlo. Tohle je zážitek." title="Tohle není jen jídlo. Tohle je zážitek."
description={[ description={[
"V HogoFogo bistru věříme, že jídlo má být radost. Kombinujeme poctivé suroviny, moderní techniky a atmosféru, která vás vtáhne.", "V HogoFogo bistru věříme, že jídlo má být radost. Kombinujeme poctivé suroviny, moderní techniky a atmosféru, která vás vtáhne.", "Přijďte zažít Ostravu jinak."]}
"Přijďte zažít Ostravu jinak.",
]}
/> />
</div> </div>
@@ -159,59 +116,23 @@ export default function LandingPage() {
useInvertedBackground={true} useInvertedBackground={true}
products={[ products={[
{ {
id: "1", id: "1", brand: "Bistro", name: "Signature Burger", price: "249 Kč", rating: 5,
brand: "Bistro", reviewCount: "840", imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67569.jpg?_wi=1"},
name: "Signature Burger",
price: "249 Kč",
rating: 5,
reviewCount: "840",
imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67569.jpg?_wi=1",
},
{ {
id: "2", id: "2", brand: "Bistro", name: "BBQ Žebírka", price: "319 Kč", rating: 5,
brand: "Bistro", reviewCount: "520", imageSrc: "http://img.b2bpic.net/free-photo/barbecue-background_23-2147819242.jpg?_wi=1"},
name: "BBQ Žebírka",
price: "319 Kč",
rating: 5,
reviewCount: "520",
imageSrc: "http://img.b2bpic.net/free-photo/barbecue-background_23-2147819242.jpg?_wi=1",
},
{ {
id: "3", id: "3", brand: "Bistro", name: "Sezónní Salad", price: "189 Kč", rating: 4,
brand: "Bistro", reviewCount: "310", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-round-shaped-inside-plate-with-cutlery-dark-table_140725-144193.jpg?_wi=1"},
name: "Sezónní Salad",
price: "189 Kč",
rating: 4,
reviewCount: "310",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-round-shaped-inside-plate-with-cutlery-dark-table_140725-144193.jpg?_wi=1",
},
{ {
id: "4", id: "4", brand: "Bistro", name: "Double Cheeseburger", price: "289 Kč", rating: 5,
brand: "Bistro", reviewCount: "290", imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67569.jpg?_wi=2"},
name: "Double Cheeseburger",
price: "289 Kč",
rating: 5,
reviewCount: "290",
imageSrc: "http://img.b2bpic.net/free-photo/burger-closeup-fast-food-cheat-meal-concept-junk-food_169016-67569.jpg?_wi=2",
},
{ {
id: "5", id: "5", brand: "Bistro", name: "Křidélka", price: "229 Kč", rating: 4,
brand: "Bistro", reviewCount: "150", imageSrc: "http://img.b2bpic.net/free-photo/barbecue-background_23-2147819242.jpg?_wi=2"},
name: "Křidélka",
price: "229 Kč",
rating: 4,
reviewCount: "150",
imageSrc: "http://img.b2bpic.net/free-photo/barbecue-background_23-2147819242.jpg?_wi=2",
},
{ {
id: "6", id: "6", brand: "Bistro", name: "Veggie Special", price: "219 Kč", rating: 4,
brand: "Bistro", reviewCount: "90", imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-round-shaped-inside-plate-with-cutlery-dark-table_140725-144193.jpg?_wi=2"},
name: "Veggie Special",
price: "219 Kč",
rating: 4,
reviewCount: "90",
imageSrc: "http://img.b2bpic.net/free-photo/top-view-vegetable-salad-round-shaped-inside-plate-with-cutlery-dark-table_140725-144193.jpg?_wi=2",
},
]} ]}
title="Naše nejpopulárnější jídla" title="Naše nejpopulárnější jídla"
description="To nejlepší z naší kuchyně, co musíte ochutnat." description="To nejlepší z naší kuchyně, co musíte ochutnat."
@@ -225,45 +146,20 @@ export default function LandingPage() {
useInvertedBackground={false} useInvertedBackground={false}
testimonials={[ testimonials={[
{ {
id: "1", id: "1", name: "Petr Novák", handle: "@petr.n", testimonial: "Nejlepší burger, co jsem kdy v Ostravě jedl. Skvělá atmosféra!", rating: 5,
name: "Petr Novák", imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg"},
handle: "@petr.n",
testimonial: "Nejlepší burger, co jsem kdy v Ostravě jedl. Skvělá atmosféra!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/closeup-satisfied-africanamerican-woman-showing-okay-sign-smiling-recommending-something-good_1258-179439.jpg",
},
{ {
id: "2", id: "2", name: "Jana Svobodová", handle: "@jana.s", testimonial: "BBQ žebírka naprostý luxus. Určitě se vrátíme.", rating: 5,
name: "Jana Svobodová", imageSrc: "http://img.b2bpic.net/free-photo/person-holding-enjoying-paper-wrapped-sandwiches_52683-160704.jpg"},
handle: "@jana.s",
testimonial: "BBQ žebírka naprostý luxus. Určitě se vrátíme.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/person-holding-enjoying-paper-wrapped-sandwiches_52683-160704.jpg",
},
{ {
id: "3", id: "3", name: "Martin Kučera", handle: "@martin.k", testimonial: "Obsluha rychlá a přátelská, jídlo nemělo chybu.", rating: 5,
name: "Martin Kučera", imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg"},
handle: "@martin.k",
testimonial: "Obsluha rychlá a přátelská, jídlo nemělo chybu.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/smiling-african-american-man-posing-library_74855-1619.jpg",
},
{ {
id: "4", id: "4", name: "Lucie Bílá", handle: "@lucie.b", testimonial: "Skvělé místo pro rande i večeři s partou.", rating: 5,
name: "Lucie Bílá", imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-cup-tea-restaurant_23-2147775831.jpg"},
handle: "@lucie.b",
testimonial: "Skvělé místo pro rande i večeři s partou.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/young-man-with-cup-tea-restaurant_23-2147775831.jpg",
},
{ {
id: "5", id: "5", name: "David H.", handle: "@david.h", testimonial: "HogoFogo je prostě sázka na jistotu.", rating: 5,
name: "David H.", imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg"},
handle: "@david.h",
testimonial: "HogoFogo je prostě sázka na jistotu.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/friends-eating-restaurant_23-2148006620.jpg",
},
]} ]}
showRating={true} showRating={true}
title="Co o nás říkají hosté" title="Co o nás říkají hosté"
@@ -275,8 +171,7 @@ export default function LandingPage() {
<ContactCenter <ContactCenter
useInvertedBackground={true} useInvertedBackground={true}
background={{ background={{
variant: "plain", variant: "plain"}}
}}
tag="Rezervujte si stůl" tag="Rezervujte si stůl"
title="Chcete zažít HogoFogo?" title="Chcete zažít HogoFogo?"
description="Zarezervujte si stůl nebo se na nás obraťte s jakýmkoliv dotazem. Rádi vás uvidíme." description="Zarezervujte si stůl nebo se na nás obraťte s jakýmkoliv dotazem. Rádi vás uvidíme."
@@ -291,45 +186,27 @@ export default function LandingPage() {
{ {
items: [ items: [
{ {
label: "Kontakt", label: "Kontakt (+420 123 456 789)", href: "tel:+420123456789"},
href: "tel:+420123456789",
},
{ {
label: "Rezervace", label: "Email (info@hogofogo.cz)", href: "mailto:info@hogofogo.cz"},
href: "#contact",
},
{ {
label: "Menu", label: "Rezervace", href: "#contact"},
href: "#menu",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Instagram", label: "Instagram", href: "https://instagram.com/hogofogo"},
href: "#",
},
{ {
label: "Facebook", label: "Facebook", href: "https://facebook.com/hogofogo"},
href: "#",
},
{
label: "Google Maps",
href: "#",
},
], ],
}, },
{ {
items: [ items: [
{ {
label: "Ochrana osobních údajů", label: "Ochrana osobních údajů", href: "#"},
href: "#",
},
{ {
label: "Cookies", label: "Cookies", href: "#"},
href: "#",
},
], ],
}, },
]} ]}
@@ -339,4 +216,4 @@ export default function LandingPage() {
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }