6 Commits

Author SHA1 Message Date
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" imageSrc="http://img.b2bpic.net/free-photo/beautiful-adult-beauty-background-app_1303-2332.jpg"
imageAlt="Diverse business students collaborating in a modern setting" imageAlt="Diverse business students collaborating in a modern setting"
showBlur={true} showBlur={true}
titleClassName="text-primary-cta-text" titleClassName="text-accent"
descriptionClassName="text-primary-cta-text" descriptionClassName="text-secondary-cta-text"
/> />
</div> </div>

View File

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