Merge version_3 into main #6

Merged
bender merged 1 commits from version_3 into main 2026-03-10 23:37:42 +00:00

View File

@@ -193,10 +193,10 @@ export default function Home() {
tagIcon={Sparkles}
tagAnimation="slide-up"
title="Start Your Child's Reading Adventure Today"
description="Join thousands of families who have discovered the magic of Time Books. Browse our collection, find your child's next favorite book, and unlock the joy of reading."
description="Join thousands of families who have discovered the magic of Time Books. Browse our collection, find your child's next favorite book, and unlock the joy of reading. Have questions? Our dedicated support team is here to help you find the perfect books for your child's reading level and interests. Contact us anytime—we're happy to provide personalized recommendations and answer any questions about our services."
buttons={[
{ text: "Explore Our Library", href: "books" },
{ text: "Contact Us", href: "#" },
{ text: "Contact Us", href: "mailto:support@timebooks.com" },
]}
buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
@@ -245,4 +245,4 @@ export default function Home() {
</div>
</ThemeProvider>
);
}
}