diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 9084e6f..bcd6b56 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -44,14 +44,12 @@ export default function AboutPage() { navItems={[ { name: "Home", id: "/" }, { name: "About", id: "/about" }, - { name: "Courses", id: "courses" }, + { name: "Courses", id: "/courses" }, { name: "Why Us", id: "features" }, { name: "Contact", id: "contact" }, ]} button={{ - text: "Enroll Now", - href: "contact", - }} + text: "Enroll Now", href: "contact"}} /> @@ -81,40 +79,28 @@ export default function AboutPage() { features={[ { icon: Users, - title: "Experienced Instructors", - description: - "Qualified and passionate teachers with years of international teaching experience and proven results.", - }, + title: "Experienced Instructors", description: + "Qualified and passionate teachers with years of international teaching experience and proven results."}, { icon: Target, - title: "Practical Speaking Focus", - description: - "We emphasize real-world communication skills. Learn to speak confidently and naturally from day one.", - }, + title: "Practical Speaking Focus", description: + "We emphasize real-world communication skills. Learn to speak confidently and naturally from day one."}, { icon: Smile, - title: "Friendly Learning Environment", - description: - "A welcoming community where students support each other. Learning is enjoyable and stress-free.", - }, + title: "Friendly Learning Environment", description: + "A welcoming community where students support each other. Learning is enjoyable and stress-free."}, { icon: DollarSign, - title: "Affordable Courses", - description: - "Quality education at competitive rates. We offer flexible payment options and course packages.", - }, + title: "Affordable Courses", description: + "Quality education at competitive rates. We offer flexible payment options and course packages."}, { icon: BookMarked, - title: "Comprehensive Curriculum", - description: - "Structured courses from beginner to advanced levels, aligned with international language standards.", - }, + title: "Comprehensive Curriculum", description: + "Structured courses from beginner to advanced levels, aligned with international language standards."}, { icon: Trophy, - title: "Proven Track Record", - description: - "Hundreds of successful students who have achieved their language learning goals and beyond.", - }, + title: "Proven Track Record", description: + "Hundreds of successful students who have achieved their language learning goals and beyond."}, ]} textboxLayout="default" animationType="slide-up" @@ -129,7 +115,7 @@ export default function AboutPage() { tagIcon={Mail} title="Start Your Language Learning Journey Today" description="Join Nagasaki Language School and unlock a world of opportunities through language mastery. Contact us now to enroll or learn more about our courses." - background={{ variant: "circleGradient" }} + background={{ variant: "plain" }} useInvertedBackground={false} inputPlaceholder="Enter your email" buttonText="Get Started" @@ -145,19 +131,13 @@ export default function AboutPage() { socialLinks={[ { icon: Facebook, - href: "https://facebook.com", - ariaLabel: "Facebook", - }, + href: "https://facebook.com", ariaLabel: "Facebook"}, { icon: Instagram, - href: "https://instagram.com", - ariaLabel: "Instagram", - }, + href: "https://instagram.com", ariaLabel: "Instagram"}, { icon: MessageCircle, - href: "https://wa.me/923000000000", - ariaLabel: "WhatsApp", - }, + href: "https://wa.me/923000000000", ariaLabel: "WhatsApp"}, ]} /> diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index cb8e0ba..be60c6e 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -26,9 +26,9 @@ export default function ContactPage() {