From 1a097c308a57a96ee2f9edb595c1d1e76fe77918 Mon Sep 17 00:00:00 2001 From: development Date: Thu, 5 Feb 2026 13:39:08 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++++++++-- 1 file changed, 14 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1aac90e..b4f3223 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -109,7 +109,7 @@ export default function LandingPage() { gridVariant="uniform-all-items-equal" animationType="slide-up" textboxLayout="default" - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" /> @@ -129,6 +129,18 @@ export default function LandingPage() { { id: "3", name: "Emma Thompson", role: "Business Owner", company: "Tech Ventures", rating: 5, imageSrc: "https://img.b2bpic.net/free-photo/side-view-woman-holding-tablet_23-2149927578.jpg" + }, + { + id: "4", name: "James Wilson", role: "Developer", company: "Innovation Labs", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/portrait-lovely-woman-fashion-glasses-home_329181-4275.jpg" + }, + { + id: "5", name: "Lisa Park", role: "Marketing Lead", company: "Brand Collective", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/medium-shot-woman-posing-office_23-2149392072.jpg" + }, + { + id: "6", name: "David Kumar", role: "Entrepreneur", company: "StartupX", rating: 5, + imageSrc: "https://img.b2bpic.net/free-photo/portrait-confident-businesswoman-smiling_23-2148452708.jpg" } ]} kpiItems={[ @@ -149,7 +161,7 @@ export default function LandingPage() { description="Subscribe to our newsletter for the latest iPhone releases, exclusive offers, and innovative technology updates delivered to your inbox." tagIcon={Bell} background={{ variant: "plain" }} - useInvertedBackground="invertDefault" + useInvertedBackground="noInvert" imageSrc="https://img.b2bpic.net/free-vector/pack-blogger-email-template-with-photos_23-2148731996.jpg" imageAlt="Newsletter signup" mediaPosition="right" -- 2.49.1