From 687e8a3c108f1e1da9b56db68554607cd58b0667 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 23 Apr 2026 12:24:52 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 357 ++++++++++++++++------------------------------------ 1 file changed, 109 insertions(+), 248 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 9d085be..9b4aabf 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -1,8 +1,4 @@ -import _AboutTestimonial from '@/components/sections/about/AboutTestimonial'; -const AboutTestimonial = (props: any) => { - const { name, ...rest } = props; - return <_AboutTestimonial {...rest} />; -}; +import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; import ContactCenter from '@/components/sections/contact/ContactCenter'; import FaqSimple from '@/components/sections/faq/FaqSimple'; import FeaturesTaggedCards from '@/components/sections/features/FeaturesTaggedCards'; @@ -15,257 +11,122 @@ import TestimonialRatingCards from '@/components/sections/testimonial/Testimonia export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + ); }