19 Commits

Author SHA1 Message Date
a7d8e162b7 Update src/app/page.tsx 2026-05-26 11:53:12 +00:00
2349d62272 Update src/app/page.tsx 2026-05-26 11:52:40 +00:00
9f813273a6 Update src/app/page.tsx 2026-05-26 11:50:27 +00:00
31eaa82eed Update src/app/page.tsx 2026-05-26 11:48:46 +00:00
394bce73d2 Update src/app/page.tsx 2026-05-26 11:46:53 +00:00
29737e015f Update src/app/page.tsx 2026-05-26 11:38:39 +00:00
51e71bf756 Update src/app/page.tsx 2026-05-26 11:36:12 +00:00
4d3e195320 Update src/app/page.tsx 2026-05-26 11:31:15 +00:00
ce59fa82d4 Update theme colors 2026-05-26 11:24:25 +00:00
f6510b4cb1 Update theme colors 2026-05-26 11:23:33 +00:00
834f80a5c3 Update theme colors 2026-05-26 11:23:16 +00:00
44c8d908a8 Update theme colors 2026-05-26 11:23:04 +00:00
587dbff971 Update theme colors 2026-05-26 11:22:15 +00:00
a3df4277de Update theme colors 2026-05-26 11:21:36 +00:00
7581ebd5c4 Update theme colors 2026-05-26 11:21:18 +00:00
831469b8e2 Update theme colors 2026-05-26 11:20:54 +00:00
1dcb6e63e0 Update theme colors 2026-05-26 11:19:14 +00:00
82e5bfdc5d Update theme colors 2026-05-26 11:19:02 +00:00
75b14ebdb5 Update theme colors 2026-05-26 11:18:17 +00:00
2 changed files with 7 additions and 7 deletions

View File

@@ -55,7 +55,7 @@ export default function LandscapingPage() {
{ text: "Start Your Project", href: "#contact" }
]}
buttonAnimation="slide-up"
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EAUpul6KI7vTWBV0cEFlD4VRHD/uploaded-1779626950291-f3l1l85o.png"
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EAUpul6KI7vTWBV0cEFlD4VRHD/uploaded-1779796355348-0kb8jqw7.jpg"
videoAriaLabel="Futuristic business abstract animation"
showDimOverlay={true}
textPosition="top"
@@ -81,7 +81,7 @@ export default function LandscapingPage() {
description="Empowering Visionaries."
subdescription="Founded on Kurdish principles of excellence and innovation."
icon={Gem}
videoSrc="http://img.b2bpic.net/free-photo/technology-circuit-processor-innovation-network-concept_53876-132229.jpg"
videoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3EAUpul6KI7vTWBV0cEFlD4VRHD/uploaded-1779796383962-l4jmt1sp.png"
mediaAnimation="slide-up"
useInvertedBackground={false}
/>

View File

@@ -10,14 +10,14 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f9f4;
--background: #f9f5fa;
--card: #ffffff;
--foreground: #1a2e1a;
--primary-cta: #2d5a27;
--foreground: #0f001d;
--primary-cta: #39B6D6;
--primary-cta-text: #ffffff;
--secondary-cta: #ffffff;
--secondary-cta-text: #2d5a27;
--accent: #4a8c3f;
--secondary-cta-text: #6A00F4;
--accent: #FF7A00;
--background-accent: #6fb85e;
/* text sizing - set by ThemeProvider */