Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-06-03 07:58:33 +00:00

View File

@@ -73,7 +73,6 @@ export default function LandingPage() {
mediaAnimation="slide-up"
imagePosition="right"
ariaLabel="Hero introduction section"
useInvertedBackground={false}
/>
</div>
@@ -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"
/>
</div>