From ac8d5ba91519263f3dbf2c71f91fa66bd5651c2c Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 11 Jun 2026 13:46:57 +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 ac6abe2..eb2bd71 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -13,7 +13,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import TestimonialCardOne from '@/components/sections/testimonial/TestimonialCardOne'; -import { Building, Eye, Tv, ZoomIn, MousePointerClick, Bed, Bathtub } from "lucide-react"; +import { Building, Eye, Tv, ZoomIn, MousePointerClick, Bed, ShowerHead } from "lucide-react"; export default function LandingPage() { return ( @@ -160,7 +160,7 @@ export default function LandingPage() { icon: Bed, text: "Master Suites"}, { - icon: Bathtub, + icon: ShowerHead, text: "Spa Bathrooms"}, ], reverse: false -- 2.49.1