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