2 Commits

Author SHA1 Message Date
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
2 changed files with 6 additions and 6 deletions

View File

@@ -1,4 +1,4 @@
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Libre+Baskerville: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";
@@ -158,7 +158,7 @@ h3,
h4,
h5,
h6 {
font-family: 'Libre Baskerville', sans-serif;
font-family: 'DM Sans', sans-serif;
}
.card {

View File

@@ -206,14 +206,14 @@ export default function HomePage() {
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",
},
]}
/>