From 4cf7ebcd1c4a5d435ed27e12b6ffb59c4149dff6 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 17 Mar 2026 09:05:12 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ef1d9b..2ca3dd4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -98,7 +98,7 @@ export default function LandingPage() { tagAnimation="slide-up" buttons={[{ text: "Explore Categories", href: "#" }]} buttonAnimation="slide-up" - imageSrc="http://img.b2bpic.net/free-vector/book-logo-template_23-2149676788.jpg?_wi=1" + imageSrc="http://img.b2bpic.net/free-vector/book-logo-template_23-2149676788.jpg" imageAlt="Life categories visualization" useInvertedBackground={false} /> @@ -115,7 +115,7 @@ export default function LandingPage() { buttonAnimation="slide-up" products={[ { - id: "school", name: "School", price: "📚", variant: "Education & Learning", imageSrc: "http://img.b2bpic.net/free-vector/book-logo-template_23-2149676788.jpg?_wi=2", imageAlt: "School category" + id: "school", name: "School", price: "📚", variant: "Education & Learning", imageSrc: "http://img.b2bpic.net/free-vector/book-logo-template_23-2149676788.jpg", imageAlt: "School category" }, { id: "music", name: "Music", price: "🎧", variant: "Creative Pursuits", imageSrc: "http://img.b2bpic.net/free-vector/technological-discount-background_23-2147599276.jpg", imageAlt: "Music category" @@ -163,6 +163,7 @@ export default function LandingPage() { ] } ]} + animationType="slide-up" textboxLayout="default" useInvertedBackground={false} />