Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-03-08 13:31:49 +00:00

View File

@@ -2,56 +2,13 @@
import Link from "next/link";
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import NavbarLayoutFloatingInline from "@/components/navbar/NavbarLayoutFloatingInline";
import ContactCTA from "@/components/sections/contact/ContactCTA";
import FaqDouble from "@/components/sections/faq/FaqDouble";
import FooterLogoEmphasis from "@/components/sections/footer/FooterLogoEmphasis";
import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline';
import ContactCTA from '@/components/sections/contact/ContactCTA';
import FaqDouble from '@/components/sections/faq/FaqDouble';
import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis';
import { Mail, HelpCircle } from "lucide-react";
export default function ContactPage() {
const footerColumns = [
{
items: [
{ label: "About", href: "/about" },
{ label: "Academics", href: "/academics" },
{ label: "Faculty", href: "/about#faculty" },
{ label: "Infrastructure", href: "/about#infrastructure" },
],
},
{
items: [
{ label: "Admissions", href: "/admissions" },
{ label: "Tuition", href: "/admissions#tuition" },
{ label: "Application", href: "/admissions#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 (
<ThemeProvider
defaultButtonVariant="icon-arrow"
@@ -75,9 +32,7 @@ export default function ContactPage() {
{ name: "Admissions", id: "/admissions" },
]}
button={{
text: "Apply Now",
href: "/admissions",
}}
text: "Apply Now", href: "/admissions"}}
animateOnLoad={true}
/>
</div>
@@ -90,17 +45,12 @@ 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}
/>
</div>
@@ -113,35 +63,17 @@ 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"
@@ -153,7 +85,48 @@ export default function ContactPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoText="Karshi School"
columns={footerColumns}
columns={[
{
items: [
{ label: "About", href: "/about" },
{ label: "Academics", href: "/academics" },
{ label: "Faculty", href: "/about#faculty" },
{ label: "Infrastructure", href: "/about#infrastructure" },
],
},
{
items: [
{ label: "Admissions", href: "/admissions" },
{ label: "Tuition", href: "/admissions#tuition" },
{ label: "Application", href: "/admissions#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: "#" },
],
},
]}
/>
</div>
</ThemeProvider>