diff --git a/src/app/page.tsx b/src/app/page.tsx index cdc633f..b856f00 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,8 +45,8 @@ export default function LandingPage() { description="I build scalable web applications and robust backends. Specializing in modern JavaScript, cloud infrastructure, and delivering exceptional user experiences. Let's create something impactful together." tag="Software Engineer" tagIcon={Code} - tagAnimation="entrance-slide" - background={{ variant: "circleGradient" }} + tagAnimation="slide-up" + background={{ variant: "plain" }} mediaItems={[ { imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai5vRNoFH1pwSAQ2OS71p9EcD2/a-modern-software-engineer-workspace-wit-1773062850632-54bd24a5.png", imageAlt: "Modern software engineer workspace with multiple monitors"}, @@ -60,7 +60,7 @@ export default function LandingPage() { { text: "Get in Touch", href: "#contact" }, ]} mediaAnimation="slide-up" - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" /> @@ -73,7 +73,7 @@ export default function LandingPage() { { text: "Download Resume", href: "#" }, { text: "Let's Connect", href: "#contact" }, ]} - buttonAnimation="entrance-slide" + buttonAnimation="slide-up" showBorder={false} useInvertedBackground={false} /> @@ -85,7 +85,7 @@ export default function LandingPage() { description="I combine cutting-edge technologies with proven best practices to deliver high-performance solutions." tag="Core Skills" tagIcon={Sparkles} - tagAnimation="entrance-slide" + tagAnimation="slide-up" features={[ { icon: Code, @@ -118,7 +118,7 @@ export default function LandingPage() { description="A selection of recent projects showcasing my ability to deliver scalable, user-focused solutions across different domains." tag="Portfolio" tagIcon={Briefcase} - tagAnimation="entrance-slide" + tagAnimation="slide-up" products={[ { id: "1", name: "E-Commerce Platform Redesign", price: "React, Node.js, PostgreSQL", variant: "Increased conversion by 45%", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ai5vRNoFH1pwSAQ2OS71p9EcD2/modern-e-commerce-platform-interface-wit-1773062851018-4d1ad20b.png", imageAlt: "E-commerce platform interface"}, @@ -156,10 +156,10 @@ export default function LandingPage() {