Compare commits
12 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| f324dffd9b | |||
| 92e093d807 | |||
| 9868be8aa5 | |||
| f4b4addb06 | |||
| 01c73b487e | |||
| b21bee5b22 | |||
| d3112994a9 | |||
| 32f1cd6f18 | |||
| ac3492d05b | |||
| 98d4891c68 | |||
| 07745f5a65 | |||
| 39e0ed6ff7 |
@@ -49,6 +49,9 @@ export default function LandingPage() {
|
||||
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."
|
||||
tag="Expert English Educator"
|
||||
buttons={[
|
||||
{ text: "Book a Consultation", href: "#contact" }
|
||||
]}
|
||||
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"},
|
||||
@@ -175,10 +178,10 @@ export default function LandingPage() {
|
||||
leftLink={{
|
||||
text: "Privacy Policy", href: "#"}}
|
||||
rightLink={{
|
||||
text: "LinkedIn Profile", href: "#"}}
|
||||
text: "LinkedIn Profile", href: "https://linkedin.com/in/shatha-sobih-296993112"}}
|
||||
/>
|
||||
</div>
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
@@ -10,15 +10,15 @@
|
||||
--accent: #ffffff;
|
||||
--background-accent: #ffffff; */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #f9f9f9;
|
||||
--foreground: #000612e6;
|
||||
--primary-cta: #15479c;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #f9f9f9;
|
||||
--secondary-cta-text: #000612e6;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--background: #020617;
|
||||
--card: #0f172a;
|
||||
--foreground: #e2e8f0;
|
||||
--primary-cta: #c4d8f9;
|
||||
--primary-cta-text: #020617;
|
||||
--secondary-cta: #041633;
|
||||
--secondary-cta-text: #e2e8f0;
|
||||
--accent: #2d30f3;
|
||||
--background-accent: #1d4ed8;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user