From 7732ef6d3c8139fe7ff414ef5d33ef2ff60cc30c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 19:22:28 +0000 Subject: [PATCH] Update src/app/about/page.tsx --- src/app/about/page.tsx | 12 ++++++++---- 1 file changed, 8 insertions(+), 4 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index ebb8f52..fbec80d 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -33,7 +33,8 @@ export default function AboutPage() { navItems={navItems} brandName="Alpine Calm" button={{ - text: "Book Now", href: "/contact"}} + text: "Book Now", href: "/contact" + }} /> @@ -78,11 +79,14 @@ export default function AboutPage() { faqsAnimation="slide-up" faqs={[ { - id: "about-faq-1", title: "When was Alpine Calm established?", content: "Alpine Calm opened in 2003 as an intimate retreat for design-conscious travelers seeking authentic alpine hospitality. Over two decades, we have maintained our commitment to understated luxury and environmental stewardship."}, + id: "about-faq-1", title: "When was Alpine Calm established?", content: "Alpine Calm opened in 2003 as an intimate retreat for design-conscious travelers seeking authentic alpine hospitality. Over two decades, we have maintained our commitment to understated luxury and environmental stewardship." + }, { - id: "about-faq-2", title: "How many guests can Alpine Calm accommodate?", content: "We intentionally limit our capacity to 40 guests across 8 rooms and 2 apartments. This ensures personalized service and preserves the peaceful, intimate atmosphere that defines the Alpine Calm experience."}, + id: "about-faq-2", title: "How many guests can Alpine Calm accommodate?", content: "We intentionally limit our capacity to 40 guests across 8 rooms and 2 apartments. This ensures personalized service and preserves the peaceful, intimate atmosphere that defines the Alpine Calm experience." + }, { - id: "about-faq-3", title: "What makes Alpine Calm different from other alpine hotels?", content: "Our distinction lies in our unwavering commitment to simplicity, authenticity, and the principle that luxury is defined by what is removed, not what is added. We prioritize guest experience, environmental responsibility, and the celebration of natural beauty over commercial excess."}, + id: "about-faq-3", title: "What makes Alpine Calm different from other alpine hotels?", content: "Our distinction lies in our unwavering commitment to simplicity, authenticity, and the principle that luxury is defined by what is removed, not what is added. We prioritize guest experience, environmental responsibility, and the celebration of natural beauty over commercial excess." + }, ]} />