Merge version_1 into main #1

Merged
bender merged 4 commits from version_1 into main 2026-06-13 02:27:15 +00:00
4 changed files with 25 additions and 11 deletions

View File

@@ -95,7 +95,7 @@ export default function AboutPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-arrangement-desk-elements-with-copy-space_23-2148513316.jpg"
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-arrangement-desk-elements-with-copy-space_23-2148513316.jpg?_wi=2"
imageAlt="Abstract blue and green background"
logoText="Math & STEM Jumpstart Academy"
columns={[

View File

@@ -1,6 +1,7 @@
import type { Metadata } from "next";
import { Halant } from "next/font/google";
import { Inter } from "next/font/google";
import { DM_Sans } from "next/font/google";
import "./globals.css";
import "@/lib/gsap-setup";
import { ServiceWrapper } from "@/components/ServiceWrapper";
@@ -8,19 +9,32 @@ import Tag from "@/tag/Tag";
import { getVisualEditScript } from "@/utils/visual-edit-script";
const halant = Halant({
variable: "--font-halant",
subsets: ["latin"],
variable: "--font-halant", subsets: ["latin"],
weight: ["300", "400", "500", "600", "700"],
});
const inter = Inter({
variable: "--font-inter",
subsets: ["latin"],
variable: "--font-inter", subsets: ["latin"],
});
const dmSans = DM_Sans({
variable: "--font-dm-sans", subsets: ["latin"],
});
export const metadata: Metadata = {
title: "Webild components 2",
description: "Generated by create next app",
title: "Math & STEM Jumpstart Academy | Get Ahead in Math & STEM", description: "Fun, engaging online math and STEM programs for elementary & middle school students. Build confidence, strengthen skills, and prepare for the next grade level.", openGraph: {
title: "Math & STEM Jumpstart Academy | Get Ahead in Math & STEM", description: "Fun, engaging online math and STEM programs for elementary & middle school students. Build confidence, strengthen skills, and prepare for the next grade level.", url: "https://www.mathstemjumpstart.com", siteName: "Math & STEM Jumpstart Academy", images: [{
url: "http://img.b2bpic.net/free-photo/guy-girl-are-sitting-table-african-girl-computer-science-class-kids-playing-computer-games_1157-42298.jpg", alt: "Students learning math and STEM"
}],
type: "website"
},
twitter: {
card: "summary_large_image", title: "Math & STEM Jumpstart Academy | Get Ahead in Math & STEM", description: "Fun, engaging online math and STEM programs for elementary & middle school students. Build confidence, strengthen skills, and prepare for the next grade level.", images: ["http://img.b2bpic.net/free-photo/guy-girl-are-sitting-table-african-girl-computer-science-class-kids-playing-computer-games_1157-42298.jpg"]
},
robots: {
index: true,
follow: true
}
};
export default function RootLayout({
@@ -32,7 +46,7 @@ export default function RootLayout({
<html lang="en" suppressHydrationWarning>
<ServiceWrapper>
<body
className={`${halant.variable} ${inter.variable} antialiased`}
className={`${halant.variable} ${inter.variable} ${dmSans.variable} antialiased`}
>
<Tag />
{children}
@@ -45,4 +59,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -149,7 +149,7 @@ export default function HomePage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-arrangement-desk-elements-with-copy-space_23-2148513316.jpg"
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-arrangement-desk-elements-with-copy-space_23-2148513316.jpg?_wi=1"
imageAlt="Abstract blue and green background"
logoText="Math & STEM Jumpstart Academy"
columns={[

View File

@@ -97,7 +97,7 @@ export default function ProgramsPage() {
<div id="footer" data-section="footer">
<FooterMedia
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-arrangement-desk-elements-with-copy-space_23-2148513316.jpg"
imageSrc="http://img.b2bpic.net/free-photo/flat-lay-arrangement-desk-elements-with-copy-space_23-2148513316.jpg?_wi=3"
imageAlt="Abstract blue and green background"
logoText="Math & STEM Jumpstart Academy"
columns={[