Update src/app/about/page.tsx
This commit is contained in:
@@ -33,7 +33,8 @@ export default function AboutPage() {
|
||||
navItems={navItems}
|
||||
brandName="Alpine Calm"
|
||||
button={{
|
||||
text: "Book Now", href: "/contact"}}
|
||||
text: "Book Now", href: "/contact"
|
||||
}}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -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."
|
||||
},
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user