7 Commits

Author SHA1 Message Date
c27699dd60 Update src/app/page.tsx 2026-03-10 15:53:28 +00:00
13aa99e38b Update src/app/page.tsx 2026-03-10 14:50:30 +00:00
f174626ea7 Update src/app/page.tsx 2026-03-10 14:26:57 +00:00
7fa744cdab Update src/app/page.tsx 2026-03-10 14:16:34 +00:00
f820b52142 Merge version_1 into main
Merge version_1 into main
2026-03-10 14:13:39 +00:00
b25dd856c9 Merge version_1 into main
Merge version_1 into main
2026-03-10 14:04:52 +00:00
2ed59a1d75 Merge version_1 into main
Merge version_1 into main
2026-03-10 13:54:37 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -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."
background={{ variant: "plain" }}
buttons={[
{ text: "Book Your Free Consultation", href: "#contact" },
{ text: "Book Your Free Consultation", href: "https://wa.me/917088920104?text=Hi%20NeuroX%2C%20I%27d%20like%20to%20book%20a%20free%20consultation" },
{ text: "View Portfolio", href: "#portfolio" }
]}
layoutOrder="default"
@@ -260,4 +260,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #fbfaff;
--card: #f7f5ff;
--foreground: #0f0022;
--primary-cta: #8b5cf6;
--primary-cta-text: #fbfaff;
--background: #f7f6f7;
--card: #ffffff;
--foreground: #250c0d;
--primary-cta: #b82b40;
--primary-cta-text: #f7f6f7;
--secondary-cta: #ffffff;
--secondary-cta-text: #0f0022;
--accent: #d8cef5;
--background-accent: #c4a8f9;
--secondary-cta-text: #250c0d;
--accent: #b90941;
--background-accent: #e8a8b6;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);