Merge version_1 into main #1
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user