From c4a3fb4d9a4150eef17b5d9e8e758f8b8d77c4e9 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 7 Mar 2026 14:53:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 5a58ac0..bf007d8 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCar import FaqDouble from "@/components/sections/faq/FaqDouble"; import ContactCenter from "@/components/sections/contact/ContactCenter"; import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; -import { Zap, Sparkles, Code, Cpu, Rocket, Shield, Gauge, GitBranch, Plug, Github, Gitlab, Slack, Figma, Vercel } from "lucide-react"; +import { Zap, Sparkles, Code, Cpu, Rocket, Shield, Gauge, GitBranch, Plug, Github, Gitlab, Slack, Figma } from "lucide-react"; export default function LandingPage() { return ( @@ -100,7 +100,7 @@ export default function LandingPage() { }, { title: "Seamless Integrations", description: "Connect with your entire development ecosystem instantly.", bentoComponent: "marquee", centerIcon: Plug, - variant: "icon", icons: [Github, Gitlab, Slack, Figma, Vercel], + variant: "icon", icons: [Github, Gitlab, Slack, Figma], }, ]} /> -- 2.49.1