Update src/app/page.tsx
This commit is contained in:
@@ -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],
|
||||
},
|
||||
]}
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user