From 685152bdd56c3274acc090307c8caa4d882490b9 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 27 Apr 2026 18:38:47 +0000 Subject: [PATCH 1/2] Bob AI: fix build error in src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index db0202a..2017f8c 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll' import MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Droplet, Edit, Leaf, Sun, Tool, Zap } from "lucide-react"; +import { Droplet, Edit, Leaf, Sun, Wrench as Tool, Zap } from "lucide-react"; export default function HomePage() { return ( -- 2.49.1 From 3fea2621613875f4e40c28c97feda48a877b38bc Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 18:38:54 +0000 Subject: [PATCH 2/2] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 306 ++++++++++++++++------------------------- 1 file changed, 118 insertions(+), 188 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 2017f8c..99f1d30 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -2,209 +2,139 @@ import AboutFeaturesSplit from '@/components/sections/about/AboutFeaturesSplit'; import ContactCta from '@/components/sections/contact/ContactCta'; import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; import FeaturesIconCards from '@/components/sections/features/FeaturesIconCards'; +import FooterMinimal from '@/components/sections/footer/FooterMinimal'; import GridDotsBackground from "@/components/ui/GridDotsBackground"; import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'; import MetricsMinimalCards from '@/components/sections/metrics/MetricsMinimalCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Droplet, Edit, Leaf, Sun, Wrench as Tool, Zap } from "lucide-react"; +import { Droplet, Edit, Leaf, Sun, Wrench, Zap } from "lucide-react"; export default function HomePage() { return ( <> -
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- -
+
+ +
-
- - -
+
+ + +
+ + ); -} +} \ No newline at end of file -- 2.49.1