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