Merge version_1_1782138782143 into main #3

Merged
bender merged 1 commits from version_1_1782138782143 into main 2026-06-22 14:35:54 +00:00

View File

@@ -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"
},
]}
/>
</SectionErrorBoundary>
@@ -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"
]}
/>
</SectionErrorBoundary>
</div>