From 50a7307f14293672bdc96038f078007cca861ea0 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 21 Jun 2026 00:07:39 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index cfb05df..0ee6b33 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -6,7 +6,6 @@ import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricsFeatureCards from '@/components/sections/metrics/MetricsFeatureCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Award, Shield, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -150,7 +149,7 @@ export default function HomePage() { question: "What is the onboarding process?", answer: "Usually a 2-week deep dive discovery and data integration sprint."}, { question: "Do you provide creative services?", answer: "Yes, our creative strategy is fully integrated with performance testing."}, - ]} + ], imageSrc="http://img.b2bpic.net/free-photo/black-marble-background-with-copper-lining_53876-104397.jpg" /> @@ -170,4 +169,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1