From 7e89a96dfa305b5a400fabf5d27c57a289b4c292 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 23 May 2026 00:52:49 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 63 +++++++++++++++--------------------------------- 1 file changed, 20 insertions(+), 43 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e633c88..9b53918 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,8 @@ import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaA import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import { Clock } from 'lucide-react'; export default function LandingPage() { return ( @@ -37,9 +39,9 @@ export default function LandingPage() { { name: "Menu", id: "menu"}, { - name: "Recenzie", id: "testimonials"}, + name: "Otváracie hodiny", id: "hours"}, { - name: "FAQ", id: "faq"}, + name: "Recenzie", id: "testimonials"}, { name: "Kontakt", id: "contact"}, ]} @@ -60,10 +62,6 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/closeup-shot-happy-family-eating-chocolate-chips-drinking-milk-family-concept_181624-30159.jpg", imageAlt: "Bryndzové halušky"}, { imageSrc: "http://img.b2bpic.net/free-photo/table-set-dinning-table_1339-3444.jpg", imageAlt: "Reštaurácia"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/there-are-glasses-wine-water-table-with-white-cloth-are-ready-dining_613910-3428.jpg", imageAlt: "Prestretý stôl pripravený na obed"}, - { - imageSrc: "http://img.b2bpic.net/free-photo/modern-interior-empty-wooden-chairs_1203-4495.jpg", imageAlt: "Moderne zariadený interiér"}, ]} mediaAnimation="blur-reveal" /> @@ -89,6 +87,21 @@ export default function LandingPage() { /> +
+ +
+
-
- -
-
); -} +} \ No newline at end of file -- 2.49.1