From 5893e40298b21345fe3f953a801c8f98ae2efa90 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 4 Jun 2026 12:37:11 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 586c2bc..c237a4d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -14,7 +14,7 @@ import ProductCardOne from '@/components/sections/product/ProductCardOne'; import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; -import { Building, DollarSign, Eye, Film, Globe, Home, MapPin, ShoppingBag, Sparkles, Star, Users, Gem, Beach, Island } from "lucide-react"; +import { Building, DollarSign, Eye, Film, Globe, Home, MapPin, ShoppingBag, Sparkles, Star, Users, Gem, Sun, LandPlot } from "lucide-react"; export default function LandingPage() { return ( @@ -130,13 +130,13 @@ export default function LandingPage() { imageSrc: "http://img.b2bpic.net/free-photo/miami-bayside-landscape_23-2151636491.jpg", imageAlt: "Aerial view of Palm Jumeirah"}, items: [ { - icon: Beach, + icon: Sun, text: "Private Beaches"}, { icon: Home, text: "Waterfront Villas"}, { - icon: Island, + icon: LandPlot, text: "Unique Design"}, ], reverse: true,