Merge version_3 into main #3

Merged
bender merged 2 commits from version_3 into main 2026-03-09 11:08:28 +00:00
2 changed files with 9 additions and 8 deletions

View File

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

View File

@@ -165,18 +165,18 @@ export default function LandingPage() {
tagIcon={CreditCard}
tagAnimation="slide-up"
plans={[
{
id: "starter", title: "Starter", price: "$0", period: "forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ahm1GFHK1v87J2Lm4ZltmBhGcH/an-illustration-representing-a-beginner--1773053054456-d71cd927.png", features: [
"5 content generations per month", "Instagram & TikTok only", "Basic hashtags", "Community support"
],
button: { text: "Start with Free Plan", href: "contact" },
},
{
id: "pro", title: "Pro", price: "$29", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ahm1GFHK1v87J2Lm4ZltmBhGcH/an-illustration-representing-a-professio-1773053054692-eb672a5d.png", features: [
"Unlimited content generations", "All platforms (Instagram, TikTok, YouTube)", "Advanced hashtag research", "Content calendar & scheduling", "Priority email support", "Analytics dashboard"
],
button: { text: "Start Free Trial", href: "contact" },
},
{
id: "starter", title: "Starter", price: "$0", period: "forever", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ahm1GFHK1v87J2Lm4ZltmBhGcH/an-illustration-representing-a-beginner--1773053054456-d71cd927.png", features: [
"5 content generations per month", "Instagram & TikTok only", "Basic hashtags", "Community support"
],
button: { text: "Start with Free Plan", href: "contact" },
},
{
id: "agency", title: "Agency", price: "$99", period: "/month", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Ahm1GFHK1v87J2Lm4ZltmBhGcH/an-illustration-representing-an-enterpri-1773053055352-5c0fdf7b.png", features: [
"Everything in Pro", "Manage 10+ client accounts", "Team collaboration tools", "Custom AI training", "API access", "Dedicated account manager", "White-label options"
@@ -187,6 +187,7 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
cardClassName="data-[is-featured=true]:ring-2 data-[is-featured=true]:ring-primary-cta data-[is-featured=true]:shadow-lg data-[is-featured=true]:scale-105 data-[is-featured=true]:md:scale-110"
/>
</div>
@@ -314,4 +315,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}