Merge version_3 into main #9
@@ -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, Mail, Phone, MapPin } from 'lucide-react';
|
||||
import { BookOpen, Heart, Users, Star, Globe, Sparkles, CheckCircle, Baby, MessageCircle, 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! Every book feels like a treasure waiting to be discovered."
|
||||
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!"
|
||||
rating={5}
|
||||
author="Sarah Mitchell, Parent"
|
||||
avatars={[
|
||||
{
|
||||
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/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: "Michael Thompson 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/portrait-pretty-woman-smiling_23-2148729681.jpg", alt: "Emily Rodriguez 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/close-up-blond-man-with-black-scarf_1140-256.jpg", alt: "David Chen 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"
|
||||
},
|
||||
]}
|
||||
ratingAnimation="slide-up"
|
||||
@@ -190,16 +190,16 @@ export default function Home() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactCTA
|
||||
tag="Get in Touch"
|
||||
tagIcon={Mail}
|
||||
tagIcon={MessageCircle}
|
||||
tagAnimation="slide-up"
|
||||
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."
|
||||
title="Connect With Time Books"
|
||||
description="Have questions about our collection, need personalized recommendations, or want to partner with us? We'd love to hear from you. Reach out to our community team today."
|
||||
buttons={[
|
||||
{ text: "Send us an Email", href: "mailto:support@timebooks.com" },
|
||||
{ text: "Call Us Now", href: "tel:+15551234567" },
|
||||
{ text: "Send Message", href: "#" },
|
||||
{ text: "Schedule Call", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -232,6 +232,14 @@ export default function Home() {
|
||||
{ label: "Help Center", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Community", items: [
|
||||
{ label: "Join Our Community", href: "#" },
|
||||
{ label: "Parent Resources", href: "#" },
|
||||
{ label: "Teacher Programs", href: "#" },
|
||||
{ label: "Events & Webinars", href: "#" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Legal", items: [
|
||||
{ label: "Privacy Policy", href: "#" },
|
||||
|
||||
Reference in New Issue
Block a user