Compare commits
5 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 47ee434fce | |||
| f50c29b4cb | |||
| 1602dc6de0 | |||
| 459ee78cc9 | |||
| 6d0f40fc8c |
@@ -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() {
|
||||
</ReactLenis>
|
||||
</ThemeProvider>
|
||||
);
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user