From d18b390923d899591eb6d51e3de6f111305613bb Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 10 Jun 2026 11:03:42 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 532df87..0a64b3b 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,7 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVerticalMarquee'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; -import { Wifi, BedDouble, SquareFoot, Bath, ConciergeBell, Martini } from "lucide-react"; +import { Wifi, BedDouble, Bath, ConciergeBell, Martini, SquareDot } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -66,7 +66,7 @@ export default function HomePage() { { icon: "BedDouble", label: "Bed Type", value: "King / Twin"}, { - icon: "SquareFoot", label: "Size", value: "450 sqft"}, + icon: "SquareDot", label: "Size", value: "450 sqft"}, { icon: "Wifi", label: "Connectivity", value: "High-Speed Wi-Fi"}, ],