diff --git a/src/app/page.tsx b/src/app/page.tsx index 183f1ef..50edacc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TeamCardSix from '@/components/sections/team/TeamCardSix'; import TestimonialCardEleven from '@/components/sections/testimonial/TestimonialCardEleven'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterSplit from '@/components/sections/footer/FooterSplit'; -import { Building2, MapPin, Mail, Phone, Shield, Sparkles, Star, TrendingUp, Users, Eye } from "lucide-react"; +import { Building2, MapPin, Mail, Phone, Shield, Sparkles, Star, TrendingUp, Users, Eye, Clock } from "lucide-react"; export default function LandingPage() { return ( @@ -62,12 +62,15 @@ export default function LandingPage() { window.open('/property/villa-001', '_blank')