diff --git a/src/app/page.tsx b/src/app/page.tsx index 25486c5..3df4012 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import MetricCardSeven from '@/components/sections/metrics/MetricCardSeven'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import ProductCardThree from '@/components/sections/product/ProductCardThree'; import TestimonialCardSix from '@/components/sections/testimonial/TestimonialCardSix'; -import { Coffee, Facebook, Instagram, Twitter, Utensils } from "lucide-react"; +import { Coffee, Instagram, Twitter, Facebook, Utensils } from "lucide-react"; export default function LandingPage() { return ( @@ -29,386 +29,158 @@ export default function LandingPage() { headingFontWeight="light" > - + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- + -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
- +
);