6 Commits

Author SHA1 Message Date
463da2f91a Merge version_7 into main
Merge version_7 into main
2026-03-08 10:03:02 +00:00
eaf28a5ecc Update src/app/styles/variables.css 2026-03-08 10:02:58 +00:00
1efdff1923 Merge version_6 into main
Merge version_6 into main
2026-03-08 04:52:16 +00:00
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
3 changed files with 8 additions and 8 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"
],

View File

@@ -10,14 +10,14 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0B0F19;
--card: #111827;
--foreground: #FFFFFF;
--primary-cta: #2563EB;
--background: #0a0e27;
--card: #0f1629;
--foreground: #e8eef7;
--primary-cta: #3b82f6;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1e293b;
--secondary-cta-text: #fff5f5e6;
--accent: #60A5FA;
--accent: #60a5fa;
--background-accent: #1e40af;
/* text sizing - set by ThemeProvider */