3 Commits

Author SHA1 Message Date
042e5c9603 Update theme colors 2026-03-05 07:05:44 +00:00
a491d2a214 Update src/app/page.tsx 2026-03-05 07:03:11 +00:00
92c25e6516 Merge version_1 into main
Merge version_1 into main
2026-03-05 07:01:22 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -101,7 +101,7 @@ export default function LandingPage() {
<div id="about" data-section="about">
<AboutMetric
title="Trusted by Over 100 Satisfied Customers in Dubai with 4.8-Star Rating and Commitment to Excellence"
title="Trusted by 100+ Dubai Customers with 4.8-Star Rating"
metrics={[
{
icon: Star,

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #250c0d;
--primary-cta: #b82b40;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #250c0d;
--accent: #b90941;
--background-accent: #e8a8b6;
--background: #000802;
--card: #0b1a0b;
--foreground: #e6ffe6;
--primary-cta: #80da9b;
--primary-cta-text: #000802;
--secondary-cta: #07170b;
--secondary-cta-text: #e6ffe6;
--accent: #38714a;
--background-accent: #2c6541;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);