diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index a8db6b8..242a9ee 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,215 +7,124 @@ import HorizonGlowBackground from "@/components/ui/HorizonGlowBackground"; import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import ProductQuantityCards from '@/components/sections/product/ProductQuantityCards'; import TestimonialOverlayCards from '@/components/sections/testimonial/TestimonialOverlayCards'; +import FooterSimpleCard from '@/components/sections/footer/FooterSimpleCard'; import { Diamond, Scissors, Sun } from "lucide-react"; export default function HomePage() { return ( <> -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- - -
+
+ + +
+ + ); }