Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-03-10 11:10:43 +00:00

View File

@@ -96,13 +96,16 @@ export default function Home() {
products={[
{
id: "1", brand: "Time Books", name: "The Enchanted Garden", price: "$12.99", rating: 5,
reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-psd/dia-de-la-afrocolombianidad-celebration-template_23-2151404505.jpg", imageAlt: "colorful children storybook cover illustration"},
reviewCount: "234", imageSrc: "http://img.b2bpic.net/free-psd/dia-de-la-afrocolombianidad-celebration-template_23-2151404505.jpg", imageAlt: "colorful children storybook cover illustration"
},
{
id: "2", brand: "Time Books", name: "Adventure in the Sky", price: "$14.99", rating: 5,
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/front-view-mother-reading-kids_23-2150595603.jpg", imageAlt: "educational learning book children fun"},
reviewCount: "189", imageSrc: "http://img.b2bpic.net/free-photo/front-view-mother-reading-kids_23-2150595603.jpg", imageAlt: "educational learning book children fun"
},
{
id: "3", brand: "Time Books", name: "Mystery of the Lost Island", price: "$13.99", rating: 5,
reviewCount: "267", imageSrc: "http://img.b2bpic.net/free-photo/close-up-little-girl-having-fun-home_23-2149117566.jpg", imageAlt: "adventure fantasy book illustration kids"},
reviewCount: "267", imageSrc: "http://img.b2bpic.net/free-photo/close-up-little-girl-having-fun-home_23-2149117566.jpg", imageAlt: "adventure fantasy book illustration kids"
},
]}
buttons={[{ text: "View All Books", href: "#books" }]}
buttonAnimation="slide-up"
@@ -120,11 +123,13 @@ export default function Home() {
useInvertedBackground={true}
negativeCard={{
items: [
"Limited book selection at local libraries", "Outdated or damaged books", "Difficult to find age-appropriate titles", "Long wait times for popular books"],
"Limited book selection at local libraries", "Outdated or damaged books", "Difficult to find age-appropriate titles", "Long wait times for popular books"
],
}}
positiveCard={{
items: [
"Curated collection of 2,500+ titles", "Well-maintained, fresh books", "Expert recommendations for every age", "Quick and easy book access", "Engaging reading community"],
"Curated collection of 2,500+ titles", "Well-maintained, fresh books", "Expert recommendations for every age", "Quick and easy book access", "Engaging reading community"
],
}}
animationType="slide-up"
buttons={[{ text: "Get Started Today", href: "#contact" }]}
@@ -145,11 +150,14 @@ export default function Home() {
gridVariant="three-columns-all-equal-width"
members={[
{
id: "1", name: "Toddlers & Preschool", role: "Ages 0-4: Board Books & Picture Books", imageSrc: "http://img.b2bpic.net/free-photo/mother-reading-together-with-daughter_23-2148104226.jpg", imageAlt: "toddler holding colorful picture book"},
id: "1", name: "Toddlers & Preschool", role: "Ages 0-4: Board Books & Picture Books", imageSrc: "http://img.b2bpic.net/free-photo/mother-reading-together-with-daughter_23-2148104226.jpg", imageAlt: "toddler holding colorful picture book"
},
{
id: "2", name: "Early Readers", role: "Ages 5-7: Beginning Chapter Books", imageSrc: "http://img.b2bpic.net/free-photo/boy-girl-reading-home_23-2148630651.jpg", imageAlt: "early reader elementary school children"},
id: "2", name: "Early Readers", role: "Ages 5-7: Beginning Chapter Books", imageSrc: "http://img.b2bpic.net/free-photo/boy-girl-reading-home_23-2148630651.jpg", imageAlt: "early reader elementary school children"
},
{
id: "3", name: "Middle Grade", role: "Ages 8-12: Adventure & Fantasy", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-boy-library_23-2148469975.jpg", imageAlt: "middle grade reader adventure story"},
id: "3", name: "Middle Grade", role: "Ages 8-12: Adventure & Fantasy", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-boy-library_23-2148469975.jpg", imageAlt: "middle grade reader adventure story"
},
]}
/>
</div>
@@ -161,13 +169,17 @@ export default function Home() {
author="Sarah Mitchell, Parent"
avatars={[
{
src: "http://img.b2bpic.net/free-photo/long-haired-woman-with-copyspace_1398-1356.jpg", alt: "happy parent smiling portrait headshot"},
src: "http://img.b2bpic.net/free-photo/long-haired-woman-with-copyspace_1398-1356.jpg", alt: "happy parent smiling portrait headshot"
},
{
src: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4694.jpg", alt: "father smiling portrait professional headshot"},
src: "http://img.b2bpic.net/free-photo/handsome-young-male-walking-street_158595-4694.jpg", alt: "father smiling portrait professional headshot"
},
{
src: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-smiling_23-2148729681.jpg", alt: "parent smiling happy portrait headshot"},
src: "http://img.b2bpic.net/free-photo/portrait-pretty-woman-smiling_23-2148729681.jpg", alt: "parent smiling happy portrait headshot"
},
{
src: "http://img.b2bpic.net/free-photo/close-up-blond-man-with-black-scarf_1140-256.jpg", alt: "person smiling portrait professional headshot"},
src: "http://img.b2bpic.net/free-photo/close-up-blond-man-with-black-scarf_1140-256.jpg", alt: "person smiling portrait professional headshot"
},
]}
ratingAnimation="slide-up"
avatarsAnimation="slide-up"