Update src/app/page.tsx

This commit is contained in:
2026-03-10 23:35:14 +00:00
parent dc3bb69ac8
commit 7df01e6d2c

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>
);
}
}