diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 8604766..bbf36e2 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -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, diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8f06b32..627c9bf 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -77,6 +77,7 @@ export default function LandingPage() {