Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 17ae1f41be | |||
| ca29a607a6 | |||
| 9db4f9828e | |||
| 782eb7bee5 | |||
| ac8a6761b9 |
@@ -66,11 +66,11 @@ export default function LandingPage() {
|
|||||||
mediaAnimation="opacity"
|
mediaAnimation="opacity"
|
||||||
avatarText="Trusted by 500 students"
|
avatarText="Trusted by 500 students"
|
||||||
avatars={[
|
avatars={[
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/avatars/avatar-1.jpg", alt: "Student 1" },
|
{ src: "https://pixabay.com/get/ga565315d6bbb78db66d1f0da9e6d9a7f23df95a1f244ed56321fb8e19581df3eeeaa91fdf50b777b406990b27f88f5b152e74193d20f2082ebc899cc7eeff27c_1280.jpg?id=1853907", alt: "Student 1" },
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/avatars/avatar-2.jpg", alt: "Student 2" },
|
{ src: "https://pixabay.com/get/g83c71275303a41f86f0d2cc36318aa25d9df9c383825d9282b8396333c404d8f016c2954923d76adf15107447f9651c5f99953b41490f93c91c2822531e17c3e_1280.jpg?id=2104580", alt: "Student 2" },
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/avatars/avatar-3.jpg", alt: "Student 3" },
|
{ src: "https://pixabay.com/get/gabf1f6c70d2133b51c5849ce18c16c32bd93c51be55a6abcee0782cd463858a8f6428d51fd97d756ead73b20c4abd99cc96229b5e77e26cf2540707b09e54393_1280.jpg?id=1845166", alt: "Student 3" },
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/avatars/avatar-4.jpg", alt: "Student 4" },
|
{ src: "https://pixabay.com/get/gd94672209379c701b1716edb1d4773cadb889868f1bec56d1c9b77e4c670f0fc085277d2f0304ca5e87eb65f26be9e102817e1219620ee0f079d63f0daad12a8_1280.jpg?id=4333898", alt: "Student 4" },
|
||||||
{ src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/avatars/avatar-5.jpg", alt: "Student 5" }
|
{ src: "https://pixabay.com/get/g7309bd8d77d26821c058af993ad068bcd36c5d7aee80c1b7155a3c80949b14d8654d34a03fa1d9301fc88de1b7d398f97e94fb612600d585f963324f7d8485cf_1280.jpg?id=2442565", alt: "Student 5" }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #020617;
|
--background: #ffffff;
|
||||||
--card: #0f172a;
|
--card: #f9f9f9;
|
||||||
--foreground: #e2e8f0;
|
--foreground: #120a00e6;
|
||||||
--primary-cta: #c4d8f9;
|
--primary-cta: #ff8c42;
|
||||||
--primary-cta-text: #020617;
|
--primary-cta-text: #ffffff;
|
||||||
--secondary-cta: #041633;
|
--secondary-cta: #f9f9f9;
|
||||||
--secondary-cta-text: #e2e8f0;
|
--secondary-cta-text: #120a00e6;
|
||||||
--accent: #2d30f3;
|
--accent: #e2e2e2;
|
||||||
--background-accent: #1d4ed8;
|
--background-accent: #c4c4c4;
|
||||||
|
|
||||||
/* 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);
|
||||||
|
|||||||
Reference in New Issue
Block a user