Merge version_1 into main #3

Merged
bender merged 2 commits from version_1 into main 2026-03-26 14:39:03 +00:00
2 changed files with 3 additions and 2 deletions

View File

@@ -8,7 +8,7 @@ import MetricCardFourteen from '@/components/sections/metrics/MetricCardFourteen
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
import SplitAbout from '@/components/sections/about/SplitAbout';
import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo';
import { Concierge, Quote, Sparkles, Sun } from "lucide-react";
import { Quote, Sparkles, Sun, Users } from "lucide-react";
export default function LandingPage() {
return (
@@ -62,7 +62,7 @@ export default function LandingPage() {
title: "Stunning Ambiance", description: "Immerse yourself in lush landscapes and breathtaking views that define our unique setting.", icon: Sun,
},
{
title: "Exceptional Service", description: "Our dedicated team ensures every detail of your stay is perfect, from arrival to departure.", icon: Concierge,
title: "Exceptional Service", description: "Our dedicated team ensures every detail of your stay is perfect, from arrival to departure.", icon: Users,
},
{
title: "Memorable Experiences", description: "From poolside relaxation to thrilling adventures, create moments that last a lifetime.", icon: Sparkles,

View File

@@ -77,6 +77,7 @@ export default function LandingPage() {
<div id="faq-contact-1" data-section="faq-contact-1">
<FaqSplitText
useInvertedBackground={false}
faqsAnimation="slide-up"
faqs={[
{
id: "1", title: "What are your operating hours?", content: "Our resort operates 24/7 for guests, while our reception and customer service team are available from 8 AM to 10 PM daily."},