Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-03-21 21:24:37 +00:00
4 changed files with 56 additions and 17 deletions

View File

@@ -90,21 +90,21 @@ Our mission is simple: to unlock the genius in every student we work with. We be
id: 1,
title: "Excellence in Instruction",
description: "We employ highly qualified instructors who are passionate about teaching and committed to staying current with competitive exam standards and educational best practices.",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-holding-laptop-asking-colleague-looking-clipboard-with-charts-advice-regarding-financial-data-busy-office-two-colleagues-analzying-market-share-brainstorming-ideas_482257-49103.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-holding-laptop-asking-colleague-looking-clipboard-with-charts-advice-regarding-financial-data-busy-office-two-colleagues-analzying-market-share-brainstorming-ideas_482257-49103.jpg?_wi=2",
imageAlt: "Excellence and instruction",
},
{
id: 2,
title: "Student-Centered Approach",
description: "Every program is designed with the student in mind. We customize instruction to address individual learning styles, pace, and goals to maximize student success.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-kids_23-2149110273.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-kids_23-2149110273.jpg?_wi=2",
imageAlt: "Student-centered learning",
},
{
id: 3,
title: "Proven Results",
description: "Our track record speaks for itself: 85% of our 2025 batch students were selected or waitlisted into competitive STEM academies. We deliver measurable outcomes.",
imageSrc: "http://img.b2bpic.net/free-photo/thinking-young-female-teacher-sits-table-with-school-tools-holkding-looking-hourglass-classroom_141793-105029.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/thinking-young-female-teacher-sits-table-with-school-tools-holkding-looking-hourglass-classroom_141793-105029.jpg?_wi=2",
imageAlt: "Proven results",
},
]}

View File

@@ -1,24 +1,61 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { Open_Sans } 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 { Open_Sans } 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 openSans = Open_Sans({
variable: "--font-open-sans",
subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Genius In You - Educational Excellence & Test Prep",
description: "Unlock your potential with Genius In You. Expert tutoring in public speaking, test preparation, and academic enrichment. 85% of our students succeed.",
keywords: "tutoring, test preparation, public speaking, academic enrichment, TJHSST prep, AET prep, AOS prep",
metadataBase: new URL("https://geniusinyou.com"),
alternates: {
canonical: "https://geniusinyou.com",
},
openGraph: {
title: "Genius In You - Unlock Your Potential",
description: "Empowering students with confidence, communication, and academic excellence",
url: "https://geniusinyou.com",
siteName: "Genius In You",
type: "website",
images: [
{
url: "http://img.b2bpic.net/free-photo/team-meeting-startups_23-2148898711.jpg",
alt: "Genius In You - Educational Excellence",
},
],
},
twitter: {
card: "summary_large_image",
title: "Genius In You - Unlock Your Potential",
description: "Empowering students with confidence, communication, and academic excellence",
images: ["http://img.b2bpic.net/free-photo/team-meeting-startups_23-2148898711.jpg"],
},
robots: {
index: true,
follow: true,
},
};
export default function RootLayout({
children,
}: Readonly<{
@@ -27,7 +64,9 @@ export default function RootLayout({
return (
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body className={`${openSans.variable} antialiased`}>
<body
className={`${halant.variable} ${inter.variable} ${openSans.variable} antialiased`}
>
<Tag />
{children}
<script
@@ -39,4 +78,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -184,21 +184,21 @@ const HomePage = () => {
id: 1,
title: "Public Speaking",
description: "Develop confidence, clarity, and strong communication skills through structured speaking practice and presentations.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-kids_23-2149110273.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-kids_23-2149110273.jpg?_wi=1",
imageAlt: "Public speaking training",
},
{
id: 2,
title: "Test Preparation",
description: "Prepare for competitive STEM programs including AET, AOS, and TJHSST with rigorous training and strategies.",
imageSrc: "http://img.b2bpic.net/free-photo/thinking-young-female-teacher-sits-table-with-school-tools-holkding-looking-hourglass-classroom_141793-105029.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/thinking-young-female-teacher-sits-table-with-school-tools-holkding-looking-hourglass-classroom_141793-105029.jpg?_wi=1",
imageAlt: "Test preparation resources",
},
{
id: 3,
title: "Academic Enrichment",
description: "Strengthen problem-solving, critical thinking, and analytical skills for long-term academic success.",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-holding-laptop-asking-colleague-looking-clipboard-with-charts-advice-regarding-financial-data-busy-office-two-colleagues-analzying-market-share-brainstorming-ideas_482257-49103.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-holding-laptop-asking-colleague-looking-clipboard-with-charts-advice-regarding-financial-data-busy-office-two-colleagues-analzying-market-share-brainstorming-ideas_482257-49103.jpg?_wi=1",
imageAlt: "Academic enrichment learning",
},
]}

View File

@@ -76,21 +76,21 @@ export default function ProgramsPage() {
id: 1,
title: "Public Speaking",
description: "Develop confidence, clarity, and strong communication skills through structured speaking practice and presentations.",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-kids_23-2149110273.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-woman-doing-speech-therapy-with-kids_23-2149110273.jpg?_wi=3",
imageAlt: "public speaking microphone presentation confidence",
},
{
id: 2,
title: "Test Preparation",
description: "Prepare for competitive STEM programs including AET, AOS, and TJHSST with rigorous training and strategies.",
imageSrc: "http://img.b2bpic.net/free-photo/thinking-young-female-teacher-sits-table-with-school-tools-holkding-looking-hourglass-classroom_141793-105029.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/thinking-young-female-teacher-sits-table-with-school-tools-holkding-looking-hourglass-classroom_141793-105029.jpg?_wi=3",
imageAlt: "test preparation exam study academic resources",
},
{
id: 3,
title: "Academic Enrichment",
description: "Strengthen problem-solving, critical thinking, and analytical skills for long-term academic success.",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-holding-laptop-asking-colleague-looking-clipboard-with-charts-advice-regarding-financial-data-busy-office-two-colleagues-analzying-market-share-brainstorming-ideas_482257-49103.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/african-american-woman-holding-laptop-asking-colleague-looking-clipboard-with-charts-advice-regarding-financial-data-busy-office-two-colleagues-analzying-market-share-brainstorming-ideas_482257-49103.jpg?_wi=3",
imageAlt: "academic enrichment critical thinking problem solving",
},
]}