From 9bb1083b253506c9d1839aafa4ad87e2030df2ec Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:37:20 +0000 Subject: [PATCH 1/2] Update src/app/community/page.tsx --- src/app/community/page.tsx | 1 - 1 file changed, 1 deletion(-) diff --git a/src/app/community/page.tsx b/src/app/community/page.tsx index 4010672..cd3a63d 100644 --- a/src/app/community/page.tsx +++ b/src/app/community/page.tsx @@ -175,7 +175,6 @@ export default function CommunityPage() { buttonAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - gridVariant="three-columns-all-equal-width" animationType="slide-up" blogs={[ { From 8dd1ca95793b3b5482ab0e70a8e23e172c425186 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 13 Mar 2026 16:37:20 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 13 ++++--------- 1 file changed, 4 insertions(+), 9 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dcc22ff..49d5540 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -212,7 +212,6 @@ export default function HomePage() { buttonAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} - gridVariant="three-columns-all-equal-width" animationType="slide-up" blogs={[ { @@ -276,17 +275,13 @@ export default function HomePage() { animationType="scale-rotate" features={[ { - id: "cat-action", title: "Action & Adventure", author: "High-octane excitement", description: "Epic battles, thrilling combat, and breathtaking adventures that keep you on the edge of your seat.", tags: ["Fighting", "Adventure", "Intense"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/action-packed-anime-poster-with-intense--1773419313938-65ab8b7b.png"}, + id: "cat-action", title: "Action & Adventure", author: "High-octane excitement", description: "Epic battles, thrilling combat, and breathtaking adventures that keep you on the edge of your seat.", tags: ["Fighting", "Adventure", "Intense"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/action-packed-anime-poster-with-intense--1773419313938-65ab8b7b.png"}, { - id: "cat-romance", title: "Romance & Drama", author: "Heartfelt emotions", description: "Beautiful love stories and emotional journeys that touch the heart and leave lasting impressions.", tags: ["Love", "Drama", "Emotions"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/popular-anime-series-poster-featuring-be-1773419313374-2274cc9a.png"}, + id: "cat-romance", title: "Romance & Drama", author: "Heartfelt emotions", description: "Beautiful love stories and emotional journeys that touch the heart and leave lasting impressions.", tags: ["Love", "Drama", "Emotions"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/popular-anime-series-poster-featuring-be-1773419313374-2274cc9a.png"}, { - id: "cat-scifi", title: "Sci-Fi & Cyberpunk", author: "Futuristic visions", description: "Dystopian futures, advanced technology, and mind-bending concepts that expand imagination.", tags: ["Tech", "Future", "Innovation"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/upcoming-anime-teaser-poster-with-myster-1773419313972-2a5038a0.png"}, + id: "cat-scifi", title: "Sci-Fi & Cyberpunk", author: "Futuristic visions", description: "Dystopian futures, advanced technology, and mind-bending concepts that expand imagination.", tags: ["Tech", "Future", "Innovation"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/upcoming-anime-teaser-poster-with-myster-1773419313972-2a5038a0.png"}, { - id: "cat-fantasy", title: "Fantasy & Magic", author: "Magical worlds", description: "Enchanted realms, mystical powers, and epic quests in worlds beyond imagination.", tags: ["Magic", "Fantasy", "Quest"], - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/new-anime-series-teaser-poster-with-intr-1773419313276-879056d4.png"}, + id: "cat-fantasy", title: "Fantasy & Magic", author: "Magical worlds", description: "Enchanted realms, mystical powers, and epic quests in worlds beyond imagination.", tags: ["Magic", "Fantasy", "Quest"], imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AtkMMsHdw0e6wDxpSYOYOFUtLd/new-anime-series-teaser-poster-with-intr-1773419313276-879056d4.png"}, ]} className="relative" containerClassName="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-16"