"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroLogoBillboard from '@/components/sections/hero/HeroLogoBillboard'; import FeatureBento from '@/components/sections/feature/FeatureBento'; import PricingCardOne from '@/components/sections/pricing/PricingCardOne'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; import ContactText from '@/components/sections/contact/ContactText'; import FooterSimple from '@/components/sections/footer/FooterSimple'; import { Cloud, Code, Database, DollarSign, Eye, Headphones, Heart, Mail, MessageSquare, Settings, Shield, Sparkles, Star, TrendingUp, Users, Zap, Book } from "lucide-react"; export default function LandingPage() { return (
); }