diff --git a/src/App.tsx b/src/App.tsx index 497e949..3d1976e 100644 --- a/src/App.tsx +++ b/src/App.tsx @@ -8,310 +8,153 @@ import HeroBillboardGallery from '@/components/sections/hero/HeroBillboardGaller import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import NavbarCentered from '@/components/ui/NavbarCentered'; import TestimonialMetricsCards from '@/components/sections/testimonial/TestimonialMetricsCards'; +import { Coffee, Award, Armchair } from 'lucide-react'; export default function App() { return ( <> - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + ]} + leftText="© 2024 Brew & Bean. All rights reserved." + rightText="Crafted with love." + /> + ); }