Merge version_2 into main #2

Merged
bender merged 1 commits from version_2 into main 2026-03-20 17:59:23 +00:00

View File

@@ -71,7 +71,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
heading={[
{ type: "text", content: "My Story: From Nichada to Digital Creation" },
{ type: "text", content: "My Story: From Nichada to Digital Creation\n\nFamily, creativity, and learning form the foundation of everything I do. Growing up in a close-knit family of seven has taught me the value of connection and collaboration, while my passion for coding and digital creation fuels my constant drive to innovate. Every day is an opportunity to learn something new, express myself creatively, and share that knowledge with others." },
{
type: "image", src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY6OUkkDWDB9f8RXWuG5JkBXgc/a-warm-inviting-scene-of-a-young-person--1774029292240-37bb2ff0.png", alt: "Home creative workspace with Thai cultural elements"
}
@@ -290,4 +290,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}