Merge version_1 into main #1

Merged
development merged 1 commits from version_1 into main 2026-02-06 17:36:01 +00:00

View File

@@ -1,4 +1,4 @@
"use client"
"use client";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarStyleFullscreen from '@/components/navbar/NavbarStyleFullscreen/NavbarStyleFullscreen';
@@ -10,7 +10,7 @@ import TestimonialCardTwelve from '@/components/sections/testimonial/Testimonial
import AboutMetric from '@/components/sections/about/AboutMetric';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterSimple from '@/components/sections/footer/FooterSimple';
import { Award, Briefcase, Dumbbell, Heart, Home, MapPin, Phone, Sparkles, Spa, Star, Trophy, Users, Utensils, Waves, Wifi } from 'lucide-react';
import { Award, Briefcase, Dumbbell, Heart, Home, MapPin, Phone, Sparkles, Star, Trophy, Users, Utensils, Waves, Wifi } from 'lucide-react';
export default function LandingPage() {
return (
@@ -93,7 +93,7 @@ export default function LandingPage() {
useInvertedBackground="noInvert"
features={[
{
icon: Spa,
icon: Waves,
title: "Luxury Spa & Wellness", description: "Rejuvenate at our full-service spa with world-renowned treatments and therapies."
},
{