diff --git a/src/app/layout.tsx b/src/app/layout.tsx index a4136d0..5187dfc 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1422,4 +1422,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 52779d4..9797a87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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." } ]} - textboxLayout="default" + textboxLayout="split-actions" animationType="slide-up" useInvertedBackground={false} + buttons={[ + { text: "Download App Now", href: "download" } + ]} + buttonAnimation="slide-up" /> @@ -232,4 +236,4 @@ export default function VefuLanding() { ); -} +} \ No newline at end of file