Compare commits
6 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 35800553d9 | |||
| 30e27c88be | |||
| 0040173389 | |||
| 4ea96c64cc | |||
| 32f3b98609 | |||
| 4f93910567 |
@@ -209,7 +209,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactFaq
|
||||
ctaTitle="Ready to Begin Your Journey?"
|
||||
ctaDescription="Schedule a free consultation with our immigration specialists to discuss your unique circumstances and explore your legal pathways."
|
||||
ctaDescription="Schedule a free consultation today—our immigration specialists can identify your best legal pathway within 30 minutes and answer all your questions."
|
||||
ctaButton={{ text: "Schedule Free Consultation", href: "https://calendly.com/example" }}
|
||||
ctaIcon={Phone}
|
||||
useInvertedBackground={true}
|
||||
@@ -244,4 +244,4 @@ export default function LandingPage() {
|
||||
</div>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
@@ -13,12 +13,12 @@
|
||||
--background: #f5f4f0;
|
||||
--card: #ffffff;
|
||||
--foreground: #1a1a1a;
|
||||
--primary-cta: #b82b40;
|
||||
--primary-cta: #0051ba;
|
||||
--primary-cta-text: #ffffff;
|
||||
--secondary-cta: #ffffff;
|
||||
--secondary-cta-text: #1a1a1a;
|
||||
--accent: #1f3251;
|
||||
--background-accent: #e63946;
|
||||
--accent: #0051ba;
|
||||
--background-accent: #1e90ff;
|
||||
|
||||
/* text sizing - set by ThemeProvider */
|
||||
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);
|
||||
|
||||
Reference in New Issue
Block a user