"use client"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import { Star, Target } from "lucide-react"; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardOne from '@/components/sections/product/ProductCardOne'; import FeatureCardTwentyFour from '@/components/sections/feature/FeatureCardTwentyFour'; import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; import FooterMedia from '@/components/sections/footer/FooterMedia'; export default function PortfolioPage() { return (
); }