"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; import HeroLogo from '@/components/sections/hero/HeroLogo'; import ProductCardFour from '@/components/sections/product/ProductCardFour'; import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; import MetricCardTwo from '@/components/sections/metrics/MetricCardTwo'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; import { Lightbulb, Users, Palette, Sparkles, Mail } from "lucide-react"; export default function PortfolioPage() { return (
); }