Compare commits
13 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 85cbfc4b48 | |||
| 8f24328165 | |||
| a76cff0691 | |||
| 92a0370d6e | |||
| 2e099f1ea3 | |||
| 625c156e71 | |||
| bf49d96d1d | |||
| 0839495b0f | |||
| 7df01e6d2c | |||
| dc3bb69ac8 | |||
| 45ec9f11b9 | |||
| 957b9843ef | |||
| eb6f995e21 |
@@ -10,7 +10,7 @@ import TestimonialCardFifteen from '@/components/sections/testimonial/Testimonia
|
|||||||
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
import ContactCTA from '@/components/sections/contact/ContactCTA';
|
||||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
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, MessageCircle, Mail, Phone, MapPin } from 'lucide-react';
|
||||||
|
|
||||||
const navItems = [
|
const navItems = [
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
@@ -189,17 +189,17 @@ export default function Home() {
|
|||||||
|
|
||||||
<div id="contact" data-section="contact">
|
<div id="contact" data-section="contact">
|
||||||
<ContactCTA
|
<ContactCTA
|
||||||
tag="Ready to Begin?"
|
tag="Get in Touch"
|
||||||
tagIcon={Sparkles}
|
tagIcon={MessageCircle}
|
||||||
tagAnimation="slide-up"
|
tagAnimation="slide-up"
|
||||||
title="Start Your Child's Reading Adventure Today"
|
title="Connect With Time Books"
|
||||||
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="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={[
|
buttons={[
|
||||||
{ text: "Explore Our Library", href: "books" },
|
{ text: "Send Message", href: "#" },
|
||||||
{ text: "Contact Us", href: "#" },
|
{ text: "Schedule Call", href: "#" },
|
||||||
]}
|
]}
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
background={{ variant: "sparkles-gradient" }}
|
background={{ variant: "radial-gradient" }}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -232,6 +232,14 @@ export default function Home() {
|
|||||||
{ label: "Help Center", href: "#" },
|
{ 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: [
|
title: "Legal", items: [
|
||||||
{ label: "Privacy Policy", href: "#" },
|
{ label: "Privacy Policy", href: "#" },
|
||||||
@@ -245,4 +253,4 @@ export default function Home() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user