diff --git a/src/App.tsx b/src/App.tsx index d476431..a59edea 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -32,6 +32,8 @@ export default function App() { name: "FAQ", href: "#faq", }, + { name: "Products", href: "/products" }, + ]} ctaButton={{ text: "Apply Now", diff --git a/src/pages/ProductsPage.tsx b/src/pages/ProductsPage.tsx index 59dd3cb..17727e0 100644 --- a/src/pages/ProductsPage.tsx +++ b/src/pages/ProductsPage.tsx @@ -1,27 +1,39 @@ -import React from "react" -import NavbarCentered from "@/components/ui/NavbarCentered" -import { routes } from "@/routes" -import HeroCentered from "@/components/sections/HeroCentered" -import FeaturesGrid from "@/components/sections/FeaturesGrid" -import CallToAction from "@/components/sections/CallToAction" -import Section from "@/components/sections/Section" // Assuming a generic Section wrapper +import NavbarCentered from "@/components/ui/NavbarCentered"; +import GridOrCarousel from "@/components/ui/GridOrCarousel"; +import Button from "@/components/ui/Button"; +import { routes } from "@/routes"; -interface ProductCardProps { - imageSrc: string - title: string - description: string - price: string - linkHref: string -} +export default function ProductsPage() { + return ( +
+ ({ name: r.label, href: r.path }))} /> -const ProductCard: React.FC = ({ - imageSrc, - title, - description, - price, - linkHref, -}) => ( -
- +

+ Discover Our Innovative Products +

+

+ Explore our range of cutting-edge solutions designed to elevate your experience and streamline your workflow. +

+
+ + +
+ + + {/* Products Section */} +
+
+

Our Product Portfolio

+