From 8fe0b4d9d9d756347137abe74c32667288531ec5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:33:14 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 430 +++++++++++++++++++---------------------- 1 file changed, 199 insertions(+), 231 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 23762a7..cf1af94 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,218 +2,18 @@ import Link from "next/link"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; -import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline"; -import TestimonialAboutCard from "@/components/sections/about/TestimonialAboutCard"; -import FeatureCardTwentyFive from "@/components/sections/feature/FeatureCardTwentyFive"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis"; -import { - BookOpen, - BookMarked, - Zap, - Building2, - Users, - TrendingUp, - Award, - Heart, -} from "lucide-react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import FeatureCardTwentyFive from '@/components/sections/feature/FeatureCardTwentyFive'; +import TestimonialCardTwo from '@/components/sections/testimonial/TestimonialCardTwo'; +import FaqDouble from '@/components/sections/faq/FaqDouble'; +import ContactCTA from '@/components/sections/contact/ContactCTA'; +import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; +import { Trophy, Users, TrendingUp, Award, BookOpen, Heart, BookMarked, Zap, Building2, Mail, HelpCircle, Star } from "lucide-react"; export default function AboutPage() { - const navItems = [ - { name: "Home", id: "/" }, - { name: "About", id: "/about" }, - { name: "Academics", id: "academics" }, - { name: "Admissions", id: "admissions" }, - ]; - - const academicFeatures = [ - { - title: "State Curriculum", - description: "Following national standards with enhanced content delivery", - icon: BookMarked, - mediaItems: [ - { - imageSrc: - "http://img.b2bpic.net/free-photo/different-books-arrangement-still-life_23-2149891303.jpg?_wi=2", - imageAlt: "Curriculum materials", - }, - { - imageSrc: - "http://img.b2bpic.net/free-vector/online-library-concept_1284-7424.jpg?_wi=2", - imageAlt: "Digital learning", - }, - ], - }, - { - title: "Extracurricular Activities", - description: "Sports, arts, clubs, and leadership development opportunities", - icon: Zap, - mediaItems: [ - { - imageSrc: - "http://img.b2bpic.net/free-photo/close-up-woman-preparing-run_23-2148381939.jpg?_wi=2", - imageAlt: "Sports activities", - }, - { - imageSrc: - "http://img.b2bpic.net/free-photo/children-doing-chemical-experiment-teacher-watching_259150-60307.jpg?_wi=2", - imageAlt: "Creative activities", - }, - ], - }, - { - title: "Modern Infrastructure", - description: "State-of-the-art facilities including labs, library, and sports complex", - icon: Building2, - mediaItems: [ - { - imageSrc: - "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164718.jpg?_wi=2", - imageAlt: "School cafeteria", - }, - { - imageSrc: - "http://img.b2bpic.net/free-photo/beautiful-girl-picking-literature_23-2147678841.jpg?_wi=2", - imageAlt: "School library", - }, - ], - }, - ]; - - const metrics = [ - { - id: "1", - value: "2500", - title: "Students", - description: "From kindergarten through grade 11", - icon: Users, - }, - { - id: "2", - value: "95", - title: "percent", - description: "University admission rate for graduates", - icon: TrendingUp, - }, - { - id: "3", - value: "25", - title: "years", - description: "Of educational excellence and tradition", - icon: Award, - }, - { - id: "4", - value: "120", - title: "faculty", - description: "Highly qualified and dedicated educators", - icon: BookOpen, - }, - ]; - - const footerColumns = [ - { - items: [ - { - label: "About", - href: "/about", - }, - { - label: "Academics", - href: "academics", - }, - { - label: "Faculty", - href: "#faculty", - }, - { - label: "Infrastructure", - href: "#infrastructure", - }, - ], - }, - { - items: [ - { - label: "Admissions", - href: "admissions", - }, - { - label: "Tuition", - href: "#tuition", - }, - { - label: "Application", - href: "#apply", - }, - { - label: "Contact", - href: "#contact", - }, - ], - }, - { - items: [ - { - label: "Student Portal", - href: "#", - }, - { - label: "Parent Portal", - href: "#", - }, - { - label: "Email Directory", - href: "#", - }, - { - label: "Staff Login", - href: "#", - }, - ], - }, - { - items: [ - { - label: "Privacy Policy", - href: "#", - }, - { - label: "Terms of Use", - href: "#", - }, - { - label: "License & Certificates", - href: "#", - }, - { - label: "Sitemap", - href: "#", - }, - ], - }, - { - items: [ - { - label: "Phone: +998 (75) 223-45-67", - href: "tel:+998752234567", - }, - { - label: "Email: info@karshi-school.uz", - href: "mailto:info@karshi-school.uz", - }, - { - label: "Address: Karshi, Kashkadarya Region", - href: "#", - }, - { - label: "Follow us on social media", - href: "#", - }, - ], - }, - ]; - return ( +
+ +
+ +
+ +
+
@@ -264,29 +100,161 @@ export default function AboutPage() { description="Comprehensive curriculum combining state standards with innovative supplementary programs" tag="Education" tagIcon={BookOpen} - features={academicFeatures} + features={[ + { + title: "State Curriculum", description: "Following national standards with enhanced content delivery", icon: BookMarked, + mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/different-books-arrangement-still-life_23-2149891303.jpg", imageAlt: "curriculum materials books learning" }, + { imageSrc: "http://img.b2bpic.net/free-vector/online-library-concept_1284-7424.jpg", imageAlt: "online learning digital education" } + ] + }, + { + title: "Extracurricular Activities", description: "Sports, arts, clubs, and leadership development opportunities", icon: Zap, + mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-preparing-run_23-2148381939.jpg", imageAlt: "sports activities school gymnasium" }, + { imageSrc: "http://img.b2bpic.net/free-photo/children-doing-chemical-experiment-teacher-watching_259150-60307.jpg", imageAlt: "school clubs activities arts" } + ] + }, + { + title: "Modern Infrastructure", description: "State-of-the-art facilities including labs, library, and sports complex", icon: Building2, + mediaItems: [ + { imageSrc: "http://img.b2bpic.net/free-photo/coffee-shop-with-blurred-effect_23-2148164718.jpg", imageAlt: "school cafeteria dining area" }, + { imageSrc: "http://img.b2bpic.net/free-photo/beautiful-girl-picking-literature_23-2147678841.jpg", imageAlt: "school library reading area" } + ] + } + ]} animationType="slide-up" textboxLayout="default" useInvertedBackground={false} />
-
- + +
+ +
+ +
+ +
+
); -- 2.49.1 From 9b1777d4e5397b5891950bb64502eecdf8aff6f4 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 13:33:14 +0000 Subject: [PATCH 2/2] Update src/app/contact/page.tsx --- src/app/contact/page.tsx | 30 ++++++++++++++++++++---------- 1 file changed, 20 insertions(+), 10 deletions(-) diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 8802af4..deca27a 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -32,7 +32,8 @@ export default function ContactPage() { { name: "Admissions", id: "/admissions" }, ]} button={{ - text: "Apply Now", href: "/admissions"}} + text: "Apply Now", href: "/admissions" + }} animateOnLoad={true} /> @@ -45,12 +46,15 @@ export default function ContactPage() { description="Have questions about admissions, academics, or school life? Our dedicated team is here to help. Reach out to us through any of the channels below or fill out the contact form to get started." buttons={[ { - text: "Send Message", href: "mailto:info@karshi-school.uz"}, + text: "Send Message", href: "mailto:info@karshi-school.uz" + }, { - text: "Call Us", href: "tel:+998752234567"}, + text: "Call Us", href: "tel:+998752234567" + }, ]} background={{ - variant: "plain"}} + variant: "plain" + }} useInvertedBackground={false} /> @@ -63,17 +67,23 @@ export default function ContactPage() { tagIcon={HelpCircle} faqs={[ { - id: "1", title: "How do I submit an application?", content: "You can submit your application online through our portal or in person at our admissions office. Visit our Admissions page for detailed instructions and required documents."}, + id: "1", title: "How do I submit an application?", content: "You can submit your application online through our portal or in person at our admissions office. Visit our Admissions page for detailed instructions and required documents." + }, { - id: "2", title: "What is the response time for inquiries?", content: "We typically respond to all inquiries within 24-48 business hours. You can also visit our campus in person during office hours for immediate assistance."}, + id: "2", title: "What is the response time for inquiries?", content: "We typically respond to all inquiries within 24-48 business hours. You can also visit our campus in person during office hours for immediate assistance." + }, { - id: "3", title: "Can I schedule a campus tour?", content: "Absolutely! Campus tours are available by appointment. Please contact our admissions office or fill out a tour request form to schedule your visit."}, + id: "3", title: "Can I schedule a campus tour?", content: "Absolutely! Campus tours are available by appointment. Please contact our admissions office or fill out a tour request form to schedule your visit." + }, { - id: "4", title: "What are your office hours?", content: "Our admissions office is open Monday-Friday, 8:00 AM - 5:00 PM. We are closed on weekends and public holidays. For urgent matters, please call our emergency line."}, + id: "4", title: "What are your office hours?", content: "Our admissions office is open Monday-Friday, 8:00 AM - 5:00 PM. We are closed on weekends and public holidays. For urgent matters, please call our emergency line." + }, { - id: "5", title: "Do you offer financial aid or scholarships?", content: "Yes, we offer merit-based scholarships and financial assistance programs. Contact our admissions team to learn more about eligibility and application procedures."}, + id: "5", title: "Do you offer financial aid or scholarships?", content: "Yes, we offer merit-based scholarships and financial assistance programs. Contact our admissions team to learn more about eligibility and application procedures." + }, { - id: "6", title: "How can I speak with someone directly?", content: "You can call us at +998 (75) 223-45-67 or email info@karshi-school.uz. Our staff is happy to answer any questions you may have."}, + id: "6", title: "How can I speak with someone directly?", content: "You can call us at +998 (75) 223-45-67 or email info@karshi-school.uz. Our staff is happy to answer any questions you may have." + }, ]} faqsAnimation="slide-up" textboxLayout="default" -- 2.49.1