Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| e10047db13 | |||
| 57984b5428 | |||
| 015e4f117a |
@@ -11,7 +11,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard';
|
|||||||
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
|
||||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
|
import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen';
|
||||||
import { Beer, Leaf, Smile, Star, Trees, Users } from "lucide-react";
|
import { Beer, Leaf, Smile, Star, Trees, Users } from "lucide-react";
|
||||||
|
|
||||||
export default function LandingPage() {
|
export default function LandingPage() {
|
||||||
@@ -137,37 +137,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="reviews" data-section="reviews">
|
<div id="reviews" data-section="reviews">
|
||||||
<TestimonialCardSixteen
|
<TestimonialCardTen
|
||||||
animationType="slide-up"
|
title="Recenze našich hostů"
|
||||||
textboxLayout="split-description"
|
description="Co o nás říkají lidé na Google."
|
||||||
|
textboxLayout="default"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{ id: "1", title: "Skvělá atmosféra", quote: "Nejlepší hospoda u přehrady, pivo má říz a obsluha je vždy usměvavá.", name: "Petr Novák", role: "Štamgast" },
|
||||||
id: "1", name: "Petr Novák", role: "Štamgast", company: "Baška", rating: 5,
|
{ id: "2", title: "Příjemná zastávka", quote: "Cyklistický výlet jsme si zpříjemnili výborným hermelínem a Radegastem.", name: "Jana Svobodová", role: "Turistka" },
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/concentrated-shoemaker-workshop-making-shoes_171337-12273.jpg"},
|
{ id: "3", title: "Rodinné prostředí", quote: "Děti si pohrály, my jsme si odpočinuli u dobrého jídla. Určitě přijdeme znovu.", name: "Lucie Černá", role: "Maminka" }
|
||||||
{
|
|
||||||
id: "2", name: "Jana Svobodová", role: "Turistka", company: "Ostrava", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/stressed-girl-traveler-get-lost-forest-cannot-find-way-looks-with-upset-expression-aside-poses-green-natural-background-drinks-tea-from-flask_273609-27185.jpg"},
|
|
||||||
{
|
|
||||||
id: "3", name: "Marek Dvořák", role: "Cyklista", company: "Frýdek", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/girl-bicycle_1303-3476.jpg"},
|
|
||||||
{
|
|
||||||
id: "4", name: "Lucie Černá", role: "Maminka", company: "Baška", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/family-reunion-celebrating-winter_23-2149628450.jpg"},
|
|
||||||
{
|
|
||||||
id: "5", name: "Tomáš Kučera", role: "Pivař", company: "Místní", rating: 5,
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-man-drinking-beer-pub_496169-2816.jpg"},
|
|
||||||
]}
|
]}
|
||||||
kpiItems={[
|
|
||||||
{
|
|
||||||
value: "377+", label: "Hodnocení"},
|
|
||||||
{
|
|
||||||
value: "4.5★", label: "Průměr"},
|
|
||||||
{
|
|
||||||
value: "Denně", label: "Čerstvé pivo"},
|
|
||||||
]}
|
|
||||||
title="Co říkají naši hosté"
|
|
||||||
description="Děkujeme, že se k nám vracíte."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -195,7 +174,9 @@ export default function LandingPage() {
|
|||||||
text="Najdete nás přímo v srdci přírody u přehrady Baška. Otevřeno máme denně pro všechny žíznivé poutníky."
|
text="Najdete nás přímo v srdci přírody u přehrady Baška. Otevřeno máme denně pro všechny žíznivé poutníky."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "776 664 502", href: "tel:776664502"},
|
text: "Navigovat na Google Maps", href: "https://maps.app.goo.gl/example-map-link"},
|
||||||
|
{
|
||||||
|
text: "Zavolejte nám: 776 664 502", href: "tel:776664502"},
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -225,4 +206,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user