8 Commits

Author SHA1 Message Date
85cbfc4b48 Merge version_3 into main
Merge version_3 into main
2026-03-10 23:53:59 +00:00
8f24328165 Update src/app/page.tsx 2026-03-10 23:53:48 +00:00
a76cff0691 Merge version_3 into main
Merge version_3 into main
2026-03-10 23:40:40 +00:00
92a0370d6e Update src/app/page.tsx 2026-03-10 23:40:36 +00:00
2e099f1ea3 Merge version_3 into main
Merge version_3 into main
2026-03-10 23:37:42 +00:00
625c156e71 Switch to version 1: modified src/app/page.tsx 2026-03-10 23:37:27 +00:00
bf49d96d1d Update src/app/page.tsx 2026-03-10 23:35:25 +00:00
0839495b0f Merge version_2 into main
Merge version_2 into main
2026-03-10 23:35:18 +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, 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: "#" },