From cb3127201004e276bf3dac49f6f070b23a6d4f60 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 12:16:49 +0000 Subject: [PATCH] Update src/App.tsx --- src/App.tsx | 366 ++++++++++++++++++---------------------------------- 1 file changed, 122 insertions(+), 244 deletions(-) diff --git a/src/App.tsx b/src/App.tsx index 5b3a156..005304e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -10,263 +10,141 @@ import TestimonialMetricsCards from '@/components/sections/testimonial/Testimoni export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+ +
+ +
+ +
+ +
+ + + { + items: [ + { label: "Privacy", href: "#" }, + { label: "Terms", href: "#" }, + ], + }, + ]} + /> + ); }