4 Commits

Author SHA1 Message Date
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 3 additions and 3 deletions

View File

@@ -93,7 +93,7 @@ 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"
titleClassName="text-foreground"
descriptionClassName="text-primary-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;