From 269968cdfd61de64964c991383afb8ca5d9f688c Mon Sep 17 00:00:00 2001 From: kudinDmitriyUp Date: Sun, 14 Jun 2026 00:49:21 +0000 Subject: [PATCH] Bob AI: Delete the /team page. --- src/pages/HomePage.tsx | 32 ++------------------------------ 1 file changed, 2 insertions(+), 30 deletions(-) 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() { -
- - - -
-
); -} +} \ No newline at end of file