5 Commits

Author SHA1 Message Date
4c53cfb870 Update src/app/page.tsx 2025-12-26 16:26:12 +00:00
7b2ab86e9a Update src/app/layout.tsx 2025-12-26 16:26:11 +00:00
457426a145 Update src/app/page.tsx 2025-12-26 16:23:12 +00:00
58cfca3425 Update src/app/page.tsx 2025-12-26 16:20:58 +00:00
53961fe72c Update src/app/globals.css 2025-12-26 16:20:57 +00:00
3 changed files with 23 additions and 17 deletions

View File

@@ -4,13 +4,13 @@
/* Base units */ /* Base units */
/* --vw is set by ThemeProvider */ /* --vw is set by ThemeProvider */
--background: #fffcfc;; --background: #ffffff;
--card: #fffafa;; --card: #fcfcfc;
--foreground: #220000;; --foreground: #00120ae6;
--primary-cta: #c1121f;; --primary-cta: #15ad59;
--secondary-cta: #ffffff;; --secondary-cta: #ffffff;
--accent: #f0b8bc;; --accent: #e2e2e2;
--background-accent: #e07a82;; --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);
@@ -495,7 +495,7 @@ html {
body { body {
background-color: var(--background); background-color: var(--background);
color: var(--foreground); color: var(--foreground);
font-family: var(--font-outfit), sans-serif; font-family: var(--font-inter-tight), sans-serif;
position: relative; position: relative;
min-height: 100vh; min-height: 100vh;
overscroll-behavior: none; overscroll-behavior: none;
@@ -508,5 +508,5 @@ h3,
h4, h4,
h5, h5,
h6 { h6 {
font-family: var(--font-outfit), sans-serif; font-family: var(--font-inter-tight), sans-serif;
} }

View File

@@ -233,7 +233,8 @@ export default function LandingPage() {
role: "Junior Developer", role: "Junior Developer",
company: "TechStartup Co", company: "TechStartup Co",
rating: 5, rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484718833-8686x51w.jpg",
linkedinUrl: "https://linkedin.com/in/sarahchen"
}, },
{ {
id: "2", id: "2",
@@ -241,7 +242,8 @@ export default function LandingPage() {
role: "Full Stack Engineer", role: "Full Stack Engineer",
company: "Digital Solutions", company: "Digital Solutions",
rating: 5, rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484712325-ocj12p51.jpg",
linkedinUrl: "https://linkedin.com/in/marcuswilliams"
}, },
{ {
id: "3", id: "3",
@@ -249,7 +251,8 @@ export default function LandingPage() {
role: "Frontend Developer", role: "Frontend Developer",
company: "Creative Agency", company: "Creative Agency",
rating: 5, rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766484716089-kpbfo3ho.jpg",
linkedinUrl: "https://linkedin.com/in/emmarodriguez"
}, },
{ {
id: "4", id: "4",
@@ -257,7 +260,8 @@ export default function LandingPage() {
role: "Software Engineer", role: "Software Engineer",
company: "Tech Giants Inc", company: "Tech Giants Inc",
rating: 5, rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508651819-t3cnqjfz.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508651819-t3cnqjfz.jpg",
linkedinUrl: "https://linkedin.com/in/jamespark"
}, },
{ {
id: "5", id: "5",
@@ -265,7 +269,8 @@ export default function LandingPage() {
role: "React Developer", role: "React Developer",
company: "WebPro Services", company: "WebPro Services",
rating: 5, rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508653705-qp2xy5s6.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766508653705-qp2xy5s6.jpg",
linkedinUrl: "https://linkedin.com/in/lisaanderson"
}, },
{ {
id: "6", id: "6",
@@ -273,7 +278,8 @@ export default function LandingPage() {
role: "Backend Developer", role: "Backend Developer",
company: "CloudTech Systems", company: "CloudTech Systems",
rating: 5, rating: 5,
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766765158294-cmlo8smz.jpg" imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/gallery/uploaded-1766765158294-cmlo8smz.jpg",
linkedinUrl: "https://linkedin.com/in/davidkumar"
} }
]} ]}
/> />