Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| a801484dea | |||
| 73ad4b64aa | |||
| 07040f4a56 |
@@ -1422,4 +1422,4 @@ export default function RootLayout({
|
|||||||
</ServiceWrapper>
|
</ServiceWrapper>
|
||||||
</html>
|
</html>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
@@ -117,9 +117,13 @@ export default function VefuLanding() {
|
|||||||
title: "All Property Types", description: "Houses, rooms, PGs, shops, offices, and commercial spaces—all in one place."
|
title: "All Property Types", description: "Houses, rooms, PGs, shops, offices, and commercial spaces—all in one place."
|
||||||
}
|
}
|
||||||
]}
|
]}
|
||||||
textboxLayout="default"
|
textboxLayout="split-actions"
|
||||||
animationType="slide-up"
|
animationType="slide-up"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
|
buttons={[
|
||||||
|
{ text: "Download App Now", href: "download" }
|
||||||
|
]}
|
||||||
|
buttonAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
@@ -232,4 +236,4 @@ export default function VefuLanding() {
|
|||||||
</div>
|
</div>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user