From 76fa499d1934378fb0c081a4bf32c37fb3558d09 Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Mon, 1 Jun 2026 13:58:56 +0000 Subject: [PATCH] Bob AI: Remove unspecified 'random text' from the 'About' section (i --- src/pages/HomePage.tsx | 20 ++++++++++++-------- 1 file changed, 12 insertions(+), 8 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index dd5bfa2..a7d128d 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,4 +1,3 @@ -import AboutText from '@/components/sections/about/AboutText'; import ContactCta from '@/components/sections/contact/ContactCta'; import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeaturesBentoGridCta from '@/components/sections/features/FeaturesBentoGridCta'; @@ -7,6 +6,7 @@ import HeroBillboardTiltedCarousel from '@/components/sections/hero/HeroBillboar import MetricsSimpleCards from '@/components/sections/metrics/MetricsSimpleCards'; import TestimonialTrustCard from '@/components/sections/testimonial/TestimonialTrustCard'; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; +import ScrollReveal from "@/components/ui/ScrollReveal"; export default function HomePage() { return ( @@ -51,9 +51,15 @@ export default function HomePage() {
- +
+
+ +

+ Your Trusted Partner for Outdoor Beauty +

+
+
+
@@ -191,8 +197,7 @@ export default function HomePage() {