From 66cf67db7173e962b1aeb06206e3d1614c67b8b1 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 9 Apr 2026 23:44:50 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 128 ++++++++++++++++++++-------------------------------- 1 file changed, 48 insertions(+), 80 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 4709674..434fe97 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,5 +1,4 @@ import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; -import FeaturesDetailedSteps from '@/components/sections/features/FeaturesDetailedSteps'; import FeaturesTaggedCards from '@/components/sections/features/FeaturesTaggedCards'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import NavbarCentered from '@/components/ui/NavbarCentered'; @@ -7,88 +6,57 @@ import NavbarCentered from '@/components/ui/NavbarCentered'; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
+
+ +
); }