diff --git a/components/hero.tsx b/components/hero.tsx new file mode 100644 index 0000000..78a2abc --- /dev/null +++ b/components/hero.tsx @@ -0,0 +1,86 @@ +"use client"; +import { Container } from "@/components/container"; +import { Heading } from "@/components/heading"; +import { Subheading } from "@/components/subheading"; +import { Button } from "@/components/ui/button"; +import { motion } from "framer-motion"; +import { ArrowRight, Sparkles } from "lucide-react"; + +export function Hero() { + return ( +
+ {/* Premium Background Elements */} +
+
+
+
+ + +
+ + + Expert Growth Strategy for B2B SaaS + + + + + Scale Your Revenue
+ + Without the Guesswork + +
+
+ + + + I help founders build high-performance growth engines using data-driven strategies that actually move the needle. + + + + + + + + + +

Trusted by Industry Leaders

+
+ ACME CORP + GLOBEX + SOYLENT + INITECH +
+
+
+
+
+ ); +}