8 Commits

Author SHA1 Message Date
51a26e1747 Merge version_4 into main
Merge version_4 into main
2026-04-24 13:59:44 +00:00
2f2f552774 Update src/app/page.tsx 2026-04-24 13:59:41 +00:00
4653f89148 Merge version_3 into main
Merge version_3 into main
2026-04-24 13:58:10 +00:00
c50ccbad71 Update src/app/page.tsx 2026-04-24 13:58:07 +00:00
9712a575bf Merge version_2 into main
Merge version_2 into main
2026-04-24 13:56:36 +00:00
40a5d0581f Update src/app/page.tsx 2026-04-24 13:56:33 +00:00
db86669ed1 Merge version_1 into main
Merge version_1 into main
2026-04-24 13:55:08 +00:00
78b5cd30e5 Merge version_1 into main
Merge version_1 into main
2026-04-24 13:54:33 +00:00

View File

@@ -43,7 +43,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroOverlayTestimonial
title="Unleash Your Creativity with OmniAI"
title="Generate Professional AI Content in Seconds"
description="The most powerful AI platform to generate stunning images, professional videos, and insightful answers to all your questions."
testimonials={[
{ name: "Sarah J.", handle: "@sarah", testimonial: "OmniAI changed my workflow. Generating video has never been this fast.", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/portrait-handsome-bearded-male-wearing-vintage-business-clo_613910-1552.jpg" },
@@ -115,7 +115,7 @@ export default function LandingPage() {
buttons: [{ text: "Choose Basic", href: "#" }]
},
{
id: "premium", name: "Premium", price: "$29/mo", features: ["All Basic Features", "AI Video Generation", "Priority Rendering", "Advanced API"],
id: "premium", name: "Premium", badge: "Most Popular", price: "$29/mo", features: ["All Basic Features", "AI Video Generation", "Priority Rendering", "Advanced API"],
buttons: [{ text: "Choose Premium", href: "#" }]
},
{
@@ -160,8 +160,9 @@ export default function LandingPage() {
useInvertedBackground={true}
faqs={[
{ id: "q1", title: "Can I cancel my subscription?", content: "Yes, you can cancel your monthly or yearly plan at any time." },
{ id: "q2", title: "Is there a limit on image generation?", content: "Basic plans have generous monthly limits, Premium plans provide more." },
{ id: "q3", title: "What video formats are supported?", content: "We support MP4, MOV, and AVI for all your AI video needs." }
{ id: "q2", title: "Is there a money-back guarantee?", content: "We offer a 14-day no-questions-asked money-back guarantee on all annual plans so you can try us risk-free." },
{ id: "q3", title: "Is there a limit on image generation?", content: "Basic plans have generous monthly limits, Premium plans provide more." },
{ id: "q4", title: "What video formats are supported?", content: "We support MP4, MOV, and AVI for all your AI video needs." }
]}
title="Frequently Asked Questions"
description="Get quick answers to all your questions."
@@ -200,4 +201,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}