diff --git a/src/app/hello/page.tsx b/src/app/hello/page.tsx
new file mode 100644
index 0000000..e6c1445
--- /dev/null
+++ b/src/app/hello/page.tsx
@@ -0,0 +1,64 @@
+"use client";
+
+import { motion } from "framer-motion";
+import { Sparkles, ArrowLeft } from "lucide-react";
+import Link from "next/link";
+import { buttonVariants } from "@/components/ui/button";
+import { cn } from "@/lib/utils";
+
+export default function HelloPage() {
+ return (
+
+
+
+
+
+
+
+ Hello, Idea Guru!
+
+
+
+ You've successfully navigated to the hello page. This is where your
+ journey begins.
+
+
+
+
+
+ Back to Home
+
+
+
+