Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 1b94ba6efd | |||
| 743a151d8d | |||
| 1ed346e4f5 | |||
| 26a9d1b3fc | |||
| b54f53d2af |
1427
src/app/layout.tsx
1427
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -52,7 +52,7 @@ export default function LandingPage() {
|
|||||||
]}
|
]}
|
||||||
buttons={[
|
buttons={[
|
||||||
{ text: "Request a Quote", href: "#rfq-form" },
|
{ text: "Request a Quote", href: "#rfq-form" },
|
||||||
{ text: "Call Now: +966 (0) 123 4567", href: "tel:+966123456789" }
|
{ text: "Get Quote in 2 Hours", href: "tel:+966123456789" }
|
||||||
]}
|
]}
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
buttonAnimation="slide-up"
|
buttonAnimation="slide-up"
|
||||||
@@ -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}
|
||||||
|
|||||||
Reference in New Issue
Block a user