Update src/app/page.tsx

This commit is contained in:
2026-06-12 01:07:04 +00:00
parent 911cfdfa2b
commit 30d2d22e8d

View File

@@ -13,7 +13,7 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour';
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
import TestimonialCardSixteen from '@/components/sections/testimonial/TestimonialCardSixteen';
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
import { CookingPot, Leaf, Mountain, Shield, Star, Wifi, HotTub, Flower, Bed } from "lucide-react";
import { CookingPot, Leaf, Mountain, Shield, Star, Wifi, Bathtub, Flower, Bed } from "lucide-react";
export default function LandingPage() {
return (
@@ -100,7 +100,7 @@ export default function LandingPage() {
icon: Shield,
text: "Secluded location"},
{
icon: HotTub,
icon: Bathtub,
text: "Private outdoor hot tub"},
{
icon: Flower,