7 Commits

Author SHA1 Message Date
ee85d30280 Merge version_5 into main
Merge version_5 into main
2026-06-11 16:58:32 +00:00
3fb568f60c Update src/app/page.tsx 2026-06-11 16:58:29 +00:00
1a0f614c7c Merge version_4 into main
Merge version_4 into main
2026-06-11 16:57:07 +00:00
875b341533 Update src/app/page.tsx 2026-06-11 16:57:04 +00:00
edc167fff2 Merge version_3 into main
Merge version_3 into main
2026-06-11 16:54:55 +00:00
2c85b5e5b1 Update theme colors 2026-06-11 16:54:52 +00:00
c0e89b03ab Merge version_2 into main
Merge version_2 into main
2026-06-11 16:50:24 +00:00
2 changed files with 4 additions and 4 deletions

View File

@@ -93,8 +93,8 @@ export default function LandingPage() {
imageSrc="http://img.b2bpic.net/free-photo/beautiful-adult-beauty-background-app_1303-2332.jpg"
imageAlt="Diverse business students collaborating in a modern setting"
showBlur={true}
titleClassName="text-primary-cta-text"
descriptionClassName="text-primary-cta-text"
titleClassName="text-accent"
descriptionClassName="text-secondary-cta-text"
/>
</div>
@@ -297,4 +297,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,7 +10,7 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f5f5f5;
--background: #cf9898;
--card: #ffffff;
--foreground: #1c1c1c;
--primary-cta: #1f3251;