Update src/app/page.tsx

This commit is contained in:
2026-06-11 13:46:57 +00:00
parent 32d4c80005
commit ac8d5ba915

View File

@@ -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