diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 507db64..c79e1d4 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -96,7 +96,7 @@ export default function AboutPage() { description: "Your tutor was recently where you are. They remember the hard parts and explain concepts in ways that click.", imageSrc: - "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511030.jpg", + "http://img.b2bpic.net/free-photo/students-learning-school-their-classroom_23-2149511030.jpg?_wi=4", imageAlt: "Math tutoring session with high school tutors", }, { @@ -105,7 +105,7 @@ export default function AboutPage() { description: "High-quality instruction without premium price tags. We reinvest in our tutors and pass savings to families.", imageSrc: - "http://img.b2bpic.net/free-photo/kids-classroom-taking-english-class_23-2149402694.jpg", + "http://img.b2bpic.net/free-photo/kids-classroom-taking-english-class_23-2149402694.jpg?_wi=5", imageAlt: "Group tutoring class", }, { @@ -114,7 +114,7 @@ export default function AboutPage() { description: "Tutoring that fits your life. Choose one-on-one or group, schedule around school and activities, learn at your pace.", imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-people-looking-through-partitions_23-2149831294.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-people-looking-through-partitions_23-2149831294.jpg?_wi=4", imageAlt: "Student founders team", }, ]} @@ -128,42 +128,42 @@ export default function AboutPage() { id: "1", name: "Alex Chen", imageSrc: - "http://img.b2bpic.net/free-photo/girl-with-book-striped-shirt_1150-23.jpg", + "http://img.b2bpic.net/free-photo/girl-with-book-striped-shirt_1150-23.jpg?_wi=3", imageAlt: "Happy student smiling achievement success", }, { id: "2", name: "Jordan Martinez", imageSrc: - "http://img.b2bpic.net/free-photo/medium-shot-woman-talking-phone_23-2149235740.jpg", + "http://img.b2bpic.net/free-photo/medium-shot-woman-talking-phone_23-2149235740.jpg?_wi=3", imageAlt: "Diverse student portrait confident professional", }, { id: "3", name: "Sam Williams", imageSrc: - "http://img.b2bpic.net/free-photo/photo-glad-african-american-woman-clenches-fists-awaits-something-nice_273609-45517.jpg", + "http://img.b2bpic.net/free-photo/photo-glad-african-american-woman-clenches-fists-awaits-something-nice_273609-45517.jpg?_wi=2", imageAlt: "Student success portrait achievement smiling", }, { id: "4", name: "Casey Johnson", imageSrc: - "http://img.b2bpic.net/free-photo/portrait-blonde-woman-with-curly-hair-showing-double-thumbs-up-checked-shirt-looking-pleased-front-view_176474-112761.jpg", + "http://img.b2bpic.net/free-photo/portrait-blonde-woman-with-curly-hair-showing-double-thumbs-up-checked-shirt-looking-pleased-front-view_176474-112761.jpg?_wi=2", imageAlt: "Confident student portrait achievement success", }, { id: "5", name: "Morgan Davis", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-young-handsome-man-looking-pointing-camera-doing-call-me-gesture-isolated-white-background_141793-132031.jpg", + "http://img.b2bpic.net/free-photo/smiling-young-handsome-man-looking-pointing-camera-doing-call-me-gesture-isolated-white-background_141793-132031.jpg?_wi=2", imageAlt: "Young student success portrait confident", }, { id: "6", name: "Taylor Brown", imageSrc: - "http://img.b2bpic.net/free-photo/smiling-girl-holding-notebook_23-2147611495.jpg", + "http://img.b2bpic.net/free-photo/smiling-girl-holding-notebook_23-2147611495.jpg?_wi=2", imageAlt: "Student achievement success portrait smiling", }, ]} diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx index 4dde08f..b4d2c04 100644 --- a/src/app/contact/page.tsx +++ b/src/app/contact/page.tsx @@ -72,7 +72,7 @@ export default function ContactPage() { title="Get in Touch" description="Have questions about our tutoring services? Reach out to us directly. We're here to help you find the perfect learning solution." useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288183.jpg" + imageSrc="http://img.b2bpic.net/free-photo/people-working-call-center_23-2149288183.jpg?_wi=3" imageAlt="Contact Indigo Academics" mediaAnimation="slide-up" mediaPosition="right" diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 6713378..17c6951 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -6,18 +6,50 @@ import { ServiceWrapper } from "@/components/ServiceWrapper"; import Tag from "@/tag/Tag"; import { getVisualEditScript } from "@/utils/visual-edit-script"; - - -export const metadata: Metadata = { - title: "Webild components 2", - description: "Generated by create next app", -}; +const halant = Halant({ + variable: "--font-halant", + subsets: ["latin"], + weight: ["300", "400", "500", "600", "700"], +}); const inter = Inter({ variable: "--font-inter", subsets: ["latin"], }); +export const metadata: Metadata = { + title: "Indigo Academics - Math Tutoring for Grades 3-10", + description: "Student-founded math tutoring for Grades 3-10 (Pre-Algebra, Algebra 1, Algebra 2, Geometry). Affordable one-on-one and group sessions. Book your free 30-min trial today.", + keywords: "math tutoring, algebra help, geometry tutoring, high school tutors, near-peer tutoring, affordable math help, student tutors", + metadataBase: new URL("https://indigoaacademics.com"), + alternates: { + canonical: "https://indigoaacademics.com", + }, + openGraph: { + title: "Indigo Academics - Math Tutoring for Grades 3-10", + description: "Expert math tutoring from high-achieving high school students. Affordable, relatable, results-driven. Book your free trial today.", + url: "https://indigoaacademics.com", + siteName: "Indigo Academics", + type: "website", + images: [ + { + url: "https://indigoaacademics.com/og-image.jpg", + alt: "Indigo Academics math tutoring", + }, + ], + }, + twitter: { + card: "summary_large_image", + title: "Indigo Academics - Math Tutoring", + description: "Expert math tutoring from high-achieving students. Pre-Algebra through Geometry. Book free trial.", + images: ["https://indigoaacademics.com/twitter-image.jpg"], + }, + robots: { + index: true, + follow: true, + }, +}; + export default function RootLayout({ children, }: Readonly<{ @@ -26,7 +58,9 @@ export default function RootLayout({ return ( - + {children}