2 Commits

Author SHA1 Message Date
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

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>
);
}
}