Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| bb52fe5fc1 | |||
| f2950afa8c | |||
| 29bc0c029b | |||
| 9d7fc3d4e4 | |||
| 0f1e5c3fbd | |||
| c2f8553768 | |||
| f90dc58fe8 | |||
| 0c7ea62562 | |||
| 1901e68960 | |||
| 26faf038d9 | |||
| 1a606ffb18 |
@@ -173,7 +173,7 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain"}}
|
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={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Get a Free Quote", href: "#"},
|
text: "Get a Free Quote", href: "#"},
|
||||||
@@ -221,4 +221,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #0a0a0a;
|
||||||
--card: #ffffff;
|
--card: #1a1a1a;
|
||||||
--foreground: #0c1325;
|
--foreground: #f5f5f5;
|
||||||
--primary-cta: #0798ff;
|
--primary-cta: #dfff1c;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #0a0a0a;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #1a1a1a;
|
||||||
--secondary-cta-text: #0c1325;
|
--secondary-cta-text: #ffffff;
|
||||||
--accent: #93c7ff;
|
--accent: #8b9a1b;
|
||||||
--background-accent: #a8cde8;
|
--background-accent: #5d6b00;
|
||||||
|
|
||||||
/* text sizing - set by ThemeProvider */
|
/* text sizing - set by ThemeProvider */
|
||||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||||
|
|||||||
Reference in New Issue
Block a user