diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx
index 59bdc4a..7a0f423 100644
--- a/src/app/about/page.tsx
+++ b/src/app/about/page.tsx
@@ -20,8 +20,7 @@ export default function AboutPage() {
const footerColumns = [
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Programs", href: "/programs" },
@@ -30,8 +29,7 @@ export default function AboutPage() {
],
},
{
- title: "Information",
- items: [
+ title: "Information", items: [
{ label: "About the School", href: "/about" },
{ label: "Academic Programs", href: "/programs" },
{ label: "Campus Facilities", href: "/programs" },
@@ -40,8 +38,7 @@ export default function AboutPage() {
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "Phone: +92 300 4681647", href: "tel:+923004681647" },
{ label: "Email: info@syedanwala.edu.pk", href: "mailto:info@syedanwala.edu.pk" },
{ label: "Address: Syedanwala, Rakh Dhala, Kasur", href: "#" },
@@ -52,66 +49,26 @@ export default function AboutPage() {
const metrics = [
{
- id: "1",
- value: "100",
- title: "%",
- description: "Tuition Free Education",
- icon: CheckCircle,
+ id: "1", value: "100", title: "%", description: "Tuition Free Education", icon: CheckCircle,
},
{
- id: "2",
- value: "95",
- title: "%",
- description: "Promotion Rate",
- icon: TrendingUp,
+ id: "2", value: "95", title: "%", description: "Promotion Rate", icon: TrendingUp,
},
{
- id: "3",
- value: "4.5",
- title: "Ratio",
- description: "Teacher to Student",
- icon: Users,
+ id: "3", value: "4.5", title: "Ratio", description: "Teacher to Student", icon: Users,
},
{
- id: "4",
- value: "50",
- title: "Plus",
- description: "LUMS Scholarships",
- icon: Award,
+ id: "4", value: "50", title: "Plus", description: "LUMS Scholarships", icon: Award,
},
];
const testimonials = [
{
- id: "1",
- name: "Fatima Ahmed, Class 12 Student",
- date: "Date: November 2024",
- title: "Education that Changed My Life",
- quote: "Syedanwala School gave me opportunities I never imagined. The free education, world-class teaching, and career guidance helped me achieve my dreams. I'm now preparing for university studies with confidence.",
- tag: "Student",
- avatarSrc: "http://img.b2bpic.net/free-photo/smiley-girl-holding-book-head_23-2148448058.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg?_wi=3",
- },
+ id: "1", name: "Fatima Ahmed, Class 12 Student", date: "Date: November 2024", title: "Education that Changed My Life", quote: "Syedanwala School gave me opportunities I never imagined. The free education, world-class teaching, and career guidance helped me achieve my dreams. I'm now preparing for university studies with confidence.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-girl-holding-book-head_23-2148448058.jpg", imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg"},
{
- id: "2",
- name: "Muhammad Hassan, Class 10 Student",
- date: "Date: October 2024",
- title: "Amazing Learning Environment",
- quote: "The science labs and learning resources here are world-class. Teachers are dedicated and approachable. Coming to Syedanwala School every day is a joy, not a burden.",
- tag: "Student",
- avatarSrc: "http://img.b2bpic.net/free-photo/kid-celebrating-kindergarten-graduation_23-2149371616.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg?_wi=4",
- },
+ id: "2", name: "Muhammad Hassan, Class 10 Student", date: "Date: October 2024", title: "Amazing Learning Environment", quote: "The science labs and learning resources here are world-class. Teachers are dedicated and approachable. Coming to Syedanwala School every day is a joy, not a burden.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/kid-celebrating-kindergarten-graduation_23-2149371616.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg"},
{
- id: "3",
- name: "Mrs. Ayesha Malik, Parent",
- date: "Date: September 2024",
- title: "Best Decision for Our Family",
- quote: "As a parent from a rural village, finding quality education for my children was impossible. Syedanwala School not only provides excellent academics but also values our children's welfare and future. The free support and scholarships have transformed our family.",
- tag: "Parent",
- avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-parents-working-remotely_23-2150171980.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg?_wi=3",
- },
+ id: "3", name: "Mrs. Ayesha Malik, Parent", date: "Date: September 2024", title: "Best Decision for Our Family", quote: "As a parent from a rural village, finding quality education for my children was impossible. Syedanwala School not only provides excellent academics but also values our children's welfare and future. The free support and scholarships have transformed our family.", tag: "Parent", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-parents-working-remotely_23-2150171980.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg"},
];
return (
@@ -151,10 +108,11 @@ export default function AboutPage() {
{ value: "19", title: "Villages Served" },
{ value: "2500+", title: "Students Enrolled" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg?_wi=4"
+ imageSrc="http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg"
imageAlt="School campus facilities"
useInvertedBackground={false}
mediaAnimation="slide-up"
+ metricsAnimation="slide-up"
/>
diff --git a/src/app/admissions/page.tsx b/src/app/admissions/page.tsx
index 01e7d1f..6966466 100644
--- a/src/app/admissions/page.tsx
+++ b/src/app/admissions/page.tsx
@@ -20,8 +20,7 @@ export default function AdmissionsPage() {
const footerColumns = [
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Programs", href: "/programs" },
@@ -30,8 +29,7 @@ export default function AdmissionsPage() {
],
},
{
- title: "Information",
- items: [
+ title: "Information", items: [
{ label: "About the School", href: "/about" },
{ label: "Academic Programs", href: "/programs" },
{ label: "Campus Facilities", href: "/programs" },
@@ -40,8 +38,7 @@ export default function AdmissionsPage() {
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "Phone: +92 300 4681647", href: "tel:+923004681647" },
{ label: "Email: info@syedanwala.edu.pk", href: "mailto:info@syedanwala.edu.pk" },
{ label: "Address: Syedanwala, Rakh Dhala, Kasur", href: "#" },
@@ -52,35 +49,17 @@ export default function AdmissionsPage() {
const faqItems = [
{
- id: "1",
- title: "What is the admission process?",
- content: "Admission is based on merit through a competitive entrance test, demonstration lesson, and interview. We look for motivated students who can benefit from our programs. Applications are accepted throughout the academic year.",
- },
+ id: "1", title: "What is the admission process?", content: "Admission is based on merit through a competitive entrance test, demonstration lesson, and interview. We look for motivated students who can benefit from our programs. Applications are accepted throughout the academic year."},
{
- id: "2",
- title: "Is education really free at Syedanwala School?",
- content: "Yes, Syedanwala School provides completely free education. All students receive free tuition, uniforms, textbooks, breakfast, and lunch. We believe education should be accessible to all students from rural communities.",
- },
+ id: "2", title: "Is education really free at Syedanwala School?", content: "Yes, Syedanwala School provides completely free education. All students receive free tuition, uniforms, textbooks, breakfast, and lunch. We believe education should be accessible to all students from rural communities."},
{
- id: "3",
- title: "Which curricula does the school follow?",
- content: "We follow the FBISE curriculum and offer O Levels/IGCSE and A Levels programs. We are also affiliated with Aga Khan University Examination Board (AKU-EB) for SSC and HSSC programs, providing access to modern, internationally recognized examination systems.",
- },
+ id: "3", title: "Which curricula does the school follow?", content: "We follow the FBISE curriculum and offer O Levels/IGCSE and A Levels programs. We are also affiliated with Aga Khan University Examination Board (AKU-EB) for SSC and HSSC programs, providing access to modern, internationally recognized examination systems."},
{
- id: "4",
- title: "What scholarships are available?",
- content: "Top students in Pre-Medical Intermediate programs receive full scholarships to study at Lahore University of Management Sciences (LUMS). Additionally, all students benefit from our comprehensive free support system including meals, uniforms, and educational tours.",
- },
+ id: "4", title: "What scholarships are available?", content: "Top students in Pre-Medical Intermediate programs receive full scholarships to study at Lahore University of Management Sciences (LUMS). Additionally, all students benefit from our comprehensive free support system including meals, uniforms, and educational tours."},
{
- id: "5",
- title: "What are the school facilities?",
- content: "Our campus includes modern science laboratories, well-equipped computer labs, an extensive library, sports grounds, activity halls, and dedicated learning spaces. We also provide access to educational tours and outdoor learning opportunities.",
- },
+ id: "5", title: "What are the school facilities?", content: "Our campus includes modern science laboratories, well-equipped computer labs, an extensive library, sports grounds, activity halls, and dedicated learning spaces. We also provide access to educational tours and outdoor learning opportunities."},
{
- id: "6",
- title: "How are teachers recruited and trained?",
- content: "Teachers undergo rigorous recruitment including written tests, demonstration lessons, and interviews. All instructors receive professional training at Ali Institute of Education in Lahore, ensuring world-class teaching standards.",
- },
+ id: "6", title: "How are teachers recruited and trained?", content: "Teachers undergo rigorous recruitment including written tests, demonstration lessons, and interviews. All instructors receive professional training at Ali Institute of Education in Lahore, ensuring world-class teaching standards."},
];
return (
@@ -120,17 +99,18 @@ export default function AdmissionsPage() {
{ value: "100%", title: "Support Coverage" },
{ value: "∞", title: "Opportunities" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/healthy-fruits-vegetables-front-defocussed-couple-preparing-food-kitchen_23-2148076164.jpg?_wi=3"
+ imageSrc="http://img.b2bpic.net/free-photo/healthy-fruits-vegetables-front-defocussed-couple-preparing-food-kitchen_23-2148076164.jpg"
imageAlt="Student support services"
useInvertedBackground={false}
mediaAnimation="slide-up"
+ metricsAnimation="slide-up"
/>
diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
index 4a2499c..c29842e 100644
--- a/src/app/contact/page.tsx
+++ b/src/app/contact/page.tsx
@@ -19,8 +19,7 @@ export default function ContactPage() {
const footerColumns = [
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Programs", href: "/programs" },
@@ -29,8 +28,7 @@ export default function ContactPage() {
],
},
{
- title: "Information",
- items: [
+ title: "Information", items: [
{ label: "About the School", href: "/about" },
{ label: "Academic Programs", href: "/programs" },
{ label: "Campus Facilities", href: "/programs" },
@@ -39,8 +37,7 @@ export default function ContactPage() {
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "Phone: +92 300 4681647", href: "tel:+923004681647" },
{ label: "Email: info@syedanwala.edu.pk", href: "mailto:info@syedanwala.edu.pk" },
{ label: "Address: Syedanwala, Rakh Dhala, Kasur", href: "#" },
@@ -51,35 +48,17 @@ export default function ContactPage() {
const faqItems = [
{
- id: "1",
- title: "What is the admission process?",
- content: "Admission is based on merit through a competitive entrance test, demonstration lesson, and interview. We look for motivated students who can benefit from our programs. Applications are accepted throughout the academic year.",
- },
+ id: "1", title: "What is the admission process?", content: "Admission is based on merit through a competitive entrance test, demonstration lesson, and interview. We look for motivated students who can benefit from our programs. Applications are accepted throughout the academic year."},
{
- id: "2",
- title: "Is education really free at Syedanwala School?",
- content: "Yes, Syedanwala School provides completely free education. All students receive free tuition, uniforms, textbooks, breakfast, and lunch. We believe education should be accessible to all students from rural communities.",
- },
+ id: "2", title: "Is education really free at Syedanwala School?", content: "Yes, Syedanwala School provides completely free education. All students receive free tuition, uniforms, textbooks, breakfast, and lunch. We believe education should be accessible to all students from rural communities."},
{
- id: "3",
- title: "Which curricula does the school follow?",
- content: "We follow the FBISE curriculum and offer O Levels/IGCSE and A Levels programs. We are also affiliated with Aga Khan University Examination Board (AKU-EB) for SSC and HSSC programs, providing access to modern, internationally recognized examination systems.",
- },
+ id: "3", title: "Which curricula does the school follow?", content: "We follow the FBISE curriculum and offer O Levels/IGCSE and A Levels programs. We are also affiliated with Aga Khan University Examination Board (AKU-EB) for SSC and HSSC programs, providing access to modern, internationally recognized examination systems."},
{
- id: "4",
- title: "What scholarships are available?",
- content: "Top students in Pre-Medical Intermediate programs receive full scholarships to study at Lahore University of Management Sciences (LUMS). Additionally, all students benefit from our comprehensive free support system including meals, uniforms, and educational tours.",
- },
+ id: "4", title: "What scholarships are available?", content: "Top students in Pre-Medical Intermediate programs receive full scholarships to study at Lahore University of Management Sciences (LUMS). Additionally, all students benefit from our comprehensive free support system including meals, uniforms, and educational tours."},
{
- id: "5",
- title: "What are the school facilities?",
- content: "Our campus includes modern science laboratories, well-equipped computer labs, an extensive library, sports grounds, activity halls, and dedicated learning spaces. We also provide access to educational tours and outdoor learning opportunities.",
- },
+ id: "5", title: "What are the school facilities?", content: "Our campus includes modern science laboratories, well-equipped computer labs, an extensive library, sports grounds, activity halls, and dedicated learning spaces. We also provide access to educational tours and outdoor learning opportunities."},
{
- id: "6",
- title: "How are teachers recruited and trained?",
- content: "Teachers undergo rigorous recruitment including written tests, demonstration lessons, and interviews. All instructors receive professional training at Ali Institute of Education in Lahore, ensuring world-class teaching standards.",
- },
+ id: "6", title: "How are teachers recruited and trained?", content: "Teachers undergo rigorous recruitment including written tests, demonstration lessons, and interviews. All instructors receive professional training at Ali Institute of Education in Lahore, ensuring world-class teaching standards."},
];
const handleNavClick = (id: string) => {
@@ -148,7 +127,7 @@ export default function ContactPage() {
diff --git a/src/app/page.tsx b/src/app/page.tsx
index 428d858..845b667 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -10,13 +10,12 @@ import FeatureCardNineteen from "@/components/sections/feature/FeatureCardNinete
import ProductCardTwo from "@/components/sections/product/ProductCardTwo";
import TestimonialCardFive from "@/components/sections/testimonial/TestimonialCardFive";
import FooterBase from "@/components/sections/footer/FooterBase";
-import { Sparkles, CheckCircle, TrendingUp, Users, Award } from "lucide-react";
+import { Sparkles, CheckCircle, TrendingUp, Users, Award, Heart, Mail } from "lucide-react";
export default function HomePage() {
const footerColumns = [
{
- title: "Quick Links",
- items: [
+ title: "Quick Links", items: [
{ label: "Home", href: "/" },
{ label: "About", href: "/about" },
{ label: "Programs", href: "/programs" },
@@ -25,8 +24,7 @@ export default function HomePage() {
],
},
{
- title: "Information",
- items: [
+ title: "Information", items: [
{ label: "About the School", href: "/about" },
{ label: "Academic Programs", href: "/programs" },
{ label: "Campus Facilities", href: "/programs" },
@@ -35,8 +33,7 @@ export default function HomePage() {
],
},
{
- title: "Contact",
- items: [
+ title: "Contact", items: [
{ label: "Phone: +92 300 4681647", href: "tel:+923004681647" },
{ label: "Email: info@syedanwala.edu.pk", href: "mailto:info@syedanwala.edu.pk" },
{ label: "Address: Syedanwala, Rakh Dhala, Kasur", href: "#" },
@@ -47,169 +44,59 @@ export default function HomePage() {
const metrics = [
{
- id: "1",
- value: "100",
- title: "%",
- description: "Tuition Free Education",
- icon: CheckCircle,
+ id: "1", value: "100", title: "%", description: "Tuition Free Education", icon: CheckCircle,
},
{
- id: "2",
- value: "95",
- title: "%",
- description: "Promotion Rate",
- icon: TrendingUp,
+ id: "2", value: "95", title: "%", description: "Promotion Rate", icon: TrendingUp,
},
{
- id: "3",
- value: "4.5",
- title: "Ratio",
- description: "Teacher to Student",
- icon: Users,
+ id: "3", value: "4.5", title: "Ratio", description: "Teacher to Student", icon: Users,
},
{
- id: "4",
- value: "50",
- title: "Plus",
- description: "LUMS Scholarships",
- icon: Award,
+ id: "4", value: "50", title: "Plus", description: "LUMS Scholarships", icon: Award,
},
];
const programs = [
{
id: 1,
- tag: "Grades 6-12",
- title: "Girls Higher Secondary",
- subtitle: "Complete secondary education",
- description: "Comprehensive curriculum from Grade 6 to 12 with strong emphasis on STEM education, leadership development, and critical thinking skills. Students develop research capabilities and excel in both academics and extracurricular activities.",
- imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg?_wi=1",
- imageAlt: "Girls classroom learning",
- },
+ tag: "Grades 6-12", title: "Girls Higher Secondary", subtitle: "Complete secondary education", description: "Comprehensive curriculum from Grade 6 to 12 with strong emphasis on STEM education, leadership development, and critical thinking skills. Students develop research capabilities and excel in both academics and extracurricular activities.", imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg", imageAlt: "Girls classroom learning"},
{
id: 2,
- tag: "Grades 6-10",
- title: "Boys High School",
- subtitle: "Foundational and secondary education",
- description: "Rigorous academic program for boys from Grade 6 to 10 focusing on concept-based learning, collaborative projects, and development of leadership and communication skills. Preparation for higher education excellence.",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg?_wi=1",
- imageAlt: "Science laboratory",
- },
+ tag: "Grades 6-10", title: "Boys High School", subtitle: "Foundational and secondary education", description: "Rigorous academic program for boys from Grade 6 to 10 focusing on concept-based learning, collaborative projects, and development of leadership and communication skills. Preparation for higher education excellence.", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg", imageAlt: "Science laboratory"},
{
id: 3,
- tag: "Grades 6-8",
- title: "Middle School Program",
- subtitle: "Foundation for academic excellence",
- description: "Specialized middle school program emphasizing inquiry-based learning, hands-on science education, research projects, and community engagement. Students develop critical thinking and collaborative problem-solving skills.",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-scouts-eating-marshmallows_23-2149885268.jpg?_wi=1",
- imageAlt: "Educational activities",
- },
+ tag: "Grades 6-8", title: "Middle School Program", subtitle: "Foundation for academic excellence", description: "Specialized middle school program emphasizing inquiry-based learning, hands-on science education, research projects, and community engagement. Students develop critical thinking and collaborative problem-solving skills.", imageSrc: "http://img.b2bpic.net/free-photo/front-view-scouts-eating-marshmallows_23-2149885268.jpg", imageAlt: "Educational activities"},
];
const facilities = [
{
- id: "1",
- brand: "Learning",
- name: "Science Laboratories",
- price: "Premium",
- rating: 5,
- reviewCount: "Advanced",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg?_wi=2",
- imageAlt: "Science lab facility",
- },
+ id: "1", brand: "Learning", name: "Science Laboratories", price: "Premium", rating: 5,
+ reviewCount: "Advanced", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg", imageAlt: "Science lab facility"},
{
- id: "2",
- brand: "Knowledge",
- name: "Library & Resources",
- price: "Extensive",
- rating: 5,
- reviewCount: "Collections",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-library_23-2147678892.jpg?_wi=1",
- imageAlt: "Library facility",
- },
+ id: "2", brand: "Knowledge", name: "Library & Resources", price: "Extensive", rating: 5,
+ reviewCount: "Collections", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-library_23-2147678892.jpg", imageAlt: "Library facility"},
{
- id: "3",
- brand: "Sports",
- name: "Athletic Grounds",
- price: "Full",
- rating: 5,
- reviewCount: "Facilities",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-friends-playing-basketball_23-2150209897.jpg?_wi=1",
- imageAlt: "Sports ground",
- },
+ id: "3", brand: "Sports", name: "Athletic Grounds", price: "Full", rating: 5,
+ reviewCount: "Facilities", imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-friends-playing-basketball_23-2150209897.jpg", imageAlt: "Sports ground"},
{
- id: "4",
- brand: "Wellness",
- name: "Meal Program",
- price: "Free",
- rating: 5,
- reviewCount: "Daily",
- imageSrc: "http://img.b2bpic.net/free-photo/healthy-fruits-vegetables-front-defocussed-couple-preparing-food-kitchen_23-2148076164.jpg?_wi=1",
- imageAlt: "Meal program",
- },
+ id: "4", brand: "Wellness", name: "Meal Program", price: "Free", rating: 5,
+ reviewCount: "Daily", imageSrc: "http://img.b2bpic.net/free-photo/healthy-fruits-vegetables-front-defocussed-couple-preparing-food-kitchen_23-2148076164.jpg", imageAlt: "Meal program"},
];
const testimonials = [
{
- id: "1",
- name: "Fatima Ahmed, Class 12 Student",
- date: "Date: November 2024",
- title: "Education that Changed My Life",
- quote: "Syedanwala School gave me opportunities I never imagined. The free education, world-class teaching, and career guidance helped me achieve my dreams. I'm now preparing for university studies with confidence.",
- tag: "Student",
- avatarSrc: "http://img.b2bpic.net/free-photo/smiley-girl-holding-book-head_23-2148448058.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg?_wi=2",
- },
+ id: "1", name: "Fatima Ahmed, Class 12 Student", date: "Date: November 2024", title: "Education that Changed My Life", quote: "Syedanwala School gave me opportunities I never imagined. The free education, world-class teaching, and career guidance helped me achieve my dreams. I'm now preparing for university studies with confidence.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/smiley-girl-holding-book-head_23-2148448058.jpg", imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg"},
{
- id: "2",
- name: "Muhammad Hassan, Class 10 Student",
- date: "Date: October 2024",
- title: "Amazing Learning Environment",
- quote: "The science labs and learning resources here are world-class. Teachers are dedicated and approachable. Coming to Syedanwala School every day is a joy, not a burden.",
- tag: "Student",
- avatarSrc: "http://img.b2bpic.net/free-photo/kid-celebrating-kindergarten-graduation_23-2149371616.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg?_wi=3",
- },
+ id: "2", name: "Muhammad Hassan, Class 10 Student", date: "Date: October 2024", title: "Amazing Learning Environment", quote: "The science labs and learning resources here are world-class. Teachers are dedicated and approachable. Coming to Syedanwala School every day is a joy, not a burden.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/kid-celebrating-kindergarten-graduation_23-2149371616.jpg", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg"},
{
- id: "3",
- name: "Mrs. Ayesha Malik, Parent",
- date: "Date: September 2024",
- title: "Best Decision for Our Family",
- quote: "As a parent from a rural village, finding quality education for my children was impossible. Syedanwala School not only provides excellent academics but also values our children's welfare and future. The free support and scholarships have transformed our family.",
- tag: "Parent",
- avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-parents-working-remotely_23-2150171980.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg?_wi=1",
- },
+ id: "3", name: "Mrs. Ayesha Malik, Parent", date: "Date: September 2024", title: "Best Decision for Our Family", quote: "As a parent from a rural village, finding quality education for my children was impossible. Syedanwala School not only provides excellent academics but also values our children's welfare and future. The free support and scholarships have transformed our family.", tag: "Parent", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-parents-working-remotely_23-2150171980.jpg", imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg"},
{
- id: "4",
- name: "Zainab Khan, Class 9 Student",
- date: "Date: August 2024",
- title: "Empowering Rural Girls",
- quote: "The school truly empowers girls from rural areas. The faculty encourages critical thinking, research, and leadership. I've developed confidence in academics and believe I can achieve anything.",
- tag: "Student",
- avatarSrc: "http://img.b2bpic.net/free-photo/young-lady-pointing-upper-right-corner-checked-shirt-looking-happy-front-view_176474-61017.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/front-view-scouts-eating-marshmallows_23-2149885268.jpg?_wi=2",
- },
+ id: "4", name: "Zainab Khan, Class 9 Student", date: "Date: August 2024", title: "Empowering Rural Girls", quote: "The school truly empowers girls from rural areas. The faculty encourages critical thinking, research, and leadership. I've developed confidence in academics and believe I can achieve anything.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/young-lady-pointing-upper-right-corner-checked-shirt-looking-happy-front-view_176474-61017.jpg", imageSrc: "http://img.b2bpic.net/free-photo/front-view-scouts-eating-marshmallows_23-2149885268.jpg"},
{
- id: "5",
- name: "Ali Raza, Class 8 Student",
- date: "Date: July 2024",
- title: "Transformative Middle School Experience",
- quote: "The middle school program combines academic rigor with hands-on learning. Project-based learning and community activities help me understand real-world applications. I'm excited about continuing to higher grades.",
- tag: "Student",
- avatarSrc: "http://img.b2bpic.net/free-photo/blonde-girl-showing-thumb-up-while-holding-hand-waist-winking-graduation-gown-cap_176474-82608.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-library_23-2147678892.jpg?_wi=2",
- },
+ id: "5", name: "Ali Raza, Class 8 Student", date: "Date: July 2024", title: "Transformative Middle School Experience", quote: "The middle school program combines academic rigor with hands-on learning. Project-based learning and community activities help me understand real-world applications. I'm excited about continuing to higher grades.", tag: "Student", avatarSrc: "http://img.b2bpic.net/free-photo/blonde-girl-showing-thumb-up-while-holding-hand-waist-winking-graduation-gown-cap_176474-82608.jpg", imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-library_23-2147678892.jpg"},
{
- id: "6",
- name: "Alka Amin, Headmistress",
- date: "Date: June 2024",
- title: "Our Mission in Action",
- quote: "Seeing students from 19 villages succeed academically and personally validates our mission. Syedanwala School System represents hope and opportunity for rural communities in Pakistan.",
- tag: "Leadership",
- avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-working_23-2150384839.jpg",
- imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adults-walking-together_23-2149033742.jpg?_wi=1",
- },
+ id: "6", name: "Alka Amin, Headmistress", date: "Date: June 2024", title: "Our Mission in Action", quote: "Seeing students from 19 villages succeed academically and personally validates our mission. Syedanwala School System represents hope and opportunity for rural communities in Pakistan.", tag: "Leadership", avatarSrc: "http://img.b2bpic.net/free-photo/medium-shot-business-woman-working_23-2150384839.jpg", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adults-walking-together_23-2149033742.jpg"},
];
return (
@@ -247,7 +134,7 @@ export default function HomePage() {
{ text: "Learn More", href: "/about" },
{ text: "Apply Now", href: "/admissions" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/full-shot-adults-walking-together_23-2149033742.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/full-shot-adults-walking-together_23-2149033742.jpg"
imageAlt="Syedanwala School campus"
showDimOverlay={true}
/>
@@ -263,10 +150,11 @@ export default function HomePage() {
{ value: "19", title: "Villages Served" },
{ value: "2500+", title: "Students Enrolled" },
]}
- imageSrc="http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg?_wi=2"
+ imageSrc="http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg"
imageAlt="School campus facilities"
useInvertedBackground={false}
mediaAnimation="slide-up"
+ metricsAnimation="slide-up"
/>
diff --git a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx
index f214190..e3b4c93 100644
--- a/src/components/shared/SvgTextLogo/SvgTextLogo.tsx
+++ b/src/components/shared/SvgTextLogo/SvgTextLogo.tsx
@@ -1,51 +1,46 @@
-"use client";
-
-import { memo } from "react";
-import useSvgTextLogo from "./useSvgTextLogo";
-import { cls } from "@/lib/utils";
+import React, { useMemo } from "react";
interface SvgTextLogoProps {
- logoText: string;
- adjustHeightFactor?: number;
- verticalAlign?: "top" | "center";
+ text: string;
className?: string;
+ fontSize?: number;
+ fontWeight?: string | number;
+ fill?: string;
+ dominantBaseline?: "middle";
}
-const SvgTextLogo = memo(function SvgTextLogo({
- logoText,
- adjustHeightFactor,
- verticalAlign = "top",
- className = "",
-}) {
- const { svgRef, textRef, viewBox, aspectRatio } = useSvgTextLogo(logoText, false, adjustHeightFactor);
+const SvgTextLogo: React.FC = ({
+ text,
+ className = "", fontSize = 48,
+ fontWeight = 700,
+ fill = "currentColor", dominantBaseline = "middle"}) => {
+ const textWidth = useMemo(() => {
+ const charWidth = fontSize * 0.6;
+ return text.length * charWidth;
+ }, [text, fontSize]);
+
+ const viewBoxWidth = textWidth + 40;
return (
);
-});
+};
-SvgTextLogo.displayName = "SvgTextLogo";
-
-export default SvgTextLogo;
+export default SvgTextLogo;
\ No newline at end of file