From 0cf4c8adaf5708f401197b8826c0fb2fa00bcd71 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 08:44:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index b1033fb..c82ccc9 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -42,7 +42,7 @@ export default function LandingPage() { tag="Creative Digital Identity" tagIcon={Sparkles} background={{ variant: "canvas-reveal" }} - 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" -- 2.49.1