From 7832996fd51588f1896d8b850cb8cb9557f286af Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 22 Jun 2026 14:35:51 +0000 Subject: [PATCH] Update src/pages/HomePage.tsx --- src/pages/HomePage.tsx | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/src/pages/HomePage.tsx b/src/pages/HomePage.tsx index 5d25da4..826dab5 100644 --- a/src/pages/HomePage.tsx +++ b/src/pages/HomePage.tsx @@ -7,7 +7,6 @@ import MetricsMediaCards from '@/components/sections/metrics/MetricsMediaCards'; import SocialProofMarquee from '@/components/sections/social-proof/SocialProofMarquee'; import TeamOverlayCards from '@/components/sections/team/TeamOverlayCards'; import TestimonialRatingCards from '@/components/sections/testimonial/TestimonialRatingCards'; -import { Layout, Monitor, Pen, Shield, Smartphone, Sparkles, Star, Zap } from "lucide-react"; import SectionErrorBoundary from "@/components/ui/SectionErrorBoundary"; export default function HomePage() { @@ -76,7 +75,8 @@ export default function HomePage() { { label: "Concept", detail: "Creative brainstorming." }, { label: "Execution", detail: "High-fidelity work." }, ], - completedLabel: "Launch"}, + completedLabel: "Launch" + }, ]} /> @@ -154,7 +154,8 @@ export default function HomePage() { title="Collaborated with Industry Leaders" description="Partnerships built on trust and design excellence." names={[ - "TechInnovate", "GlobalConnect", "DesignSystems Inc", "CloudDynamics", "PixelPerfect", "FutureLab", "BrandFlow"]} + "TechInnovate", "GlobalConnect", "DesignSystems Inc", "CloudDynamics", "PixelPerfect", "FutureLab", "BrandFlow" + ]} /> -- 2.49.1