From b07a79488b302943473f936e63eeac74802dae71 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 5 May 2026 21:56:44 +0000 Subject: [PATCH] Switch to version 2: modified src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 52 ++++++++++++++++++++---------------------- 1 file changed, 25 insertions(+), 27 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 97004e4..1820d71 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -1,5 +1,6 @@ import AboutTestimonial from '@/components/sections/about/AboutTestimonial'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; +import FeaturesImageCards from '@/components/sections/features/FeaturesImageCards'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricsGradientCards from '@/components/sections/metrics/MetricsGradientCards'; import ProductImageCards from '@/components/sections/product/ProductImageCards'; @@ -57,28 +58,28 @@ export default function HomePage() {
- +
@@ -122,7 +123,7 @@ export default function HomePage() {
- ); } - -import FeaturesMediaCards from '@/components/sections/features/FeaturesMediaCards'; -import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; \ No newline at end of file