5 Commits

Author SHA1 Message Date
d5767304f5 Merge version_3 into main
Merge version_3 into main
2026-04-15 14:04:24 +00:00
4087fdec48 Update theme colors 2026-04-15 14:04:20 +00:00
701b460685 Merge version_2 into main
Merge version_2 into main
2026-04-15 13:56:01 +00:00
dd48581547 Update src/app/page.tsx 2026-04-15 13:55:58 +00:00
bdefb1f623 Merge version_1 into main
Merge version_1 into main
2026-04-15 13:54:42 +00:00
2 changed files with 10 additions and 10 deletions

View File

@@ -44,7 +44,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlay
title="Turn Long Videos Into Viral Shorts Instantly"
title="Create Viral Clips From Long Videos in Seconds"
description="Paste your YouTube link and let our AI engine automatically extract the most engaging moments, optimize them for mobile, and generate perfectly captioned clips."
buttons={[{ text: "Start Converting", href: "#contact" }]}
imageSrc="http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169845.jpg"

View File

@@ -10,15 +10,15 @@
--accent: #ffffff;
--background-accent: #ffffff; */
--background: #0a0a0a;
--card: #1a1a1a;
--foreground: #fffaf5e6;
--primary-cta: #ffaa70;
--primary-cta-text: #0a0a0a;
--secondary-cta: #1a1a1a;
--secondary-cta-text: #fffaf5e6;
--accent: #737373;
--background-accent: #737373;
--background: #ffffff;
--card: #f9f9f9;
--foreground: #000612e6;
--primary-cta: #106EFB;
--primary-cta-text: #ffffff;
--secondary-cta: #f9f9f9;
--secondary-cta-text: #000612e6;
--accent: #e2e2e2;
--background-accent: #106EFB;
/* text sizing - set by ThemeProvider */
/* --text-2xs: clamp(0.465rem, 0.62vw, 0.62rem);