diff --git a/apps/next/src/components/landing/cta.tsx b/apps/next/src/components/landing/cta.tsx index b04e4ce..dff14e5 100644 --- a/apps/next/src/components/landing/cta.tsx +++ b/apps/next/src/components/landing/cta.tsx @@ -15,23 +15,6 @@ export function CTA() { Clone the repository and start building your next project with everything pre-configured.

-
- -
{/* Quick Start Command */}
diff --git a/apps/next/src/components/landing/hero.tsx b/apps/next/src/components/landing/hero.tsx index 2d6eaf8..7c7b258 100644 --- a/apps/next/src/components/landing/hero.tsx +++ b/apps/next/src/components/landing/hero.tsx @@ -1,4 +1,5 @@ import Link from 'next/link'; +import Image from 'next/image'; import { Button } from '@gib/ui/button'; import { Kanit } from 'next/font/google'; @@ -34,16 +35,19 @@ export function Hero() { {/* CTA Buttons */}
-