Update src/app/page.tsx
This commit is contained in:
@@ -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."
|
||||
},
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user