diff --git a/components/AsciiHero.tsx b/components/AsciiHero.tsx
index c39f5d6..c3b7c29 100644
--- a/components/AsciiHero.tsx
+++ b/components/AsciiHero.tsx
@@ -1,16 +1,50 @@
+"use client";
+
import Image from "next/image";
+import { motion } from "motion/react";
import gpkTriangleLogo from "@/public/gpk_logo_new.webp";
export default function AsciiHero() {
return (
-
-
+
+
+
+
+
+
);
}
diff --git a/components/HeroSection.tsx b/components/HeroSection.tsx
index 445666c..a5b3eaa 100644
--- a/components/HeroSection.tsx
+++ b/components/HeroSection.tsx
@@ -3,7 +3,7 @@ import AsciiHero from "./AsciiHero";
export default function HeroSection() {
return (
-
+
{/* Left Column: Heading, Subheading, Button, and Icons */}
@@ -48,7 +48,7 @@ export default function HeroSection() {
{/* Right Column: Placeholder for ASCII render */}
-