Merge version_2 into main #2
@@ -52,6 +52,7 @@ export default function LandingPage() {
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/3d-graph-computer-illustration_23-2151884857.jpg" },
|
||||
{ imageSrc: "http://img.b2bpic.net/free-photo/diagrams-with-connected-icons_1134-403.jpg" }
|
||||
]}
|
||||
mediaAnimation="slide-up"
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -60,6 +61,7 @@ export default function LandingPage() {
|
||||
title="We bridge the gap between complex data and actionable strategy."
|
||||
tag="Our Vision"
|
||||
buttons={[{ text: "Read Our Story" }]}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -89,6 +91,7 @@ export default function LandingPage() {
|
||||
description="Quantifiable growth for our clients."
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{ id: "m1", value: "150%", title: "Efficiency Gains", items: ["Increased processing speed", "Lower latency"] },
|
||||
{ id: "m2", value: "50k", title: "Active Deployments", items: ["Across 15 countries", "Real-time monitoring"] }
|
||||
@@ -102,6 +105,7 @@ export default function LandingPage() {
|
||||
description="Driving value for industry leaders worldwide."
|
||||
animationType="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{ id: "t1", name: "Alice M.", handle: "@alice_cto", testimonial: "Entekhub revolutionized our digital workflow." },
|
||||
{ id: "t2", name: "Bob S.", handle: "@bob_ceo", testimonial: "Unmatched technical depth and reliability." }
|
||||
@@ -119,6 +123,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
faqsAnimation="slide-up"
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
@@ -132,6 +137,7 @@ export default function LandingPage() {
|
||||
]}
|
||||
textarea={{ name: "message", placeholder: "Tell us about your project", rows: 4 }}
|
||||
buttonText="Submit Request"
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user