7 Commits

Author SHA1 Message Date
361805fdae Update src/pages/HomePage.tsx 2026-07-04 14:39:26 +00:00
0799a0c74b Update src/pages/HomePage.tsx 2026-07-04 14:36:14 +00:00
b0f285a8f6 Update theme fonts 2026-07-04 13:02:16 +00:00
3541b5e7de Update theme fonts 2026-07-04 13:02:05 +00:00
849abd7ddf Update theme fonts 2026-07-04 13:01:51 +00:00
fe600e98d8 Update theme fonts 2026-07-04 13:01:41 +00:00
63d56f1f4d Update theme fonts 2026-07-04 13:01:22 +00:00
2 changed files with 9 additions and 9 deletions

View File

@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;500;600;700&family=Inter:wght@400;500;600;700&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=DM+Sans:wght@400;500;600;700&display=swap');
/* Web Agency - Dark Monochrome */
@import "tailwindcss";
@import "./styles/masks.css";
@@ -96,7 +96,7 @@
--color-background-accent: var(--background-accent);
/* Fonts */
--font-sans: 'Open Sans', sans-serif;
--font-sans: 'Inter', sans-serif;
--font-tight: "Inter Tight", sans-serif;
--font-mono: monospace;
@@ -145,7 +145,7 @@ body {
margin: 0;
background-color: var(--background);
color: var(--foreground);
font-family: 'Open Sans', sans-serif;
font-family: 'Inter', sans-serif;
position: relative;
min-height: 100vh;
overscroll-behavior: none;
@@ -158,7 +158,7 @@ h3,
h4,
h5,
h6 {
font-family: 'Inter', sans-serif;
font-family: 'DM Sans', sans-serif;
}
.card {

View File

@@ -201,19 +201,19 @@ export default function HomePage() {
description="The creative minds behind your next project."
members={[
{
name: "Sarah Miller",
name: "Nedine Soltani",
role: "Lead Developer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-1.webp",
},
{
name: "Valentina Reyes",
name: "Yahya Sahraoui",
role: "Creative Director",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-2.webp",
imageSrc: "https://storage.googleapis.com/webild/users/user_3G2Ozqag2ovb8not76KWtboL8LU/uploaded-1783172732979-6cqr1t3h.png",
},
{
name: "Carlos Mendoza",
name: "Nader amri",
role: "UX Designer",
imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/team-3.webp",
imageSrc: "https://storage.googleapis.com/webild/users/user_3G2Ozqag2ovb8not76KWtboL8LU/uploaded-1783172630842-tmba3pi4.png",
},
]}
/>