12 Commits

Author SHA1 Message Date
f324dffd9b Merge version_5 into main
Merge version_5 into main
2026-04-15 08:18:31 +00:00
92e093d807 Update src/app/page.tsx 2026-04-15 08:18:28 +00:00
9868be8aa5 Merge version_4 into main
Merge version_4 into main
2026-04-15 08:14:00 +00:00
f4b4addb06 Update src/app/page.tsx 2026-04-15 08:13:54 +00:00
01c73b487e Merge version_3 into main
Merge version_3 into main
2026-04-13 07:06:43 +00:00
b21bee5b22 Update src/app/page.tsx 2026-04-13 07:06:37 +00:00
d3112994a9 Merge version_3 into main
Merge version_3 into main
2026-04-13 07:01:31 +00:00
32f1cd6f18 Update theme colors 2026-04-13 07:01:28 +00:00
ac3492d05b Merge version_2 into main
Merge version_2 into main
2026-04-13 06:59:19 +00:00
98d4891c68 Merge version_1 into main
Merge version_1 into main
2026-04-13 06:54:58 +00:00
07745f5a65 Merge version_1 into main
Merge version_1 into main
2026-04-13 06:54:31 +00:00
39e0ed6ff7 Merge version_1 into main
Merge version_1 into main
2026-04-13 06:54:02 +00:00
2 changed files with 14 additions and 11 deletions

View File

@@ -49,6 +49,9 @@ export default function LandingPage() {
title="Inspiring Excellence in English Education" title="Inspiring Excellence in English Education"
description="Shatha Sobih: 20+ years of dedication to English Language Arts, curriculum development, and student-centered growth aligned with CCSS standards." description="Shatha Sobih: 20+ years of dedication to English Language Arts, curriculum development, and student-centered growth aligned with CCSS standards."
tag="Expert English Educator" tag="Expert English Educator"
buttons={[
{ text: "Book a Consultation", href: "#contact" }
]}
mediaItems={[ mediaItems={[
{ {
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CI0rEwo1te8915qNwtygDFHmZw/uploaded-1776063209554-r194d35w.jpg?_wi=1", imageAlt: "Shatha Sobih teaching English"}, imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CI0rEwo1te8915qNwtygDFHmZw/uploaded-1776063209554-r194d35w.jpg?_wi=1", imageAlt: "Shatha Sobih teaching English"},
@@ -175,10 +178,10 @@ export default function LandingPage() {
leftLink={{ leftLink={{
text: "Privacy Policy", href: "#"}} text: "Privacy Policy", href: "#"}}
rightLink={{ rightLink={{
text: "LinkedIn Profile", href: "#"}} text: "LinkedIn Profile", href: "https://linkedin.com/in/shatha-sobih-296993112"}}
/> />
</div> </div>
</ReactLenis> </ReactLenis>
</ThemeProvider> </ThemeProvider>
); );
} }

View File

@@ -10,15 +10,15 @@
--accent: #ffffff; --accent: #ffffff;
--background-accent: #ffffff; */ --background-accent: #ffffff; */
--background: #ffffff; --background: #020617;
--card: #f9f9f9; --card: #0f172a;
--foreground: #000612e6; --foreground: #e2e8f0;
--primary-cta: #15479c; --primary-cta: #c4d8f9;
--primary-cta-text: #ffffff; --primary-cta-text: #020617;
--secondary-cta: #f9f9f9; --secondary-cta: #041633;
--secondary-cta-text: #000612e6; --secondary-cta-text: #e2e8f0;
--accent: #e2e2e2; --accent: #2d30f3;
--background-accent: #c4c4c4; --background-accent: #1d4ed8;
/* text sizing - set by ThemeProvider */ /* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem); /* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);