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: "#" }, + ], + }, + ]} + /> + ); }