From e465ac5812e240491b1409391579e7285f309575 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 6 Apr 2026 08:00:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e93e14..6aaf8f7 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -9,8 +9,7 @@ import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen import TestimonialCardThirteen from '@/components/sections/testimonial/TestimonialCardThirteen'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; import FooterBase from '@/components/sections/footer/FooterBase'; -import Link from "next/link"; -import { Star, Shield, ArrowRight } from "lucide-react"; +import { Star, Shield } from "lucide-react"; export default function Page() { const navItems = [{ name: "Home", id: "/" }]; @@ -48,6 +47,7 @@ export default function Page() { textboxLayout="default" bulletPoints={[{ title: "Innovation", description: "Pioneering new solutions.", icon: Shield }]} mediaAnimation="none" + useInvertedBackground={false} />
@@ -72,6 +73,7 @@ export default function Page() { animationType="slide-up" positiveCard={{ items: ["High quality", "Reliable"] }} negativeCard={{ items: ["Low downtime", "Fast support"] }} + useInvertedBackground={false} />
@@ -88,6 +90,7 @@ export default function Page() { id: "t2", name: "Jane Smith", handle: "@janesmith", testimonial: "Truly amazing service.", rating: 5, icon: Star }]} + useInvertedBackground={false} />
@@ -95,6 +98,7 @@ export default function Page() { title="Contact Us" description="Reach out to get started." inputs={[{ name: "email", type: "email", placeholder: "Email Address", required: true }, { name: "name", type: "text", placeholder: "Name", required: true }]} + useInvertedBackground={false} />