Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 36f8f1846a | |||
| 1dd0ee5d59 | |||
| ca6e82ced9 |
@@ -46,7 +46,7 @@ export default function LandingPage() {
|
|||||||
description="Premium AI Websites That Bring You More Clients. Custom-built websites and AI chatbots designed specifically for cleaning services and dental clinics. Get more bookings, automate customer service, and grow your business with NeuroX."
|
description="Premium AI Websites That Bring You More Clients. Custom-built websites and AI chatbots designed specifically for cleaning services and dental clinics. Get more bookings, automate customer service, and grow your business with NeuroX."
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Book Your Free Consultation", href: "https://wa.me/917088920104?text=Hi%20NeuroX%2C%20I%27d%20like%20to%20book%20a%20free%20consultation" },
|
{ text: "Book Your Free Consultation", href: "#contact" },
|
||||||
{ text: "View Portfolio", href: "#portfolio" }
|
{ text: "View Portfolio", href: "#portfolio" }
|
||||||
]}
|
]}
|
||||||
layoutOrder="default"
|
layoutOrder="default"
|
||||||
@@ -260,4 +260,4 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f7f6f7;
|
--background: #fbfaff;
|
||||||
--card: #ffffff;
|
--card: #f7f5ff;
|
||||||
--foreground: #250c0d;
|
--foreground: #0f0022;
|
||||||
--primary-cta: #b82b40;
|
--primary-cta: #8b5cf6;
|
||||||
--primary-cta-text: #f7f6f7;
|
--primary-cta-text: #fbfaff;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #ffffff;
|
||||||
--secondary-cta-text: #250c0d;
|
--secondary-cta-text: #0f0022;
|
||||||
--accent: #b90941;
|
--accent: #d8cef5;
|
||||||
--background-accent: #e8a8b6;
|
--background-accent: #c4a8f9;
|
||||||
|
|
||||||
/* 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