From ee3c7b9e0164d065e4731e55f0bc1d9a236a09d1 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 28 Apr 2026 10:25:17 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 268 +++++++++++++++++------------------------ 1 file changed, 110 insertions(+), 158 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index b02952f..0211948 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -2,7 +2,7 @@ import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FaqSimple from '@/components/sections/faq/FaqSimple'; import FeaturesBento from '@/components/sections/features/FeaturesBento'; -import GridDotsBackground from "@/components/ui/GridDotsBackground"; +import FooterBrandReveal from '@/components/sections/footer/FooterBrandReveal'; import HeroOverlayTestimonial from '@/components/sections/hero/HeroOverlayTestimonial'; import MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards'; import ProductMediaCards from '@/components/sections/product/ProductMediaCards'; @@ -13,163 +13,115 @@ import { ThemeProvider } from "@/components/ui/ThemeProvider"; export default function HomePage() { return ( -
- -
- -
- -
- -
- - -
- -
- -
- -
- -
- -
- -
- -
- -
- -
- -
+ +
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
+ +
+
); } -- 2.49.1