diff --git a/src/app/page.tsx b/src/app/page.tsx index f4e6fd5..a61d462 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -66,6 +66,7 @@ export default function LandingPage() { ]} title="Why efindcom?" description="Experience the difference of a search engine that puts quality and user intent at the center." + useInvertedBackground={true} /> @@ -74,6 +75,7 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" gridVariant="uniform-all-items-equal" + useInvertedBackground={false} metrics={[ { id: "m1", value: "2M+", title: "Verified Websites", description: "Carefully selected and indexed sites.", icon: CheckCircle }, { id: "m2", value: "<100ms", title: "Response Time", description: "Delivering fast query results globally.", icon: Zap }, @@ -89,6 +91,8 @@ export default function LandingPage() { names={["TechDaily", "WebMaster", "FastSearch", "VerifiedData", "SecureSurf"]} title="Trusted By Creators" description="Join the growing community of researchers and users." + textboxLayout="default" + useInvertedBackground={false} /> @@ -96,6 +100,7 @@ export default function LandingPage() { @@ -122,6 +129,7 @@ export default function LandingPage() {