diff --git a/src/app/page.tsx b/src/app/page.tsx index bb2c283..d921636 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,11 +7,11 @@ import ProductCardFour from '@/components/sections/product/ProductCardFour'; import MediaAbout from '@/components/sections/about/MediaAbout'; import FeatureCardThree from '@/components/sections/feature/featureCardThree/FeatureCardThree'; import TeamCardOne from '@/components/sections/team/TeamCardOne'; -import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; -import TestimonialCardFive from '@/components/sections/testimonial/TestimonialCardFive'; -import ContactCTA from '@/components/sections/contact/ContactCTA'; -import FooterSimple from '@/components/sections/footer/FooterSimple'; -import { Sparkles, Home, Shield, Award, Star, Mail, TrendingUp, DollarSign, Users } from "lucide-react"; +import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; +import TestimonialCardTen from '@/components/sections/testimonial/TestimonialCardTen'; +import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import { Sparkles, Shield } from "lucide-react"; export default function LandingPage() { return ( @@ -69,7 +69,7 @@ export default function LandingPage() { title="Featured Properties" description="Handpicked luxury properties showcasing the finest real estate opportunities in Dubai's most prestigious locations." tag="Exclusive Listings" - tagIcon={Home} + tagIcon={Sparkles} textboxLayout="default" animationType="slide-up" useInvertedBackground={false} @@ -165,83 +165,94 @@ export default function LandingPage() {
-
-
- console.log("Form submitted:", data)} + inputs={[ + { name: "name", type: "text", placeholder: "Your Name", required: true }, + { name: "email", type: "email", placeholder: "Your Email", required: true } ]} + textarea={{ + name: "message", placeholder: "Your Message", rows: 4, + required: true + }} />