Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-06 16:18:10 +00:00
2 changed files with 4 additions and 4 deletions

View File

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

View File

@@ -174,13 +174,13 @@ export default function LandingPage() {
<PricingCardNine
plans={[
{
id: "early-access", title: "Early Access", price: "Free", period: "Forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwPk9LXMe60GX6IG9IWihcmNb/large-download-button-or-cloud-download--1772813467104-31041505.png?_wi=2", imageAlt: "Early Access Plan", button: { text: "Secure Your Spot" },
id: "early-access", title: "Early Access", price: "Free", period: "Forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AZwPk9LXMe60GX6IG9IWihcmNb/large-download-button-or-cloud-download--1772813467104-31041505.png?_wi=2", imageAlt: "Early Access Plan", button: { text: "Claim Your Beta Access Now" },
features: [
"Priority access to beta", "Lifetime free tier", "Community support", "Direct feedback channel"],
},
]}
title="Download Monera"
description="The first release of Monera will be available soon. Secure your spot to be among the first to experience intelligent computer control. Limited spots available act now!"
description="The first release of Monera will be available very soon. Secure your spot immediately—only a limited number of beta positions are available. Early access spots are filling up fast. Act now to join the exclusive group of first users!"
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
@@ -222,4 +222,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}