diff --git a/src/app/page.tsx b/src/app/page.tsx index a87e482..952cc2d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,7 +9,7 @@ import ProductCardThree from "@/components/sections/product/ProductCardThree"; import TestimonialCardSixteen from "@/components/sections/testimonial/TestimonialCardSixteen"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -import { MapPin, Hiking, UtensilsCrossed, Users, Camera, Sparkles, Backpack, MessageSquare } from "lucide-react"; +import { MapPin, Mountain, UtensilsCrossed, Users, Camera, Sparkles, Backpack, MessageSquare } from "lucide-react"; export default function LandingPage() { return ( @@ -35,7 +35,8 @@ export default function LandingPage() { { name: "Dining", id: "dining" }, ]} button={{ - text: "Book Your Adventure", href: "contact"}} + text: "Book Your Adventure", href: "contact" + }} animateOnLoad={true} /> @@ -55,15 +56,20 @@ export default function LandingPage() { buttonAnimation="slide-up" mediaItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/tourist-resting-mountain-peak_1398-1008.jpg", imageAlt: "Beskidy hory panorama"}, + imageSrc: "http://img.b2bpic.net/free-photo/tourist-resting-mountain-peak_1398-1008.jpg", imageAlt: "Beskidy hory panorama" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/hiker-tree-trunk_23-2147683148.jpg", imageAlt: "Rodinný výlet hiking"}, + imageSrc: "http://img.b2bpic.net/free-photo/hiker-tree-trunk_23-2147683148.jpg", imageAlt: "Rodinný výlet hiking" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/dinner-with-wine_1182-784.jpg", imageAlt: "Horská restaurace s výhledem"}, + imageSrc: "http://img.b2bpic.net/free-photo/dinner-with-wine_1182-784.jpg", imageAlt: "Horská restaurace s výhledem" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/rear-view-girls-walking-countryside_23-2147617530.jpg", imageAlt: "Piknik v přírodě"}, + imageSrc: "http://img.b2bpic.net/free-photo/rear-view-girls-walking-countryside_23-2147617530.jpg", imageAlt: "Piknik v přírodě" + }, { - imageSrc: "http://img.b2bpic.net/free-photo/four-friends-have-rest-forest_1157-24370.jpg", imageAlt: "Náš tým průvodců"}, + imageSrc: "http://img.b2bpic.net/free-photo/four-friends-have-rest-forest_1157-24370.jpg", imageAlt: "Náš tým průvodců" + }, ]} mediaAnimation="slide-up" className="min-h-screen" @@ -74,7 +80,8 @@ export default function LandingPage() {