diff --git a/app/components/Hero.tsx b/app/components/Hero.tsx
new file mode 100644
index 0000000..a944e89
--- /dev/null
+++ b/app/components/Hero.tsx
@@ -0,0 +1,68 @@
+import Image from "next/image";
+import { Navbar } from "./Navbar";
+
+export function Hero() {
+ return (
+
+ {/* Background photo */}
+
+
+ {/* Backdrop blur band — desktop only */}
+
+
+ {/* Content */}
+
+
+
+ {/* Desktop: spacer pushes hero text down */}
+
+
+ {/* Hero content — fills remaining space on mobile, fixed layout on desktop */}
+
+
+ {/* Name block */}
+
+
+
+ [ Hello I'm ]
+
+
+
+ Harvey Specter
+
+
+
+ {/* Description + CTA */}
+
+
+
+ H.Studio is a{" "}
+ full-service
+ {" "}creative studio creating beautiful digital experiences and
+ products. We are an{" "}
+ award winning
+ {" "}desing and art group specializing in branding, web design
+ and engineering.
+