From 1c0e89abbde408e2479dec8e915e7d2cc5394097 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 3 Jun 2026 07:58:30 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1209fbd..d6f4eb2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,7 +73,6 @@ export default function LandingPage() { mediaAnimation="slide-up" imagePosition="right" ariaLabel="Hero introduction section" - useInvertedBackground={false} /> @@ -138,7 +137,7 @@ export default function LandingPage() { { id: "m1", name: "John Doe", role: "Lead Web Developer & UI/UX Designer", imageSrc: "http://img.b2bpic.net/free-photo/man-home-office-looking-pc-screen-executing-programming-code_482257-118926.jpg", imageAlt: "professional male web developer portrait" } ]} gridVariant="uniform-all-items-equal" - animationType="fade-in" + animationType="slide-up" title="Meet the Creator" description="As a dedicated professional with a passion for innovation, I bring ideas to life through thoughtful design and clean code. My goal is to craft engaging digital experiences that solve real problems." tag="My Philosophy" @@ -214,7 +213,6 @@ export default function LandingPage() { { icon: Github, href: "https://github.com/johndoe", ariaLabel: "GitHub profile" }, { icon: Twitter, href: "https://twitter.com/johndoe", ariaLabel: "Twitter profile" } ]} - useInvertedBackground={false} ariaLabel="Site footer" /> -- 2.49.1