From 547293f360e823e6d22af2580a495f956127012e Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 15 Apr 2026 14:26:29 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index fd02d00..2a6c7ab 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -7,7 +7,6 @@ import ProductCardTwo from "@/components/sections/product/ProductCardTwo"; import TestimonialCardOne from "@/components/sections/testimonial/TestimonialCardOne"; import ContactText from "@/components/sections/contact/ContactText"; import FooterBase from "@/components/sections/footer/FooterBase"; -import { Zap, Shield, Star, Globe } from "lucide-react"; export default function Page() { const navItems = [ @@ -54,6 +53,7 @@ export default function Page() { ]} imageSrc="https://images.unsplash.com/photo-1620121692029-d088224ddc74" mediaAnimation="slide-up" + useInvertedBackground={false} />
@@ -68,6 +68,7 @@ export default function Page() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" + useInvertedBackground={false} />
@@ -81,6 +82,7 @@ export default function Page() { gridVariant="uniform-all-items-equal" animationType="depth-3d" textboxLayout="default" + useInvertedBackground={false} />
@@ -88,6 +90,7 @@ export default function Page() { text="Ready to take your project to the next level? Get in touch today." background={{ variant: "rotated-rays-animated" }} buttons={[{ text: "Contact Us", href: "mailto:support@webild.dev" }]} + useInvertedBackground={false} />