From 6a3cece6a01a1b540a4ac299f30365fcfa3b8ced Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 17:26:03 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a40e8d..6c36ea3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { @@ -54,23 +54,23 @@ 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, - imageSrc: "/placeholders/placeholder1.webp" + imageSrc: "/placeholders/placeholder1.webp?_wi=1" }, { name: "Mária Kováčová", handle: "Zákazníčka", testimonial: "Skvelá kuchyňa, poctivé porcie a starostlivý personál. El Paso je naša oblúbená hospoda!", rating: 5, - imageSrc: "/placeholders/placeholder1.webp" + imageSrc: "/placeholders/placeholder1.webp?_wi=2" }, { name: "Peter Čech", handle: "Pravidelný Hosť", testimonial: "Perfektné na stretnutia s priateľmi, sledovanie zápasov a večer pri dobrom pive.", rating: 5, - imageSrc: "/placeholders/placeholder1.webp" + imageSrc: "/placeholders/placeholder1.webp?_wi=3" }, ]} testimonialRotationInterval={5000} useInvertedBackground={false} - background={{ variant: "plain" }} /> @@ -81,7 +81,7 @@ export default function LandingPage() { description="Obľúbený mestský pub s dlhoročnou tradíciou" subdescription="Kvalita, Porcie, Poctivosť" icon={Beer} - imageSrc="http://img.b2bpic.net/free-photo/restaurant_23-2148015001.jpg" + imageSrc="http://img.b2bpic.net/free-photo/restaurant_23-2148015001.jpg?_wi=1" imageAlt="El Paso Pub Atmosféra" mediaAnimation="slide-up" useInvertedBackground={false} @@ -132,22 +132,22 @@ export default function LandingPage() { tag="Osvieženie a Rozmazlenie" products={[ { - id: "1", name: "Svetlé Pivo 0,5l", price: "2,80 €", imageSrc: "http://img.b2bpic.net/free-photo/glasses-cold-fresh-white-light-beer_171337-13678.jpg", imageAlt: "Svetlé pivo" + id: "1", name: "Svetlé Pivo 0,5l", price: "2,80 €", imageSrc: "http://img.b2bpic.net/free-photo/glasses-cold-fresh-white-light-beer_171337-13678.jpg?_wi=1", imageAlt: "Svetlé pivo" }, { - id: "2", name: "Tmavé Pivo 0,5l", price: "2,80 €", imageSrc: "http://img.b2bpic.net/free-photo/glasses-cold-fresh-white-light-beer_171337-13678.jpg", imageAlt: "Tmavé pivo" + id: "2", name: "Tmavé Pivo 0,5l", price: "2,80 €", imageSrc: "http://img.b2bpic.net/free-photo/glasses-cold-fresh-white-light-beer_171337-13678.jpg?_wi=2", imageAlt: "Tmavé pivo" }, { - id: "3", name: "Cuba Libre", price: "5,50 €", imageSrc: "http://img.b2bpic.net/free-photo/glasses-cold-fresh-white-light-beer_171337-13678.jpg", imageAlt: "Cuba Libre" + id: "3", name: "Cuba Libre", price: "5,50 €", imageSrc: "http://img.b2bpic.net/free-photo/glasses-cold-fresh-white-light-beer_171337-13678.jpg?_wi=3", imageAlt: "Cuba Libre" }, { - id: "4", name: "Gin & Tonic", price: "5,50 €", imageSrc: "http://img.b2bpic.net/free-photo/glasses-cold-fresh-white-light-beer_171337-13678.jpg", imageAlt: "Gin & Tonic" + id: "4", name: "Gin & Tonic", price: "5,50 €", imageSrc: "http://img.b2bpic.net/free-photo/glasses-cold-fresh-white-light-beer_171337-13678.jpg?_wi=4", imageAlt: "Gin & Tonic" }, { - id: "5", name: "Mojito", price: "6,50 €", imageSrc: "http://img.b2bpic.net/free-photo/glasses-cold-fresh-white-light-beer_171337-13678.jpg", imageAlt: "Mojito" + id: "5", name: "Mojito", price: "6,50 €", imageSrc: "http://img.b2bpic.net/free-photo/glasses-cold-fresh-white-light-beer_171337-13678.jpg?_wi=5", imageAlt: "Mojito" }, { - id: "6", name: "Cappuccino", price: "2,50 €", imageSrc: "http://img.b2bpic.net/free-photo/glasses-cold-fresh-white-light-beer_171337-13678.jpg", imageAlt: "Cappuccino" + id: "6", name: "Cappuccino", price: "2,50 €", imageSrc: "http://img.b2bpic.net/free-photo/glasses-cold-fresh-white-light-beer_171337-13678.jpg?_wi=6", imageAlt: "Cappuccino" }, ]} gridVariant="three-columns-all-equal-width" @@ -164,7 +164,7 @@ export default function LandingPage() { tag="Sme Tu Pre Vás" metrics={[ { - id: "1", value: "Po–Ut", title: "Pracovné Dni", description: "10:00 – 21:00 vždy na vás čakáme", imageSrc: "http://img.b2bpic.net/free-photo/restaurant_23-2148015001.jpg", imageAlt: "El Paso Pub Interior" + id: "1", value: "Po–Ut", title: "Pracovné Dni", description: "10:00 – 21:00 vždy na vás čakáme", imageSrc: "http://img.b2bpic.net/free-photo/restaurant_23-2148015001.jpg?_wi=2", imageAlt: "El Paso Pub Interior" }, { id: "2", value: "St–Pia", title: "Predĺžené Otváracie Hodiny", description: "Streda–štvrtok do 23:00, piatok do 01:00", imageSrc: "http://img.b2bpic.net/free-photo/man-chef-cooking-asian-chicken-cafe-kitchen_1303-32155.jpg", imageAlt: "Kitchen Chef"