2 Commits

Author SHA1 Message Date
f9556c5ac0 Update src/app/page.tsx 2026-03-20 17:59:19 +00:00
c5df8a7b46 Merge version_1 into main
Merge version_1 into main
2026-03-20 17:55:48 +00:00

View File

@@ -71,7 +71,7 @@ export default function LandingPage() {
<div id="about" data-section="about"> <div id="about" data-section="about">
<InlineImageSplitTextAbout <InlineImageSplitTextAbout
heading={[ 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" 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> </div>
</ThemeProvider> </ThemeProvider>
); );
} }