diff --git a/src/app/page.tsx b/src/app/page.tsx index 68a71c9..a603d40 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,25 +32,15 @@ export default function LandingPage() { @@ -60,103 +50,58 @@ export default function LandingPage() { @@ -169,22 +114,17 @@ export default function LandingPage() { features={[ { icon: BookOpen, - title: "Children's Books", - description: "Beautifully illustrated tales that bridge heritage and modern life.", - }, + title: "Children's Books", description: "Beautifully illustrated tales that bridge heritage and modern life. Rounded, premium storytelling for every reader."}, { icon: Users, - title: "Cultural Workshops", - description: "Immersive storytelling experiences for communities and schools.", - }, + title: "Cultural Workshops", description: "Immersive storytelling experiences for communities and schools. Designed for impactful shared learning."}, { icon: GraduationCap, - title: "Educational Programs", - description: "Structured curriculum supporting cultural learning and literacy.", - }, + title: "Educational Programs", description: "Structured curriculum supporting cultural learning and literacy. Engaging and tailored for growth."}, ]} title="Our Programs & Offerings" description="Engage, educate, and inspire through our curated storytelling solutions." + cardClassName="rounded-3xl overflow-hidden shadow-lg" /> @@ -194,9 +134,7 @@ export default function LandingPage() { title="Built From Story, Culture & Community" buttons={[ { - text: "Learn Our Story", - href: "#", - }, + text: "Learn Our Story", href: "#"}, ]} /> @@ -207,45 +145,15 @@ export default function LandingPage() { useInvertedBackground={true} testimonials={[ { - id: "1", - title: "Great Experience", - quote: "The stories are so vivid and warm.", - name: "Sarah O.", - role: "Parent", - imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DSwwkDmPv97P3RU1FoainfuHjY/uploaded-1778294517732-gje7648u.jpg", - }, + id: "1", title: "Great Experience", quote: "The stories are so vivid and warm.", name: "Sarah O.", role: "Parent", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DSwwkDmPv97P3RU1FoainfuHjY/uploaded-1778294517732-gje7648u.jpg"}, { - id: "2", - title: "Inspiring", - quote: "Changed how we learn at home.", - name: "David M.", - role: "Educator", - imageSrc: "http://img.b2bpic.net/free-photo/useful-information-smiling-young-red-haired-woman-showing-tablet-school-children-sitting-floor-with-books-notebooks-library_259150-58154.jpg", - }, + id: "2", title: "Inspiring", quote: "Changed how we learn at home.", name: "David M.", role: "Educator", imageSrc: "http://img.b2bpic.net/free-photo/useful-information-smiling-young-red-haired-woman-showing-tablet-school-children-sitting-floor-with-books-notebooks-library_259150-58154.jpg"}, { - id: "3", - title: "Cultural Treasure", - quote: "Finally, the stories we needed.", - name: "Elise T.", - role: "Parent", - imageSrc: "http://img.b2bpic.net/free-photo/romantic-letter-from-secret-sender_329181-7560.jpg", - }, + id: "3", title: "Cultural Treasure", quote: "Finally, the stories we needed.", name: "Elise T.", role: "Parent", imageSrc: "http://img.b2bpic.net/free-photo/romantic-letter-from-secret-sender_329181-7560.jpg"}, { - id: "4", - title: "Engaging", - quote: "Students love the characters.", - name: "Marcus L.", - role: "Teacher", - imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-reading-book-home-girl-is-preparing-lessons-school_169016-64649.jpg", - }, + id: "4", title: "Engaging", quote: "Students love the characters.", name: "Marcus L.", role: "Teacher", imageSrc: "http://img.b2bpic.net/free-photo/happy-girl-reading-book-home-girl-is-preparing-lessons-school_169016-64649.jpg"}, { - id: "5", - title: "Highly Recommended", - quote: "A must-have for every library.", - name: "Julia P.", - role: "Librarian", - imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-happy-young-students_171337-13349.jpg", - }, + id: "5", title: "Highly Recommended", quote: "A must-have for every library.", name: "Julia P.", role: "Librarian", imageSrc: "http://img.b2bpic.net/free-photo/multiethnic-group-happy-young-students_171337-13349.jpg"}, ]} title="Hear From Our Community" description="Parents and educators share the magic of our stories." @@ -257,14 +165,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={false} names={[ - "Lagos Primary School", - "Accra Literary Hub", - "Nairobi Learning Center", - "Johannesburg Public Library", - "Global African Studies", - "Ubuntu Education Fund", - "Pan-African Literacy", - ]} + "Lagos Primary School", "Accra Literary Hub", "Nairobi Learning Center", "Johannesburg Public Library", "Global African Studies", "Ubuntu Education Fund", "Pan-African Literacy"]} title="Trusted By Educators & Institutions" description="Collaborating with leading schools and communities." /> @@ -276,20 +177,11 @@ export default function LandingPage() { useInvertedBackground={true} faqs={[ { - id: "q1", - title: "How can I book a workshop?", - content: "You can fill out the contact form below and our team will get in touch!", - }, + id: "q1", title: "How can I book a workshop?", content: "You can fill out the contact form below and our team will get in touch!"}, { - id: "q2", - title: "Do you ship internationally?", - content: "Yes, we ship our books to various locations around the globe.", - }, + id: "q2", title: "Do you ship internationally?", content: "Yes, we ship our books to various locations around the globe."}, { - id: "q3", - title: "Are these stories suitable for all ages?", - content: "Our stories are primarily for ages 4-12, but loved by many.", - }, + id: "q3", title: "Are these stories suitable for all ages?", content: "Our stories are primarily for ages 4-12, but loved by many."}, ]} title="Common Questions" description="Everything you need to know about CHAKS Publishing." @@ -301,8 +193,7 @@ export default function LandingPage() { ); -} +} \ No newline at end of file