Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-06-11 13:47:00 +00:00

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