4 Commits

Author SHA1 Message Date
7950a122ad Update src/app/page.tsx 2026-05-13 15:19:42 +00:00
3b4e41edac Update src/app/page.tsx 2026-05-13 15:19:35 +00:00
a0c9d50900 Update theme colors 2026-05-13 15:16:38 +00:00
23998b3157 Update theme colors 2026-05-13 15:09:11 +00:00
2 changed files with 5 additions and 5 deletions

View File

@@ -53,8 +53,8 @@ export default function SalPlumbingPage() {
description="Take a look at the quality craftsmanship we bring to every job."
mediaItems={[
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DfpSjlma8xN5ZgeOX4QBcDQpqr/uploaded-1778683562615-goxv8259.jpg?_wi=2", imageAlt: "Work 1" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-2.webp?_wi=1", imageAlt: "Work 2" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/default/templates/web-agency-2/shot-3.webp?_wi=1", imageAlt: "Work 3" }
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DfpSjlma8xN5ZgeOX4QBcDQpqr/uploaded-1778683574579-erymned7.jpg", imageAlt: "Work 2" },
{ imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DfpSjlma8xN5ZgeOX4QBcDQpqr/uploaded-1778685123366-feuseg46.jpg", imageAlt: "Work 3" }
]}
background={{ variant: "plain" }}
/>

View File

@@ -12,11 +12,11 @@
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000f06e6;
--primary-cta: #0a7039;
--foreground: #000612e6;
--primary-cta: #15479c;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000f06e6;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #c4c4c4;