Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-17 09:05:17 +00:00

View File

@@ -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}
/>