From f50c29b4cbcbc395411f16deaa386c01693463c5 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 17 May 2026 18:56:37 +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 0e7a2a4..07842c4 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,6 +49,11 @@ export default function LandingPage() { buttons={[{ text: "Get Started", href: "#contact" }]} imageSrc="http://img.b2bpic.net/free-photo/real-estate-accommodation-property-investment-graphic-word_53876-124687.jpg" imageAlt="PropFlow Dashboard Interface" + showDimOverlay={true} + showBlur={false} + textBoxClassName="bg-black/40 backdrop-blur-sm p-8 rounded-3xl" + titleClassName="text-white drop-shadow-lg" + descriptionClassName="text-gray-100 drop-shadow-md" avatars={[ { src: "http://img.b2bpic.net/free-photo/smiling-senior-businessman-sitting-stairs_1262-3109.jpg", alt: "Executive" }, { src: "http://img.b2bpic.net/free-photo/closeup-smiling-middle-aged-business-leader_1262-4845.jpg", alt: "Leader" }, @@ -194,4 +199,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1