Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| d365a14a3e | |||
| d074740392 | |||
| 231630918c |
@@ -99,7 +99,7 @@ export default function LandingPage() {
|
|||||||
tag="Get In Touch"
|
tag="Get In Touch"
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Email Us", href: "mailto:contact@agency.com" },
|
{ text: "Email Us", href: "mailto:contact@agency.com" },
|
||||||
{ text: "Chat on WhatsApp", href: "https://wa.me/15551234567" }
|
{ text: "Chat on WhatsApp", href: "https://api.whatsapp.com/send/?phone=50488601068&text&type=phone_number&app_absent=0" }
|
||||||
]}
|
]}
|
||||||
background={{ variant: "plain" }}
|
background={{ variant: "plain" }}
|
||||||
useInvertedBackground={true}
|
useInvertedBackground={true}
|
||||||
@@ -111,7 +111,7 @@ export default function LandingPage() {
|
|||||||
logoText="Agency"
|
logoText="Agency"
|
||||||
columns={[
|
columns={[
|
||||||
{ title: "Agency", items: [{ label: "Home", href: "#" }, { label: "Portfolio", href: "#portfolio" }] },
|
{ title: "Agency", items: [{ label: "Home", href: "#" }, { label: "Portfolio", href: "#portfolio" }] },
|
||||||
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "WhatsApp", href: "https://wa.me/15551234567" }] }
|
{ title: "Support", items: [{ label: "Contact", href: "#contact" }, { label: "WhatsApp", href: "https://api.whatsapp.com/send/?phone=50488601068&text&type=phone_number&app_absent=0" }] }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #000000;
|
--background: #ffffff;
|
||||||
--card: #111111;
|
--card: #f5f5f5;
|
||||||
--foreground: #ffffff;
|
--foreground: #1a1a1a;
|
||||||
--primary-cta: #ffffff;
|
--primary-cta: #1a1a1a;
|
||||||
--primary-cta-text: #f5f4ef;
|
--primary-cta-text: #f5f4ef;
|
||||||
--secondary-cta: #111111;
|
--secondary-cta: #f5f5f5;
|
||||||
--secondary-cta-text: #2a2928;
|
--secondary-cta-text: #2a2928;
|
||||||
--accent: #333333;
|
--accent: #8a8a8a;
|
||||||
--background-accent: #222222;
|
--background-accent: #e8e6e1;
|
||||||
|
|
||||||
/* 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