|
|
|
|
@@ -2,13 +2,13 @@
|
|
|
|
|
|
|
|
|
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|
|
|
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
|
|
|
|
import HeroSplitTestimonial from '@/components/sections/hero/HeroSplitTestimonial';
|
|
|
|
|
import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard';
|
|
|
|
|
import FeatureHoverPattern from '@/components/sections/feature/featureHoverPattern/FeatureHoverPattern';
|
|
|
|
|
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
|
|
|
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
|
|
|
|
import ContactSplitForm from '@/components/sections/contact/ContactSplitForm';
|
|
|
|
|
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
|
|
|
|
|
import HeroSplitTestimonial from "@/components/sections/hero/HeroSplitTestimonial";
|
|
|
|
|
import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard";
|
|
|
|
|
import FeatureHoverPattern from "@/components/sections/feature/featureHoverPattern/FeatureHoverPattern";
|
|
|
|
|
import ProductCardOne from "@/components/sections/product/ProductCardOne";
|
|
|
|
|
import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven";
|
|
|
|
|
import ContactSplitForm from "@/components/sections/contact/ContactSplitForm";
|
|
|
|
|
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
|
|
|
|
|
import { Beer, Soup, Zap, Flame, Heart, Utensils } from "lucide-react";
|
|
|
|
|
|
|
|
|
|
export default function LandingPage() {
|
|
|
|
|
@@ -32,7 +32,7 @@ export default function LandingPage() {
|
|
|
|
|
{ name: "Ponuka", id: "menu" },
|
|
|
|
|
{ name: "O nás", id: "about" },
|
|
|
|
|
{ name: "Otváracie hodiny", id: "hours" },
|
|
|
|
|
{ name: "Kontakt", id: "reservation" },
|
|
|
|
|
{ name: "Kontakt", id: "contact" },
|
|
|
|
|
]}
|
|
|
|
|
button={{
|
|
|
|
|
text: "Rezervovať stôl", href: "#reservation"
|
|
|
|
|
@@ -42,7 +42,7 @@ export default function LandingPage() {
|
|
|
|
|
|
|
|
|
|
<div id="hero" data-section="hero">
|
|
|
|
|
<HeroSplitTestimonial
|
|
|
|
|
title="Dobré jedlo. Chladné pivo. Skvelá atmosféra."
|
|
|
|
|
title="Good Food. Cold Beer. Great Atmosphere."
|
|
|
|
|
description="Tradičná slovenská kuchyňa, kvalitné steaky, poctivé pivo a priateľská atmosféra v srdci Nového Mesta nad Váhom. El Paso Pub je vašou ideálnou voľbou na obed, večeru, stretnutie s priateľmi či sledovanie športu."
|
|
|
|
|
tag="Mestný Pub s Tradíciou"
|
|
|
|
|
imagePosition="right"
|
|
|
|
|
@@ -54,7 +54,6 @@ export default function LandingPage() {
|
|
|
|
|
{ text: "Rezervovať Stôl", href: "#reservation" },
|
|
|
|
|
]}
|
|
|
|
|
buttonAnimation="slide-up"
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
testimonials={[
|
|
|
|
|
{
|
|
|
|
|
name: "Ján Novák", handle: "Návštevník", testimonial: "Najlepšie steaky v meste! Kvalitné pivo a príjemná atmosféra. Určite sa vrátim.", rating: 5,
|
|
|
|
|
@@ -71,6 +70,7 @@ export default function LandingPage() {
|
|
|
|
|
]}
|
|
|
|
|
testimonialRotationInterval={5000}
|
|
|
|
|
useInvertedBackground={false}
|
|
|
|
|
background={{ variant: "plain" }}
|
|
|
|
|
/>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|