From 8f71a22d2bd3ac30f8553955b281eb9128cf7118 Mon Sep 17 00:00:00 2001 From: gib Date: Tue, 13 Jan 2026 14:43:35 -0600 Subject: [PATCH] finish cleaning up home screen --- apps/next/src/components/landing/cta.tsx | 17 ----------------- apps/next/src/components/landing/hero.tsx | 12 ++++++++---- 2 files changed, 8 insertions(+), 21 deletions(-) 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 */}
-