Merge version_2 into main #5

Merged
bender merged 1 commits from 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 } from 'lucide-react';
import { BookOpen, Heart, Users, Star, Globe, Sparkles, CheckCircle, Baby, Mail, MapPin, Phone } from 'lucide-react';
const navItems = [
{ name: "Home", id: "/" },
@@ -196,7 +196,7 @@ export default function Home() {
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."
buttons={[
{ text: "Explore Our Library", href: "books" },
{ text: "Contact Us", href: "#" },
{ text: "Contact Us", href: "#contact-info" },
]}
buttonAnimation="slide-up"
background={{ variant: "sparkles-gradient" }}
@@ -245,4 +245,4 @@ export default function Home() {
</div>
</ThemeProvider>
);
}
}