Update src/pages/HomePage.tsx
This commit is contained in:
@@ -6,7 +6,7 @@ import FeaturesImageBento from '@/components/sections/features/FeaturesImageBent
|
|||||||
import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVerticalMarquee';
|
import HeroSplitVerticalMarquee from '@/components/sections/hero/HeroSplitVerticalMarquee';
|
||||||
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee';
|
||||||
import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards';
|
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";
|
import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary";
|
||||||
|
|
||||||
export default function HomePage() {
|
export default function HomePage() {
|
||||||
@@ -66,7 +66,7 @@ export default function HomePage() {
|
|||||||
{
|
{
|
||||||
icon: "BedDouble", label: "Bed Type", value: "King / Twin"},
|
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"},
|
icon: "Wifi", label: "Connectivity", value: "High-Speed Wi-Fi"},
|
||||||
],
|
],
|
||||||
|
|||||||
Reference in New Issue
Block a user