diff --git a/src/app/page.tsx b/src/app/page.tsx index 3ba717b..58f4faf 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -11,6 +11,7 @@ import TestimonialCardFifteen from "@/components/sections/testimonial/Testimonia import ContactSplit from "@/components/sections/contact/ContactSplit"; import FooterCard from "@/components/sections/footer/FooterCard"; import SocialProofOne from "@/components/sections/socialProof/SocialProofOne"; +import TextAnimation from "@/components/text/TextAnimation"; import { Award, BarChart3, CheckCircle, Clock, Cloud, Code, Cpu, Database, Eye, GitBranch, Github, Linkedin, Mail, Monitor, Package, Server, Settings, Shield, Smartphone, Sparkles, TrendingUp, Twitter, Users, Zap } from "lucide-react"; export default function LandingPage() { @@ -62,6 +63,33 @@ export default function LandingPage() { imageSrc="https://img.b2bpic.net/free-photo/data-scientist-doing-software-quality-assurance-reading-source-code_482257-116879.jpg" imageAlt="HOF Coral - Developer and Creator" mediaAnimation="blur-reveal" + marqueeItems={[ + { type: "text", text: "React", icon: Code }, + { type: "text", text: "Node.js", icon: Server }, + { type: "text", text: "TypeScript", icon: Code }, + { type: "text", text: "AWS", icon: Cloud }, + { type: "text", text: "PostgreSQL", icon: Database }, + { type: "text", text: "Docker", icon: Package }, + { type: "text", text: "GraphQL", icon: Zap }, + { type: "text", text: "Next.js", icon: Code } + ]} + marqueeSpeed={30} + showMarqueeCard={true} + /> + + +
+
@@ -104,21 +132,6 @@ export default function LandingPage() { /> -
- -
-