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