4 Commits

Author SHA1 Message Date
973c368094 Merge version_3 into main
Merge version_3 into main
2026-03-10 10:06:58 +00:00
90dd531105 Update src/app/page.tsx 2026-03-10 10:06:54 +00:00
867f15b8ed Update src/app/layout.tsx 2026-03-10 10:06:53 +00:00
de06d70e36 Merge version_2 into main
Merge version_2 into main
2026-03-10 09:54:16 +00:00
2 changed files with 3 additions and 3 deletions

View File

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

View File

@@ -54,7 +54,7 @@ export default function MoloniLandingPage() {
},
]}
rating={5}
ratingText="Trusted by Portuguese businesses"
ratingText="Trusted by 50K+ Portuguese Businesses"
buttons={[
{ text: "Comece Gratuitamente", href: "#contact" },
{ text: "Ver Demo", href: "#features" },
@@ -219,4 +219,4 @@ export default function MoloniLandingPage() {
</div>
</ThemeProvider>
);
}
}