From 7e26fca33fe09eb4fab768fbf99b2fa9630d3bd8 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 12 Jun 2026 01:08:55 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 06097ad..70f8b9d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen'; import TextSplitAbout from '@/components/sections/about/TextSplitAbout'; -import { CookingPot, Leaf, Mountain, Shield, Star, Wifi, HotTub, Flower, Bed } from "lucide-react"; +import { CookingPot, Leaf, Mountain, Shield, Star, Wifi, Flower, Bed, Bath } from "lucide-react"; export default function LandingPage() { return ( @@ -100,7 +100,7 @@ export default function LandingPage() { icon: Shield, text: "Secluded location"}, { - icon: HotTub, + icon: Bath, text: "Private outdoor hot tub"}, { icon: Flower, -- 2.49.1