Merge version_3 into main #5

Merged
bender merged 2 commits from version_3 into main 2026-03-09 11:03:10 +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

@@ -100,7 +100,7 @@ export default function LandingPage() {
{
id: "free", title: "Free Plan", price: "Free", period: "Forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ahm5WqJSwOGNbX3iFohsWDw7aU/abstract-data-visualization-or-growth-ch-1773053075565-a74568c0.png?_wi=1", imageAlt: "Free Plan Features", button: { text: "Get Started", href: "#contact" },
features: [
"10 AI Questions Per Day", "Limited Access to Library", "Basic Study Materials", "Community Forum Access"
"10 Free AI Questions Daily", "Limited Access to Library", "Basic Study Materials", "Community Forum Access"
]
},
{
@@ -223,4 +223,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}