From f9a6985a48c0515ca981c29ddd6bf8e897060743 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 08:43:37 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3d689b6..b1033fb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -18,7 +18,7 @@ export default function LandingPage() { borderRadius="pill" contentWidth="compact" sizing="largeSmall" - background="noiseDiagonalGradient" + background="circleGradient" cardStyle="inset" primaryButtonStyle="gradient" secondaryButtonStyle="radial-glow" @@ -41,8 +41,8 @@ export default function LandingPage() { description="Digital strategist | Anime aesthetic enthusiast | Dark philosophy advocate" tag="Creative Digital Identity" tagIcon={Sparkles} - background={{ variant: "noiseDiagonalGradient" }} - imageSrc="http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608386.jpg?_wi=1" + background={{ variant: "canvas-reveal" }} + imageSrc="http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608386.jpg" 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?_wi=2", imageAlt: "Instagram profile"}, + imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608386.jpg", 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?_wi=3", imageAlt: "Telegram channel"}, + imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608386.jpg", 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?_wi=4", imageAlt: "Discord server"}, + imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608386.jpg", 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?_wi=5", imageAlt: "GitHub profile"}, + imageSrc: "http://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608386.jpg", imageAlt: "GitHub profile"}, ]} animationType="slide-up" textboxLayout="default" -- 2.49.1