diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 49c5102..5e127ed 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -4,7 +4,6 @@ import FaqTwoColumn from '@/components/sections/faq/FaqTwoColumn'; import FeaturesBorderGlow from '@/components/sections/features/FeaturesBorderGlow'; import HeroBillboardBrand from '@/components/sections/hero/HeroBillboardBrand'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; -import TeamStackedCards from '@/components/sections/team/TeamStackedCards'; import TestimonialMarqueeCards from '@/components/sections/testimonial/TestimonialMarqueeCards'; import { Palette, Scissors, Sparkles } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; @@ -25,7 +24,7 @@ export default function HomePage() { text: "View Location", href: "https://maps.google.com", }} - imageSrc="https://images.unsplash.com/photo-1585747860715-2ba37e788b70?auto=format&fit=crop&q=80&w=2074&ixlib=rb-4.0.3" + imageSrc="https://picsum.photos/seed/669419329/1200/800" /> @@ -68,33 +67,6 @@ export default function HomePage() { -