From 0a2ac077753acb70bd4dd392436b7ced8f2a78b3 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 18 May 2026 09:25:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 85f768f..821f73c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -10,7 +10,7 @@ import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import ContactCTA from '@/components/sections/contact/ContactCTA'; import FooterLogoEmphasis from '@/components/sections/footer/FooterLogoEmphasis'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; -import { ArrowRight, ChevronRight, CheckCircle } from "lucide-react"; +import { CheckCircle } from "lucide-react"; export default function LandingPage() { return ( @@ -70,6 +70,7 @@ export default function LandingPage() { gridVariant="bento-grid" animationType="slide-up" textboxLayout="split-description" + useInvertedBackground={false} /> @@ -80,6 +81,7 @@ export default function LandingPage() { metrics={[{ value: "100%", title: "Compliance Vetted" }, { value: "24/7", title: "Support" }, { value: "50+", title: "Active Projects" }]} imageSrc="https://img.b2bpic.net/free-photo/mining-site-machinery_1134-210.jpg" mediaAnimation="blur-reveal" + useInvertedBackground={false} /> @@ -89,6 +91,7 @@ export default function LandingPage() { cardTag="Our Reputation" testimonials={[{ id: "1", name: "Mining Operations Lead", imageSrc: "https://img.b2bpic.net/free-photo/person-in-hard-hat_1134-220.jpg" }, { id: "2", name: "Procurement Director", imageSrc: "https://img.b2bpic.net/free-photo/site-manager_1134-225.jpg" }]} cardAnimation="slide-up" + useInvertedBackground={false} /> @@ -100,6 +103,7 @@ export default function LandingPage() { imageSrc="https://img.b2bpic.net/free-photo/mine-logistics_1134-240.jpg" faqsAnimation="slide-up" textboxLayout="split" + useInvertedBackground={false} /> @@ -110,6 +114,7 @@ export default function LandingPage() { tag="Get In Touch" buttons={[{ text: "Submit Request" }]} background={{ variant: "sparkles-gradient" }} + useInvertedBackground={false} />