Merge version_1 into main #5

Merged
bender merged 1 commits from version_1 into main 2026-03-07 14:53:43 +00:00

View File

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