diff --git a/src/app/sold-cars/page.tsx b/src/app/sold-cars/page.tsx new file mode 100644 index 0000000..d928b01 --- /dev/null +++ b/src/app/sold-cars/page.tsx @@ -0,0 +1,41 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import ProductCardTwo from '@/components/sections/product/ProductCardTwo'; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; + +export default function SoldCarsPage() { + return ( + + + + + + + + ); +} \ No newline at end of file