"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Star, Sparkles, Quote, Home, Award, TrendingUp, Users, CheckCircle, Clock, Mail } from "lucide-react"; // Navbar import NavbarStyleMinimal from '@/components/navbar/NavbarStyleMinimal'; // Sections import HeroSplitKpi from '@/components/sections/hero/HeroSplitKpi'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import FeatureCardMedia from '@/components/sections/feature/FeatureCardMedia'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; import ContactSplit from '@/components/sections/contact/ContactSplit'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; export default function HomePage() { return ( {/* Navbar */} {/* Hero Section */}
{/* About Section */}
{/* Featured Properties */}
{/* Why Choose Us */}
{/* Investment Metrics */}
{/* Testimonials */}
{/* Contact Section */}
{/* Footer */}
); }