diff --git a/src/app/kontakt/page.tsx b/src/app/kontakt/page.tsx index 2bad142..4a3bb4c 100644 --- a/src/app/kontakt/page.tsx +++ b/src/app/kontakt/page.tsx @@ -8,7 +8,7 @@ export default function ContactPage() { const navItems = [{ name: "Domov", id: "/" }, { name: "Sortiment", id: "/produkty" }, { name: "Príbeh", id: "/o-nas" }, { name: "Kontakt", id: "/kontakt" }]; return ( - + @@ -19,6 +19,7 @@ export default function ContactPage() { description="Bottova 4, 811 09 Bratislava. Otvorené Po-Pia 9:00 - 18:00, So 10:00 - 17:00." imageSrc="http://img.b2bpic.net/free-photo/abstract-blur-coffee-shop-cafe-interior_74190-6312.jpg" useInvertedBackground={false} + background={{ variant: "plain" }} mediaAnimation="slide-up" /> diff --git a/src/app/o-nas/page.tsx b/src/app/o-nas/page.tsx index a733630..73d5bde 100644 --- a/src/app/o-nas/page.tsx +++ b/src/app/o-nas/page.tsx @@ -8,7 +8,7 @@ export default function AboutPage() { const navItems = [{ name: "Domov", id: "/" }, { name: "Sortiment", id: "/produkty" }, { name: "Príbeh", id: "/o-nas" }, { name: "Kontakt", id: "/kontakt" }]; return ( - + diff --git a/src/app/page.tsx b/src/app/page.tsx index af0a153..12e3996 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function HomePage() { return ( - + diff --git a/src/app/produkty/page.tsx b/src/app/produkty/page.tsx index 1166834..05397cb 100644 --- a/src/app/produkty/page.tsx +++ b/src/app/produkty/page.tsx @@ -6,7 +6,7 @@ import FooterSimple from "@/components/sections/footer/FooterSimple"; export default function ProductsPage() { return ( - +