Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8f24328165 | |||
| 92a0370d6e | |||
| bf49d96d1d |
@@ -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 } from 'lucide-react';
|
||||
import { BookOpen, Heart, Users, Star, Globe, Sparkles, CheckCircle, Baby, MessageCircle, Mail, Phone, MapPin } from 'lucide-react';
|
||||
|
||||
const navItems = [
|
||||
{ name: "Home", id: "/" },
|
||||
@@ -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="Ready to Start Your Child's Reading Adventure?"
|
||||
description="Have questions about our books or services? Reach out to us today and let's find the perfect stories for your child. Our team is here to help!"
|
||||
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: "Contact Form", href: "#contact-form" },
|
||||
{ text: "Browse Books", href: "books" },
|
||||
{ text: "Send Message", href: "#" },
|
||||
{ text: "Schedule Call", href: "#" },
|
||||
]}
|
||||
buttonAnimation="slide-up"
|
||||
background={{ variant: "sparkles-gradient" }}
|
||||
background={{ variant: "radial-gradient" }}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
@@ -210,17 +210,17 @@ export default function Home() {
|
||||
columns={[
|
||||
{
|
||||
title: "Product", items: [
|
||||
{ label: "Browse Books", href: "#books" },
|
||||
{ label: "Age Categories", href: "#categories" },
|
||||
{ label: "Best Sellers", href: "#books" },
|
||||
{ label: "Featured Collection", href: "#books" },
|
||||
{ label: "Browse Books", href: "books" },
|
||||
{ label: "Age Categories", href: "categories" },
|
||||
{ label: "Best Sellers", href: "books" },
|
||||
{ label: "New Arrivals", href: "books" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Company", items: [
|
||||
{ label: "About Us", href: "#about" },
|
||||
{ label: "Our Mission", href: "#about" },
|
||||
{ label: "Contact Us", href: "#contact" },
|
||||
{ label: "About Us", href: "about" },
|
||||
{ label: "Our Mission", href: "about" },
|
||||
{ label: "Contact", href: "contact" },
|
||||
{ label: "Blog", href: "#" },
|
||||
],
|
||||
},
|
||||
@@ -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