diff --git a/src/App.tsx b/src/App.tsx index 12779e8..fb44655 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -12,298 +12,152 @@ import TestimonialQuoteCards from '@/components/sections/testimonial/Testimonial export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
- - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- - + +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ +
+ + + title: "Legal", items: [{ label: "Privacy Policy", href: "#" }, { label: "Terms of Service", href: "#" }] + } + ]} + copyright="© 2024 London Bakes. All rights reserved." + links={[{ label: "Instagram", href: "#" }, { label: "Facebook", href: "#" }]} + /> + ); -} +} \ No newline at end of file