Merge version_1 into main #1

Merged
bender merged 2 commits from version_1 into main 2026-03-10 08:42:21 +00:00
2 changed files with 1372 additions and 5 deletions

File diff suppressed because it is too large Load Diff

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
tag="Creative Digital Identity"
tagIcon={Sparkles}
background={{ variant: "noiseDiagonalGradient" }}
imageSrc="http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608386.jpg"
imageSrc="http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608386.jpg?_wi=1"
imageAlt="Profile avatar with anime aesthetic glow"
buttons={[
{ text: "Explore My Work", href: "projects" },
@@ -60,16 +60,16 @@ export default function LandingPage() {
features={[
{
id: "instagram", title: "Instagram", author: "@festier.aesthetic", description: "Visual diary of creative projects and design inspiration", tags: ["Creative", "Visual"],
imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608386.jpg", imageAlt: "Instagram profile"},
imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608386.jpg?_wi=2", imageAlt: "Instagram profile"},
{
id: "telegram", title: "Telegram Channel", author: "@festier_updates", description: "Real-time updates on new projects and digital experiments", tags: ["Updates", "Community"],
imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608386.jpg", imageAlt: "Telegram channel"},
imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608386.jpg?_wi=3", imageAlt: "Telegram channel"},
{
id: "discord", title: "Discord Server", author: "Festier Community", description: "Join our community of creative minds and digital enthusiasts", tags: ["Community", "Collab"],
imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608386.jpg", imageAlt: "Discord server"},
imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608386.jpg?_wi=4", imageAlt: "Discord server"},
{
id: "github", title: "GitHub", author: "festier-dev", description: "Open source projects and technical explorations", tags: ["Code", "Open Source"],
imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608386.jpg", imageAlt: "GitHub profile"},
imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608386.jpg?_wi=5", imageAlt: "GitHub profile"},
]}
animationType="slide-up"
textboxLayout="default"