7 Commits

Author SHA1 Message Date
f2950afa8c Update theme colors 2026-05-27 08:46:57 +00:00
9d7fc3d4e4 Update theme colors 2026-05-27 08:46:45 +00:00
c2f8553768 Update theme colors 2026-05-27 08:46:38 +00:00
0c7ea62562 Update src/app/styles/variables.css 2026-05-27 08:41:18 +00:00
1901e68960 Merge version_3 into main
Merge version_3 into main
2026-05-27 08:32:43 +00:00
26faf038d9 Update src/app/page.tsx 2026-05-27 08:32:40 +00:00
1a606ffb18 Merge version_2 into main
Merge version_2 into main
2026-05-27 08:31:44 +00:00
2 changed files with 11 additions and 11 deletions

View File

@@ -173,7 +173,7 @@ export default function LandingPage() {
useInvertedBackground={true}
background={{
variant: "plain"}}
text="Ready for a Spotless Space? Contact P&B Cleaning Services Today!"
text="Ready for a Spotless Space? Contact P&B Cleaning Services Today! We proudly serve Gandhinagar and Ahmedabad, ensuring pristine environments in these cities."
buttons={[
{
text: "Get a Free Quote", href: "#"},
@@ -221,4 +221,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #f7f6f7;
--card: #ffffff;
--foreground: #0c1325;
--primary-cta: #0798ff;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #0c1325;
--accent: #93c7ff;
--background-accent: #a8cde8;
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #f5f5f5;
--primary-cta: #dfff1c;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #ffffff;
--accent: #8b9a1b;
--background-accent: #5d6b00;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);