diff --git a/src/app/layout.tsx b/src/app/layout.tsx index aa5c190..c003498 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1418,4 +1418,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index 1fa0a8b..60a0501 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -212,7 +212,7 @@ export default function LandingPage() { plans={[ { id: "starter", badge: "Great to Start", badgeIcon: Rocket, - price: "$2,999", subtitle: "/month", buttons: [{ text: "Get Started", href: "#" }], + price: "$2,999", subtitle: "/month – 14-day free trial", buttons: [{ text: "Get Started", href: "#" }], features: [ "Up to 10 videos per month", "48-hour turnaround", "AI optimization included", "5 creative revisions", "Basic performance reporting", "Email support" ] @@ -308,4 +308,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file