From 73ad4b64aaf2a7f87129de38c4cead228b9635db Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:06:44 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.49.1 From a801484dea726ba9f29c9794bd65bc78820b062e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 6 Mar 2026 13:06:44 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) 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 -- 2.49.1