From 4a21f66edba62fd180c02ee45bdd6696511b06dd Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:38:56 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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, -- 2.49.1 From 8d751bb6eb01e0d3a6cb5a895ada04fd1b716f99 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 26 Mar 2026 14:38:56 +0000 Subject: [PATCH 2/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 1 + 1 file changed, 1 insertion(+) 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() {