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 ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
+
+ +
); }