From e10047db130626cbdae16b3e0dd47b98bde03298 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 13:35:09 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 43 ++++++++++++------------------------------- 1 file changed, 12 insertions(+), 31 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0f3978b..bec550f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; 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"; export default function LandingPage() { @@ -137,37 +137,16 @@ export default function LandingPage() {
-
@@ -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." 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"}, ]} /> @@ -225,4 +206,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file