Compare commits
9 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bf071e3c9f | |||
| c42cfa7cc4 | |||
| 23b4ee6c61 | |||
| dec085d652 | |||
| 156b295e51 | |||
| 6541334a99 | |||
| 06e0bd7a31 | |||
| f9556c5ac0 | |||
| c5df8a7b46 |
@@ -50,16 +50,16 @@ export default function LandingPage() {
|
|||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
background={{ variant: "radial-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Explore My Journey", href: "#about" },
|
{ text: "See My Story", href: "#about" },
|
||||||
{ text: "View My Work", href: "#projects" }
|
{ text: "View My Work", href: "#projects" }
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
mediaItems={[
|
mediaItems={[
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY6OUkkDWDB9f8RXWuG5JkBXgc/a-vibrant-portrait-of-a-young-12-year-ol-1774029292719-84d65e15.png", imageAlt: "Young creator portrait in Bangkok home workspace"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY6OUkkDWDB9f8RXWuG5JkBXgc/uploaded-1774029947785-7m12vf5l.jpg?_wi=1", imageAlt: "Personal photo"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY6OUkkDWDB9f8RXWuG5JkBXgc/a-modern-engaging-screenshot-of-the-webi-1774029292562-46959f8a.png?_wi=1", imageAlt: "Webild.io platform content creation interface"
|
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AY6OUkkDWDB9f8RXWuG5JkBXgc/uploaded-1774029947785-7m12vf5l.jpg?_wi=2", imageAlt: "Personal photo"
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
@@ -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"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user