diff --git a/src/app/page.tsx b/src/app/page.tsx index 9a2f719..476ac59 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,6 @@ import TeamCardTen from '@/components/sections/team/TeamCardTen'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import { Code, Server, Database, Cloud, Zap, Shield } from 'lucide-react'; -import Link from 'next/link'; export default function LandingPage() { return ( @@ -48,11 +47,10 @@ export default function LandingPage() { { text: "View Projects", href: "#projects" }, { text: "Get In Touch", href: "#contact" } ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "sparkles-gradient" }} imageSrc="http://img.b2bpic.net/free-vector/tp193-319-384-229-s30-audi-presentation-13_53876-114334.jpg" imageAlt="Interactive 3D geometric shapes and floating elements" frameStyle="card" - buttonAnimation="slide-up" mediaAnimation="opacity" /> @@ -85,7 +83,7 @@ export default function LandingPage() { id: "3", title: "Enterprise API Platform", description: "Engineered RESTful and GraphQL APIs serving 100+ enterprise clients with rate limiting, OAuth2 authentication, comprehensive documentation, and 99.99% SLA compliance. Used TypeScript, PostgreSQL, and Redis.", imageSrc: "http://img.b2bpic.net/free-photo/woman-uses-ai-chatbot-system-computer-guide-her-through-tasks_482257-118915.jpg", imageAlt: "API Platform Dashboard" } ]} - gridVariant="uniform-3-items" + gridVariant="uniform-4-items" animationType="slide-up" textboxLayout="default" useInvertedBackground="noInvert" @@ -143,7 +141,7 @@ export default function LandingPage() { { text: "Send Email", href: "mailto:hello@example.com" }, { text: "Schedule Call", href: "https://calendly.com" } ]} - background={{ variant: "glowing-orb" }} + background={{ variant: "sparkles-gradient" }} useInvertedBackground={false} />