From c566ed24a95eaadb9392f3474e33e7dc46e79a05 Mon Sep 17 00:00:00 2001 From: bender Date: Sat, 25 Apr 2026 13:44:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/app/page.tsx b/src/app/page.tsx index 338b461..346cd97 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -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} /> @@ -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} /> @@ -132,6 +137,7 @@ export default function LandingPage() { ]} textarea={{ name: "message", placeholder: "Tell us about your project", rows: 4 }} buttonText="Submit Request" + useInvertedBackground={false} /> -- 2.49.1