"use client"; import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import HeroOverlay from '@/components/sections/hero/HeroOverlay'; import TextAbout from '@/components/sections/about/TextAbout'; import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; import MetricCardThree from '@/components/sections/metrics/MetricCardThree'; import TestimonialCardFifteen from '@/components/sections/testimonial/TestimonialCardFifteen'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import { Home, Users, TrendingUp, Award } from 'lucide-react'; export default function HomePage() { return ( {/* Navbar */} {/* Hero Section */}
{/* About Section */}
{/* Properties Section */}
{/* Features Section */}
{/* Metrics Section */}
{/* Testimonials Section */}
{/* Footer */}
); }