Merge version_1_1781089199188 into main

Merge version_1_1781089199188 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-06-10 11:03:48 +00:00

View File

@@ -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"},
],