From 926af94002e7a8d5fcd55cc3a729236167aa8573 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:08:23 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 31e643b..5148a2c 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1384,4 +1384,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 44e142b8b8032c793f759164592b9fe9b50cb60e Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 9 Mar 2026 11:08:24 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0ff7de..188566b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -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" /> @@ -314,4 +315,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file -- 2.49.1