Compare commits
14 Commits
b9f1912cc9
...
version_8
| Author | SHA1 | Date | |
|---|---|---|---|
| 54719e0742 | |||
| 221699d1dd | |||
| 568d30c97d | |||
| 5c561756d3 | |||
| 6343cec119 | |||
| a1cf3f209a | |||
| ba5f47f0b9 | |||
| 5a41dce58b | |||
| 4ab0b387c0 | |||
| 204487f233 | |||
| 3f4098d156 | |||
| a8cd53b501 | |||
| 4c53cfb870 | |||
| 7b2ab86e9a |
@@ -4,13 +4,13 @@
|
||||
/* Base units */
|
||||
/* --vw is set by ThemeProvider */
|
||||
|
||||
--background: #ffffff;
|
||||
--card: #fcfcfc;
|
||||
--foreground: #00120ae6;
|
||||
--primary-cta: #15ad59;
|
||||
--background: #fffcfc;
|
||||
--card: #fffafa;
|
||||
--foreground: #220000;
|
||||
--primary-cta: #c1121f;
|
||||
--secondary-cta: #ffffff;
|
||||
--accent: #e2e2e2;
|
||||
--background-accent: #c4c4c4;
|
||||
--accent: #f0b8bc;
|
||||
--background-accent: #e07a82;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
@@ -1272,4 +1272,4 @@ export default function RootLayout({
|
||||
</ServiceWrapper>
|
||||
</html>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -31,7 +31,7 @@ export default function LandingPage() {
|
||||
<NavbarStyleMinimal
|
||||
brandName="Code with me"
|
||||
button={{
|
||||
text: "Explore Courses",
|
||||
text: "Watch preview",
|
||||
href: "pricing"
|
||||
}}
|
||||
/>
|
||||
@@ -233,8 +233,7 @@ export default function LandingPage() {
|
||||
role: "Junior Developer",
|
||||
company: "TechStartup Co",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg",
|
||||
linkedinUrl: "https://linkedin.com/in/sarahchen"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg"
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -242,8 +241,7 @@ export default function LandingPage() {
|
||||
role: "Full Stack Engineer",
|
||||
company: "Digital Solutions",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg",
|
||||
linkedinUrl: "https://linkedin.com/in/marcuswilliams"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg"
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -251,8 +249,7 @@ export default function LandingPage() {
|
||||
role: "Frontend Developer",
|
||||
company: "Creative Agency",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg",
|
||||
linkedinUrl: "https://linkedin.com/in/emmarodriguez"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg"
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -260,8 +257,7 @@ export default function LandingPage() {
|
||||
role: "Software Engineer",
|
||||
company: "Tech Giants Inc",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508651819-t3cnqjfz.jpg",
|
||||
linkedinUrl: "https://linkedin.com/in/jamespark"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508651819-t3cnqjfz.jpg"
|
||||
},
|
||||
{
|
||||
id: "5",
|
||||
@@ -269,8 +265,7 @@ export default function LandingPage() {
|
||||
role: "React Developer",
|
||||
company: "WebPro Services",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508653705-qp2xy5s6.jpg",
|
||||
linkedinUrl: "https://linkedin.com/in/lisaanderson"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508653705-qp2xy5s6.jpg"
|
||||
},
|
||||
{
|
||||
id: "6",
|
||||
@@ -278,8 +273,7 @@ export default function LandingPage() {
|
||||
role: "Backend Developer",
|
||||
company: "CloudTech Systems",
|
||||
rating: 5,
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766765158294-cmlo8smz.jpg",
|
||||
linkedinUrl: "https://linkedin.com/in/davidkumar"
|
||||
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766765158294-cmlo8smz.jpg"
|
||||
}
|
||||
]}
|
||||
/>
|
||||
@@ -358,4 +352,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user