Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1ed346e4f5 | |||
| 26a9d1b3fc | |||
| b54f53d2af | |||
| 0f0284fb85 | |||
| 4fb0338d4e |
1427
src/app/layout.tsx
1427
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -160,11 +160,11 @@ export default function LandingPage() {
|
|||||||
|
|
||||||
<div id="rfq-form" data-section="rfq-form">
|
<div id="rfq-form" data-section="rfq-form">
|
||||||
<ContactText
|
<ContactText
|
||||||
text="Ready to get a quote? Submit your requirements now and our team will respond within 2 hours with a customized offer."
|
text="2-Hour Quote Guarantee. Submit your requirements now and our team will respond within 2 hours with a customized offer."
|
||||||
animationType="reveal-blur"
|
animationType="reveal-blur"
|
||||||
background={{ variant: "downward-rays-animated" }}
|
background={{ variant: "downward-rays-animated" }}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Request Quote Online", href: "#contact" },
|
{ text: "Get Your Quote Now", href: "#contact" },
|
||||||
{ text: "WhatsApp Us Now", href: "https://wa.me/966123456789?text=I%20need%20an%20industrial%20equipment%20quote" }
|
{ text: "WhatsApp Us Now", href: "https://wa.me/966123456789?text=I%20need%20an%20industrial%20equipment%20quote" }
|
||||||
]}
|
]}
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
|||||||
@@ -10,15 +10,15 @@
|
|||||||
--accent: #ffffff;
|
--accent: #ffffff;
|
||||||
--background-accent: #ffffff; */
|
--background-accent: #ffffff; */
|
||||||
|
|
||||||
--background: #f5f5f5;
|
--background: #F5F6F8;
|
||||||
--card: #ffffff;
|
--card: #FFFFFF;
|
||||||
--foreground: #1c1c1c;
|
--foreground: #1A1A1A;
|
||||||
--primary-cta: #1f514c;
|
--primary-cta: #2F3D6D;
|
||||||
--primary-cta-text: #f5f5f5;
|
--primary-cta-text: #f5f5f5;
|
||||||
--secondary-cta: #ffffff;
|
--secondary-cta: #5A6472;
|
||||||
--secondary-cta-text: #1c1c1c;
|
--secondary-cta-text: #1c1c1c;
|
||||||
--accent: #159c49;
|
--accent: #F2B705;
|
||||||
--background-accent: #a8e8ba;
|
--background-accent: #F2B705;
|
||||||
|
|
||||||
/* 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