Merge version_3 into main #5

Merged
bender merged 1 commits from version_3 into main 2026-05-06 06:53:19 +00:00

View File

@@ -170,7 +170,7 @@ export default function LandingPage() {
"Basic Audit", "5 Keywords", "Monthly Reports"],
},
{
id: "pro", badge: "Growth", price: "$3,999/mo", subtitle: "For scaling enterprises", buttons: [
id: "pro", badge: "Most Recommended", price: "$3,999/mo", subtitle: "For scaling enterprises", buttons: [
{
text: "Get Started", href: "#contact"},
],
@@ -274,4 +274,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}