diff --git a/components/home.tsx b/components/home.tsx index 713b596..e41372f 100644 --- a/components/home.tsx +++ b/components/home.tsx @@ -8,6 +8,7 @@ declare global { import { Button } from "@/components/ui/button"; import { Card } from "@/components/ui/card"; +import { Carousel } from "@/components/ui/carousel"; import { Downloads } from "@/lib/types"; import { DeviceDetails } from "@/lib/ua"; import { @@ -21,6 +22,9 @@ import { CheckCircle2, Sprout, Play, + Rocket, + Shield, + Globe, } from "lucide-react"; import Image from "next/image"; import Link from "next/link"; @@ -243,78 +247,143 @@ export default function Component({ {/* Feature Cards */}
,
- text: "One-Click Setup",
- },
- {
- icon: ,
- text: "Smart PR suggestions",
- },
- {
- icon: ,
- text: "AGENTS AGENTS AGENTS",
- },
- {
- icon: ,
+ text: "One-Click Setup",
+ },
+ {
+ icon: ,
+ text: "Smart PR suggestions",
+ },
+ {
+ icon: ,
+ text: "AGENTS AGENTS AGENTS",
+ },
+ {
+ icon: ,
+ text: "Automated code generation",
+ },
+ {
+ icon: ,
+ text: "Vulnerability scanning",
+ },
+ {
+ icon: ,
+ text: "Real-time collaboration",
+ },
+ {
+ icon: