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