4 Commits

Author SHA1 Message Date
2052da3bc6 Merge version_3 into main
Merge version_3 into main
2026-03-06 13:06:48 +00:00
a801484dea Update src/app/page.tsx 2026-03-06 13:06:44 +00:00
73ad4b64aa Update src/app/layout.tsx 2026-03-06 13:06:44 +00:00
07040f4a56 Merge version_2 into main
Merge version_2 into main
2026-03-06 13:04:46 +00:00
2 changed files with 7 additions and 3 deletions

View File

@@ -1422,4 +1422,4 @@ export default function RootLayout({
</ServiceWrapper>
</html>
);
}
}

View File

@@ -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"
/>
</div>
@@ -232,4 +236,4 @@ export default function VefuLanding() {
</div>
</ThemeProvider>
);
}
}