Update src/app/page.tsx
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user