diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f565ef..c1c984e 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -62,7 +62,8 @@ export default function HomePage() { brandName="Alpine Haven" navItems={navItems} button={{ - text: "Book Now", href: "#"}} + text: "Book Now", href: "#" + }} className="fixed top-0 left-0 right-0 z-50" buttonClassName="text-xs uppercase tracking-wide" /> @@ -71,16 +72,15 @@ export default function HomePage() {
@@ -105,13 +105,16 @@ export default function HomePage() { features={[ { id: 1, - title: "Deluxe Mountain Room", description: "45 m² | North-facing with unobstructed alpine peaks, large windows, natural light throughout the day, minimalist furnishings in warm tones.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497282.jpg?_wi=1", imageAlt: "Deluxe mountain room with alpine views"}, + title: "Deluxe Mountain Room", description: "45 m² | North-facing with unobstructed alpine peaks, large windows, natural light throughout the day, minimalist furnishings in warm tones.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497282.jpg?_wi=1", imageAlt: "Deluxe mountain room with alpine views" + }, { id: 2, - title: "Premium Lake Suite", description: "60 m² | South-facing panoramic lake and valley views, private terrace, spa-inspired bathroom with heated floors, custom-crafted furniture.", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2725.jpg", imageAlt: "Premium lake suite with spa bathroom"}, + title: "Premium Lake Suite", description: "60 m² | South-facing panoramic lake and valley views, private terrace, spa-inspired bathroom with heated floors, custom-crafted furniture.", imageSrc: "http://img.b2bpic.net/free-photo/bangkok-thailand-august-12-2016-beautiful-luxury-bathroom_1203-2725.jpg", imageAlt: "Premium lake suite with spa bathroom" + }, { id: 3, - title: "Classic Alpine Room", description: "38 m² | Cozy and intimate, partial mountain view, efficient layout perfect for travelers seeking simplicity and elegance.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497282.jpg?_wi=2", imageAlt: "Classic alpine room with mountain view"}, + title: "Classic Alpine Room", description: "38 m² | Cozy and intimate, partial mountain view, efficient layout perfect for travelers seeking simplicity and elegance.", imageSrc: "http://img.b2bpic.net/free-photo/indoor-design-luxury-resort_23-2150497282.jpg?_wi=2", imageAlt: "Classic alpine room with mountain view" + }, ]} title="Room Categories" description="Each room is a carefully curated space designed for maximum comfort and minimal distraction." @@ -128,9 +131,11 @@ export default function HomePage() {