From 92e9104f5a33c8e147766da6d70f66888cb0fd5d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 12:00:01 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 274 +--------------------------------------------------- 1 file changed, 5 insertions(+), 269 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 1ed2a5f..09763ab 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,274 +1,10 @@ -import AboutTextSplit from '@/components/sections/about/AboutTextSplit'; -import ContactCta from '@/components/sections/contact/ContactCta'; -import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; -import FooterBrandReveal from '@/components/sections/footer/FooterBrandReveal'; -import HeroBrandCarousel from '@/components/sections/hero/HeroBrandCarousel'; -import MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards'; -import NavbarCentered from '@/components/ui/NavbarCentered'; -import ProductQuantityCards from '@/components/sections/product/ProductQuantityCards'; -import TestimonialQuoteCards from '@/components/sections/testimonial/TestimonialQuoteCards'; +import { Routes, Route } from 'react-router-dom'; +import HomePage from './pages/HomePage'; export default function App() { return ( - <> - - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - - + + } /> + ); }