Merge version_3 into main

Merge version_3 into main
This commit was merged in pull request #8.
This commit is contained in:
2026-03-10 23:40:40 +00:00

View File

@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import { BookOpen, Heart, Users, Star, Globe, Sparkles, CheckCircle, Baby } from 'lucide-react';
import { BookOpen, Heart, Users, Star, Globe, Sparkles, CheckCircle, Baby, Mail, Phone, MapPin } from 'lucide-react';
const navItems = [
{ name: "Home", id: "/" },
@@ -164,21 +164,21 @@ export default function Home() {
<div id="testimonials" data-section="testimonials">
<TestimonialCardFifteen
testimonial="Time Books has transformed how my children approach reading. The curated selection and expert recommendations have helped them discover authors and genres they absolutely love!"
testimonial="Time Books has transformed how my children approach reading. The curated selection and expert recommendations have helped them discover authors and genres they absolutely love! Every book feels like a treasure waiting to be discovered."
rating={5}
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: "Sarah Mitchell parent testimonial"
},
{
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: "Michael Thompson parent testimonial"
},
{
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: "Emily Rodriguez parent testimonial"
},
{
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: "David Chen parent testimonial"
},
]}
ratingAnimation="slide-up"
@@ -189,14 +189,14 @@ export default function Home() {
<div id="contact" data-section="contact">
<ContactCTA
tag="Ready to Begin?"
tagIcon={Sparkles}
tag="Get in Touch"
tagIcon={Mail}
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. 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."
title="Have Questions? We'd Love to Hear From You"
description="Contact our team for book recommendations, inquiries about our collection, or any support you may need. Reach us via email at support@timebooks.com, call (555) 123-4567, or visit our office at 123 Reading Lane, Literature City, LC 12345."
buttons={[
{ text: "Explore Our Library", href: "books" },
{ text: "Contact Us", href: "mailto:support@timebooks.com" },
{ text: "Send us an Email", href: "mailto:support@timebooks.com" },
{ text: "Call Us Now", href: "tel:+15551234567" },
]}
buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}