Merge version_1 into main #1

Merged
bender merged 6 commits from version_1 into main 2026-03-11 14:35:30 +00:00
6 changed files with 73 additions and 37 deletions

View File

@@ -90,7 +90,7 @@ export default function AboutPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg?_wi=3",
},
{
id: "2",
@@ -100,7 +100,7 @@ export default function AboutPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg?_wi=4",
},
{
id: "3",
@@ -110,7 +110,7 @@ export default function AboutPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg?_wi=3",
},
];
@@ -151,7 +151,7 @@ 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"
imageSrc="http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg?_wi=4"
imageAlt="School campus facilities"
useInvertedBackground={false}
mediaAnimation="slide-up"

View File

@@ -120,7 +120,7 @@ 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"
imageSrc="http://img.b2bpic.net/free-photo/healthy-fruits-vegetables-front-defocussed-couple-preparing-food-kitchen_23-2148076164.jpg?_wi=3"
imageAlt="Student support services"
useInvertedBackground={false}
mediaAnimation="slide-up"
@@ -130,7 +130,7 @@ export default function AdmissionsPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
faqs={faqItems}
imageSrc="http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg"
imageSrc="http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg?_wi=5"
imageAlt="School classroom"
mediaPosition="left"
title="Admissions & Support FAQs"

View File

@@ -148,7 +148,7 @@ export default function ContactPage() {
<div id="faq" data-section="faq">
<FaqSplitMedia
faqs={faqItems}
imageSrc="http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg"
imageSrc="http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg?_wi=6"
imageAlt="School classroom"
mediaPosition="left"
title="Frequently Asked Questions"

View File

@@ -1,24 +1,58 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Manrope } from "next/font/google";
import "./globals.css";
import { ServiceWrapper } from "@/components/ServiceWrapper";
import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
import { Manrope } from "next/font/google";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
};
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
});
const manrope = Manrope({
variable: "--font-manrope",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Syedanwala School System | Transforming Rural Education in Pakistan",
description: "Tuition-free world-class education serving 19 villages in Kasur, Punjab. Modern facilities, expert faculty, and pathways to LUMS scholarships.",
keywords: "school in Kasur, rural education Pakistan, Syedanwala, FBISE, IGCSE, AKU-EB, Syed Babar Ali Foundation",
openGraph: {
title: "Syedanwala School System",
description: "Transforming Rural Education - Free Quality Education for Rural Communities",
type: "website",
siteName: "Syedanwala School System",
images: [
{
url: "http://img.b2bpic.net/free-photo/full-shot-adults-walking-together_23-2149033742.jpg",
alt: "Syedanwala School Campus",
},
],
},
twitter: {
card: "summary_large_image",
title: "Syedanwala School System",
description: "Transforming Rural Education in Pakistan",
images: [
"http://img.b2bpic.net/free-photo/full-shot-adults-walking-together_23-2149033742.jpg",
],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +61,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${manrope.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${manrope.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +75,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -83,7 +83,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg?_wi=1",
imageAlt: "Girls classroom learning",
},
{
@@ -92,7 +92,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg?_wi=1",
imageAlt: "Science laboratory",
},
{
@@ -101,7 +101,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-scouts-eating-marshmallows_23-2149885268.jpg?_wi=1",
imageAlt: "Educational activities",
},
];
@@ -114,7 +114,7 @@ export default function HomePage() {
price: "Premium",
rating: 5,
reviewCount: "Advanced",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg?_wi=2",
imageAlt: "Science lab facility",
},
{
@@ -124,7 +124,7 @@ export default function HomePage() {
price: "Extensive",
rating: 5,
reviewCount: "Collections",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-library_23-2147678892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-library_23-2147678892.jpg?_wi=1",
imageAlt: "Library facility",
},
{
@@ -134,7 +134,7 @@ export default function HomePage() {
price: "Full",
rating: 5,
reviewCount: "Facilities",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-friends-playing-basketball_23-2150209897.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-friends-playing-basketball_23-2150209897.jpg?_wi=1",
imageAlt: "Sports ground",
},
{
@@ -144,7 +144,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-fruits-vegetables-front-defocussed-couple-preparing-food-kitchen_23-2148076164.jpg?_wi=1",
imageAlt: "Meal program",
},
];
@@ -158,7 +158,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg?_wi=2",
},
{
id: "2",
@@ -168,7 +168,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg?_wi=3",
},
{
id: "3",
@@ -178,7 +178,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg?_wi=1",
},
{
id: "4",
@@ -188,7 +188,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-scouts-eating-marshmallows_23-2149885268.jpg?_wi=2",
},
{
id: "5",
@@ -198,7 +198,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-library_23-2147678892.jpg?_wi=2",
},
{
id: "6",
@@ -208,7 +208,7 @@ export default function HomePage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/full-shot-adults-walking-together_23-2149033742.jpg?_wi=1",
},
];
@@ -247,7 +247,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"
imageSrc="http://img.b2bpic.net/free-photo/full-shot-adults-walking-together_23-2149033742.jpg?_wi=2"
imageAlt="Syedanwala School campus"
showDimOverlay={true}
/>
@@ -263,7 +263,7 @@ 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"
imageSrc="http://img.b2bpic.net/free-photo/side-view-kid-cheating-school-test_23-2150104936.jpg?_wi=2"
imageAlt="School campus facilities"
useInvertedBackground={false}
mediaAnimation="slide-up"

View File

@@ -55,7 +55,7 @@ export default function ProgramsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/old-people-asking-professional-advice-from-financial-expert_482257-107450.jpg?_wi=4",
imageAlt: "Girls classroom learning",
},
{
@@ -64,7 +64,7 @@ export default function ProgramsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg?_wi=5",
imageAlt: "Science laboratory",
},
{
@@ -73,7 +73,7 @@ export default function ProgramsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/front-view-scouts-eating-marshmallows_23-2149885268.jpg?_wi=3",
imageAlt: "Educational activities",
},
];
@@ -86,7 +86,7 @@ export default function ProgramsPage() {
price: "Premium",
rating: 5,
reviewCount: "Advanced",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-laboratory_23-2148581890.jpg?_wi=6",
imageAlt: "Science lab facility",
},
{
@@ -96,7 +96,7 @@ export default function ProgramsPage() {
price: "Extensive",
rating: 5,
reviewCount: "Collections",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-library_23-2147678892.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-woman-library_23-2147678892.jpg?_wi=3",
imageAlt: "Library facility",
},
{
@@ -106,7 +106,7 @@ export default function ProgramsPage() {
price: "Full",
rating: 5,
reviewCount: "Facilities",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-friends-playing-basketball_23-2150209897.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-female-friends-playing-basketball_23-2150209897.jpg?_wi=2",
imageAlt: "Sports ground",
},
{
@@ -116,7 +116,7 @@ export default function ProgramsPage() {
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",
imageSrc: "http://img.b2bpic.net/free-photo/healthy-fruits-vegetables-front-defocussed-couple-preparing-food-kitchen_23-2148076164.jpg?_wi=2",
imageAlt: "Meal program",
},
];