From 1cff717227ebe19780e2704c150421dd866980e0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 20 Feb 2026 13:52:51 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 13 +++++++------ 1 file changed, 7 insertions(+), 6 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 961b924..1067e67 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -45,6 +45,7 @@ export default function SitePage() { title="Welcome to the Garry Potter Fun Club!" description="Dive into the magical world, connect with fellow fans, and explore exclusive content. Your journey into wizardry begins here!" tag="Official Fan Community" + background={{ variant: 'plain' }} mediaItems={[ { imageSrc: "https://img.b2bpic.net/free-photo/international-day-education-scene-with-fantasy-style_23-2151040335.jpg", imageAlt: "A mystical wizardry school castle" }, { imageSrc: "https://img.b2bpic.net/free-vector/magic-wand-with-yellow-trail-background_1278-79.jpg", imageAlt: "A young wizard holding a glowing wand" }, @@ -72,7 +73,7 @@ export default function SitePage() { imageSrc="https://img.b2bpic.net/free-photo/numerology-collage-concept_23-2150061752.jpg" imageAlt="An ancient open spellbook with glowing pages" mediaAnimation='slide-up' - metricsAnimation='entrance-slide' + metricsAnimation='slide-up' /> @@ -110,7 +111,7 @@ export default function SitePage() {
{} }, - { id: "2", category: "Creatures & Beasts", title: "A Guide to Magical Creatures of the Forbidden Forest", excerpt: "Discover the wondrous and sometimes dangerous inhabitants dwelling within the mysterious Forbidden Forest.", imageSrc: "https://img.b2bpic.net/free-photo/fantasy-characters-experiencing-love_23-2151164447.jpg", imageAlt: "A collection of magical creatures", authorName: "Rubeus Hagrid", authorAvatar: "https://img.b2bpic.net/free-photo/witch-hood-with-candle-woods_23-2147902893.jpg", date: "Nov 15, 2023", onBlogClick: () => {} }, - { id: "3", category: "Spells & Charms", title: "Mastering Advanced Spellcasting: A Beginner's Guide", excerpt: "From basic charms to complex incantations, enhance your magical abilities with our step-by-step guide.", imageSrc: "https://img.b2bpic.net/free-vector/magic-wand-with-red-trail-background_1278-80.jpg", imageAlt: "A wizard casting a spell with glowing wand", authorName: "Minerva McGonagall", authorAvatar: "https://img.b2bpic.net/free-photo/portrait-man-posing-with-universe-projection-texture_23-2149581272.jpg", date: "Dec 01, 2023", onBlogClick: () => {} }, - { id: "4", category: "Community News", title: "Gryffindor Wins the Annual House Cup!", excerpt: "Relive the excitement as Gryffindor triumphs in a thrilling race for the coveted House Cup this year.", imageSrc: "https://img.b2bpic.net/free-photo/high-angle-game-elements-soft-cloth_23-2149349662.jpg", imageAlt: "The gleaming House Cup trophy", authorName: "Percy Weasley", authorAvatar: "https://img.b2bpic.net/free-vector/lovely-witch-character-with-flat-design_23-2147938004.jpg", date: "Jan 01, 2024", onBlogClick: () => {} }, + { id: "1", category: "Lore & History", title: "Unraveling the Secrets of Hogwarts Founders", excerpt: "Dive deep into the enigmatic history of Godric Gryffindor, Helga Hufflepuff, Rowena Ravenclaw, and Salazar Slytherin.", imageSrc: "https://img.b2bpic.net/free-photo/poison-wine-glass-opened-book_23-2147905741.jpg", imageAlt: "An ancient library filled with magical books", authorName: "Albus Dumbledore", authorAvatar: "https://img.b2bpic.net/free-photo/rendering-wizard-controlling-magic_23-2150608380.jpg", date: "Oct 31, 2023" }, + { id: "2", category: "Creatures & Beasts", title: "A Guide to Magical Creatures of the Forbidden Forest", excerpt: "Discover the wondrous and sometimes dangerous inhabitants dwelling within the mysterious Forbidden Forest.", imageSrc: "https://img.b2bpic.net/free-photo/fantasy-characters-experiencing-love_23-2151164447.jpg", imageAlt: "A collection of magical creatures", authorName: "Rubeus Hagrid", authorAvatar: "https://img.b2bpic.net/free-photo/witch-hood-with-candle-woods_23-2147902893.jpg", date: "Nov 15, 2023" }, + { id: "3", category: "Spells & Charms", title: "Mastering Advanced Spellcasting: A Beginner's Guide", excerpt: "From basic charms to complex incantations, enhance your magical abilities with our step-by-step guide.", imageSrc: "https://img.b2bpic.net/free-vector/magic-wand-with-red-trail-background_1278-80.jpg", imageAlt: "A wizard casting a spell with glowing wand", authorName: "Minerva McGonagall", authorAvatar: "https://img.b2bpic.net/free-photo/portrait-man-posing-with-universe-projection-texture_23-2149581272.jpg", date: "Dec 01, 2023" }, + { id: "4", category: "Community News", title: "Gryffindor Wins the Annual House Cup!", excerpt: "Relive the excitement as Gryffindor triumphs in a thrilling race for the coveted House Cup this year.", imageSrc: "https://img.b2bpic.net/free-photo/high-angle-game-elements-soft-cloth_23-2149349662.jpg", imageAlt: "The gleaming House Cup trophy", authorName: "Percy Weasley", authorAvatar: "https://img.b2bpic.net/free-vector/lovely-witch-character-with-flat-design_23-2147938004.jpg", date: "Jan 01, 2024" }, ]} title="Latest Dispatches from the Wizarding World" description="Stay updated with our latest articles, theories, and community news." -- 2.49.1