diff --git a/src/pages/ProductsPage.tsx b/src/pages/ProductsPage.tsx index 21df1cc..9cf583f 100644 --- a/src/pages/ProductsPage.tsx +++ b/src/pages/ProductsPage.tsx @@ -1,49 +1,30 @@ -import React from "react"; import { routes } from "@/routes"; -import NavbarCentered from "@/components/ui/NavbarCentered"; // Corrected import path -import HeroBillboard from "@/components/sections/hero/HeroBillboard"; +import NavbarCentered from "@/components/ui/NavbarCentered"; import ProductMediaCards from "@/components/sections/product/ProductMediaCards"; -import ProductRatingCards from "@/components/sections/product/ProductRatingCards"; -import ContactCta from "@/components/sections/contact/ContactCta"; import FooterSimple from "@/components/sections/footer/FooterSimple"; -const ProductsPage: React.FC = () => { +export default function ProductsPage() { return (