From 8bd4763d63d3cdd9cc8d995dfe7833a4e73cabe1 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 22 Apr 2026 14:23:34 +0000 Subject: [PATCH] Switch to version 11: remove src/pages/ToPage.tsx --- src/pages/ToPage.tsx | 50 -------------------------------------------- 1 file changed, 50 deletions(-) delete mode 100644 src/pages/ToPage.tsx diff --git a/src/pages/ToPage.tsx b/src/pages/ToPage.tsx deleted file mode 100644 index ec279a5..0000000 --- a/src/pages/ToPage.tsx +++ /dev/null @@ -1,50 +0,0 @@ -import React from "react" -import NavbarCentered from "@/components/ui/NavbarCentered" -import { routes } from "@/routes" - -// Assuming these section components exist in src/components/sections/ -// You might need to adjust the imports based on your actual file structure and component names -import HeroProductShowcase from "@/components/sections/HeroProductShowcase" -import ProductFeatures from "@/components/sections/ProductFeatures" -import ProductGrid from "@/components/sections/ProductGrid" -import CallToAction from "@/components/sections/CallToAction" -import TestimonialCarousel from "@/components/sections/TestimonialCarousel" - -const ToPage: React.FC = () => { - const navItems = routes.map((r) => ({ name: r.label, href: r.path })) - - return ( -
- - -
- - - - - - ), - title: " \ No newline at end of file