3 Commits

Author SHA1 Message Date
541f7212aa Update src/app/page.tsx 2026-03-08 04:52:12 +00:00
59c3ee3b82 Update src/app/layout.tsx 2026-03-08 04:52:12 +00:00
2c26f16d12 Merge version_5 into main
Merge version_5 into main
2026-03-08 04:50:40 +00:00
2 changed files with 3 additions and 3 deletions

View File

@@ -14,7 +14,7 @@ export default function RootLayout({
children: React.ReactNode;
}) {
return (
<html lang="en" suppressHydrationWarning>
<html lang="en">
<body className={inter.className}>{children}
<script
dangerouslySetInnerHTML={{

View File

@@ -113,14 +113,14 @@ export default function LandingPage() {
plans={[
{
id: "starter", badge: "Getting Started", badgeIcon: Rocket,
price: "$249", subtitle: "Perfect for first-time testers", buttons: [{ text: "Get Started", href: "#contact" }],
price: "$249", subtitle: "Test ideas risk-free", buttons: [{ text: "Get Started", href: "#contact" }],
features: [
"5 Ad Videos", "1 Hook per video", "1 Revision", "Delivery in 2448 hours", "Email support"
],
},
{
id: "growth", badge: "Most Popular", badgeIcon: Sparkles,
price: "$599", subtitle: "Best for scaling campaigns", buttons: [{ text: "Get Started", href: "#contact" }],
price: "$599", subtitle: "Scale winning campaigns faster", buttons: [{ text: "Get Started", href: "#contact" }],
features: [
"15 Ad Videos", "2 Hooks per video", "2 Revisions", "Delivery in 2448 hours", "Priority email support"
],