diff --git a/src/app/page.tsx b/src/app/page.tsx index 8981e86..a4d1129 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,7 +11,7 @@ import MediaAbout from "@/components/sections/about/MediaAbout"; import MetricCardEleven from "@/components/sections/metrics/MetricCardEleven"; import BlogCardThree from "@/components/sections/blog/BlogCardThree"; import FooterBaseCard from "@/components/sections/footer/FooterBaseCard"; -import { Calendar, Home, Sparkles, Phone, Wifi, ParkingCircle, Wind, Coffee, Moon, Users, ArrowRight } from "lucide-react"; +import { Calendar, Home, Sparkles, Phone, Wifi, ParkingCircle, Wind, Coffee, Moon, Users, ArrowRight, Star } from "lucide-react"; export default function HomePage() { return ( @@ -32,12 +32,12 @@ export default function HomePage() { brandName="City Penzion Košice" navItems={[ { name: "Home", id: "/" }, - { name: "Rooms", id: "/rooms" }, - { name: "Gallery", id: "/gallery" }, - { name: "Location", id: "/about" }, + { name: "Rooms", id: "#rooms" }, + { name: "Gallery", id: "#gallery" }, + { name: "Location", id: "#location" }, { name: "Contact", id: "#contact" }, ]} - button={{ text: "Book Now", href: "/booking" }} + button={{ text: "Book Now", href: "#booking" }} /> @@ -56,8 +56,8 @@ export default function HomePage() { ]} avatarText="Trusted by guests from around the world" buttons={[ - { text: "Check Availability", href: "/booking" }, - { text: "View Rooms", href: "/rooms" }, + { text: "Check Availability", href: "#booking" }, + { text: "View Rooms", href: "#rooms" }, ]} buttonAnimation="slide-up" /> @@ -85,17 +85,17 @@ export default function HomePage() { tagIcon={Home} products={[ { - id: "single-room", name: "Single Room", price: "From €35/night", variant: "⭐ 4.8/5 from 200+ guests | Private bathroom, Free Wi-Fi", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior-design-zoom-calls-side-view_23-2149684486.jpg?_wi=1", imageAlt: "Single room with modern furniture"}, + id: "single-room", name: "Single Room", price: "From €35/night", variant: "⭐ 4.8/5 (200+ reviews) | Private bathroom, Free Wi-Fi", imageSrc: "http://img.b2bpic.net/free-photo/bedroom-interior-design-zoom-calls-side-view_23-2149684486.jpg?_wi=1", imageAlt: "Single room with modern furniture"}, { - id: "double-room", name: "Double Room", price: "From €50/night", variant: "⭐ 4.8/5 from 200+ guests | Double bed, En-suite bathroom, TV", imageSrc: "http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg?_wi=1", imageAlt: "Comfortable double bedroom"}, + id: "double-room", name: "Double Room", price: "From €50/night", variant: "⭐ 4.8/5 (200+ reviews) | Double bed, En-suite bathroom, TV", imageSrc: "http://img.b2bpic.net/free-photo/relax-bedroom_1150-17980.jpg?_wi=1", imageAlt: "Comfortable double bedroom"}, { - id: "twin-room", name: "Twin Room", price: "From €55/night", variant: "⭐ 4.8/5 from 200+ guests | Two single beds, Bathroom, Wi-Fi", imageSrc: "http://img.b2bpic.net/free-photo/modern-bedroom-with-twin-beds-blue-rug_9975-33072.jpg?_wi=1", imageAlt: "Twin bedroom with two beds"}, + id: "twin-room", name: "Twin Room", price: "From €55/night", variant: "⭐ 4.8/5 (200+ reviews) | Two single beds, Bathroom, Wi-Fi", imageSrc: "http://img.b2bpic.net/free-photo/modern-bedroom-with-twin-beds-blue-rug_9975-33072.jpg?_wi=1", imageAlt: "Twin bedroom with two beds"}, ]} gridVariant="three-columns-all-equal-width" textboxLayout="default" animationType="slide-up" useInvertedBackground={false} - buttons={[{ text: "Book Now", href: "/booking" }]} + buttons={[{ text: "Book Now", href: "#booking" }]} /> @@ -208,9 +208,9 @@ export default function HomePage() { { title: "Navigation", items: [ { label: "Home", href: "/" }, - { label: "Rooms", href: "/rooms" }, - { label: "Gallery", href: "/gallery" }, - { label: "Location", href: "/about" }, + { label: "Rooms", href: "#rooms" }, + { label: "Gallery", href: "#gallery" }, + { label: "Location", href: "#location" }, ], }, {