From bf49d96d1de58cc610774fe0a9f243be6dd037e4 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 23:35:25 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index dca897d..2b5ec3c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file -- 2.49.1