diff --git a/src/app/page.tsx b/src/app/page.tsx index dca897d..da97539 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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() { ); -} +} \ No newline at end of file