Compare commits
1 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 8cc69c87c3 |
224
src/app/page.tsx
224
src/app/page.tsx
@@ -31,21 +31,13 @@ export default function LandingPage() {
|
|||||||
<NavbarStyleApple
|
<NavbarStyleApple
|
||||||
navItems={[
|
navItems={[
|
||||||
{
|
{
|
||||||
name: "Features",
|
name: "Features", id: "features"},
|
||||||
id: "features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Showcase",
|
name: "Showcase", id: "metrics"},
|
||||||
id: "metrics",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "Testimonials",
|
name: "Testimonials", id: "testimonials"},
|
||||||
id: "testimonials",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
name: "FAQ",
|
name: "FAQ", id: "faq"},
|
||||||
id: "faq",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
brandName="EditFlow"
|
brandName="EditFlow"
|
||||||
/>
|
/>
|
||||||
@@ -54,63 +46,40 @@ export default function LandingPage() {
|
|||||||
<div id="hero" data-section="hero">
|
<div id="hero" data-section="hero">
|
||||||
<HeroSplit
|
<HeroSplit
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
title="Edit Like A Pro, Instantly."
|
title="Edit Like A Pro, Instantly."
|
||||||
description="Unleash your creativity with AI-powered video editing tools. Create, edit, and share high-quality content in seconds."
|
description="Unleash your creativity with AI-powered video editing tools. Create, edit, and share high-quality content in seconds."
|
||||||
buttons={[
|
buttons={[
|
||||||
{
|
{
|
||||||
text: "Start Editing",
|
text: "Start Editing", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038907.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/representations-user-experience-interface-design_23-2150038907.jpg"
|
||||||
imageAlt="AI-powered video editing dashboard"
|
imageAlt="AI-powered video editing dashboard"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
avatars={[
|
avatars={[
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smart-watch_23-2150201853.jpg",
|
src: "http://img.b2bpic.net/free-photo/ui-ux-representations-with-smart-watch_23-2150201853.jpg", alt: "User 1"},
|
||||||
alt: "User 1",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/artist-using-tablet-stylus-pen_23-2152007744.jpg",
|
src: "http://img.b2bpic.net/free-photo/artist-using-tablet-stylus-pen_23-2152007744.jpg", alt: "User 2"},
|
||||||
alt: "User 2",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg",
|
src: "http://img.b2bpic.net/free-photo/representation-user-experience-interface-design_23-2150169842.jpg", alt: "User 3"},
|
||||||
alt: "User 3",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/circle-round-badge-banner-vector_53876-120995.jpg",
|
src: "http://img.b2bpic.net/free-photo/circle-round-badge-banner-vector_53876-120995.jpg", alt: "User 4"},
|
||||||
alt: "User 4",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
src: "http://img.b2bpic.net/free-photo/dynamic-light-painting-background_23-2149679076.jpg",
|
src: "http://img.b2bpic.net/free-photo/dynamic-light-painting-background_23-2149679076.jpg", alt: "User 5"},
|
||||||
alt: "User 5",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
avatarText="Join 10M+ creative professionals"
|
avatarText="Join 10M+ creative professionals"
|
||||||
marqueeItems={[
|
marqueeItems={[
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Ultra-Fast Rendering"},
|
||||||
text: "Ultra-Fast Rendering",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "AI-Powered Enhancements"},
|
||||||
text: "AI-Powered Enhancements",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Cloud Sync"},
|
||||||
text: "Cloud Sync",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "4K Export Support"},
|
||||||
text: "4K Export Support",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
type: "text",
|
type: "text", text: "Intuitive Workflow"},
|
||||||
text: "Intuitive Workflow",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
@@ -122,32 +91,17 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
features={[
|
features={[
|
||||||
{
|
{
|
||||||
id: "f1",
|
id: "f1", title: "Smart AI Cutting", tags: [
|
||||||
title: "Smart AI Cutting",
|
"AI", "Speed"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/close-up-retouching-software-touch-screen-computer-studio-hands-photographer-editing-pictures-with-professional-technology-photography-project-retouch-media-editor_482257-34139.jpg"},
|
||||||
"AI",
|
|
||||||
"Speed",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-retouching-software-touch-screen-computer-studio-hands-photographer-editing-pictures-with-professional-technology-photography-project-retouch-media-editor_482257-34139.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f2",
|
id: "f2", title: "Cinematic Color Grade", tags: [
|
||||||
title: "Cinematic Color Grade",
|
"Pro", "Color"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/photographer-using-professional-photo-editing-tools-close-up-shot-pc-display_482257-82193.jpg"},
|
||||||
"Pro",
|
|
||||||
"Color",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/photographer-using-professional-photo-editing-tools-close-up-shot-pc-display_482257-82193.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "f3",
|
id: "f3", title: "Multi-Layer Exports", tags: [
|
||||||
title: "Multi-Layer Exports",
|
"Output", "Quality"],
|
||||||
tags: [
|
imageSrc: "http://img.b2bpic.net/free-photo/pause-icon-multimedia-entertainment-perforated-paper_53876-31067.jpg"},
|
||||||
"Output",
|
|
||||||
"Quality",
|
|
||||||
],
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/pause-icon-multimedia-entertainment-perforated-paper_53876-31067.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Professional Tools, Simple Interface"
|
title="Professional Tools, Simple Interface"
|
||||||
description="Everything you need to produce cinematic content without the complexity of traditional editors."
|
description="Everything you need to produce cinematic content without the complexity of traditional editors."
|
||||||
@@ -161,31 +115,16 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
metrics={[
|
metrics={[
|
||||||
{
|
{
|
||||||
id: "m1",
|
id: "m1", value: "10M+", title: "Creators", items: [
|
||||||
value: "10M+",
|
"Active creators", "Global community"],
|
||||||
title: "Creators",
|
|
||||||
items: [
|
|
||||||
"Active creators",
|
|
||||||
"Global community",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m2",
|
id: "m2", value: "50M+", title: "Projects", items: [
|
||||||
value: "50M+",
|
"Successfully exported", "High-quality renders"],
|
||||||
title: "Projects",
|
|
||||||
items: [
|
|
||||||
"Successfully exported",
|
|
||||||
"High-quality renders",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
id: "m3",
|
id: "m3", value: "99.9%", title: "Uptime", items: [
|
||||||
value: "99.9%",
|
"Reliable cloud sync", "Always available"],
|
||||||
title: "Uptime",
|
|
||||||
items: [
|
|
||||||
"Reliable cloud sync",
|
|
||||||
"Always available",
|
|
||||||
],
|
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
title="Global Impact"
|
title="Global Impact"
|
||||||
@@ -200,40 +139,15 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
testimonials={[
|
testimonials={[
|
||||||
{
|
{
|
||||||
id: "1",
|
id: "1", name: "Sarah J.", role: "Film Producer", testimonial: "The best AI editor I've ever used. Incredibly fast.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-movie-producer_23-2148915842.jpg"},
|
||||||
name: "Sarah J.",
|
|
||||||
role: "Film Producer",
|
|
||||||
testimonial: "The best AI editor I've ever used. Incredibly fast.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/portrait-female-movie-producer_23-2148915842.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "2",
|
id: "2", name: "Marcus C.", role: "YouTuber", testimonial: "Simplified my workflow by hours every single week.", imageSrc: "http://img.b2bpic.net/free-photo/female-editor-designer-retouches-photos-dual-monitors-desktop_482257-126858.jpg"},
|
||||||
name: "Marcus C.",
|
|
||||||
role: "YouTuber",
|
|
||||||
testimonial: "Simplified my workflow by hours every single week.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/female-editor-designer-retouches-photos-dual-monitors-desktop_482257-126858.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "3",
|
id: "3", name: "Elena R.", role: "Creative Director", testimonial: "Studio-quality results directly in my browser.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-microphone_23-2149200039.jpg"},
|
||||||
name: "Elena R.",
|
|
||||||
role: "Creative Director",
|
|
||||||
testimonial: "Studio-quality results directly in my browser.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-smiley-woman-with-microphone_23-2149200039.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "4",
|
id: "4", name: "David K.", role: "Editor", testimonial: "Intuitive, powerful, and perfectly responsive.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-pretty-woman-listening-music-chatting-by-phone_171337-7510.jpg"},
|
||||||
name: "David K.",
|
|
||||||
role: "Editor",
|
|
||||||
testimonial: "Intuitive, powerful, and perfectly responsive.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-young-pretty-woman-listening-music-chatting-by-phone_171337-7510.jpg",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "5",
|
id: "5", name: "Lila P.", role: "Social Media Manager", testimonial: "My content has never looked this professional.", imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-through-blinds-early-morning-sunlight_169016-17897.jpg"},
|
||||||
name: "Lila P.",
|
|
||||||
role: "Social Media Manager",
|
|
||||||
testimonial: "My content has never looked this professional.",
|
|
||||||
imageSrc: "http://img.b2bpic.net/free-photo/woman-looks-through-blinds-early-morning-sunlight_169016-17897.jpg",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Trusted by Creators"
|
title="Trusted by Creators"
|
||||||
description="See why professional editors worldwide choose our platform."
|
description="See why professional editors worldwide choose our platform."
|
||||||
@@ -245,14 +159,7 @@ export default function LandingPage() {
|
|||||||
textboxLayout="split"
|
textboxLayout="split"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
names={[
|
names={[
|
||||||
"Netflix",
|
"Netflix", "YouTube", "Adobe", "Disney", "Amazon", "Apple", "Spotify"]}
|
||||||
"YouTube",
|
|
||||||
"Adobe",
|
|
||||||
"Disney",
|
|
||||||
"Amazon",
|
|
||||||
"Apple",
|
|
||||||
"Spotify",
|
|
||||||
]}
|
|
||||||
title="Used by Leading Media Houses"
|
title="Used by Leading Media Houses"
|
||||||
description="Industry leaders rely on our infrastructure for their creative output."
|
description="Industry leaders rely on our infrastructure for their creative output."
|
||||||
/>
|
/>
|
||||||
@@ -264,20 +171,11 @@ export default function LandingPage() {
|
|||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
faqs={[
|
faqs={[
|
||||||
{
|
{
|
||||||
id: "q1",
|
id: "q1", title: "Is it free to start?", content: "Yes, our starter tier is free for everyone."},
|
||||||
title: "Is it free to start?",
|
|
||||||
content: "Yes, our starter tier is free for everyone.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q2",
|
id: "q2", title: "Do I need a powerful computer?", content: "No, our cloud processing handles the heavy work."},
|
||||||
title: "Do I need a powerful computer?",
|
|
||||||
content: "No, our cloud processing handles the heavy work.",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
id: "q3",
|
id: "q3", title: "Can I export in 4K?", content: "Absolutely, all tiers support 4K exports."},
|
||||||
title: "Can I export in 4K?",
|
|
||||||
content: "Absolutely, all tiers support 4K exports.",
|
|
||||||
},
|
|
||||||
]}
|
]}
|
||||||
title="Frequently Asked Questions"
|
title="Frequently Asked Questions"
|
||||||
description="Get quick answers to common questions about our platform."
|
description="Get quick answers to common questions about our platform."
|
||||||
@@ -292,11 +190,10 @@ export default function LandingPage() {
|
|||||||
<ContactSplit
|
<ContactSplit
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
background={{
|
background={{
|
||||||
variant: "plain",
|
variant: "plain"}}
|
||||||
}}
|
|
||||||
tag="Join Us"
|
tag="Join Us"
|
||||||
title="Ready to Start?"
|
title="Start Your First Pro Project"
|
||||||
description="Sign up today and get your first 3 pro projects free."
|
description="Claim your free trial now and unlock professional-grade editing tools instantly. Sign up today—limited spots available!"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
imageSrc="http://img.b2bpic.net/free-photo/smiling-positive-brunette-female-eyeglasses-taking-pictures-with-professional-photo-camera-isolated-grey-background_613910-7166.jpg"
|
imageSrc="http://img.b2bpic.net/free-photo/smiling-positive-brunette-female-eyeglasses-taking-pictures-with-professional-photo-camera-isolated-grey-background_613910-7166.jpg"
|
||||||
imageAlt="Contact Us"
|
imageAlt="Contact Us"
|
||||||
@@ -308,42 +205,27 @@ export default function LandingPage() {
|
|||||||
logoText="EditFlow"
|
logoText="EditFlow"
|
||||||
columns={[
|
columns={[
|
||||||
{
|
{
|
||||||
title: "Product",
|
title: "Product", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Features",
|
label: "Features", href: "#features"},
|
||||||
href: "#features",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Pricing",
|
label: "Pricing", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Company",
|
title: "Company", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "About",
|
label: "About", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Careers",
|
label: "Careers", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
title: "Legal",
|
title: "Legal", items: [
|
||||||
items: [
|
|
||||||
{
|
{
|
||||||
label: "Privacy",
|
label: "Privacy", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
{
|
{
|
||||||
label: "Terms",
|
label: "Terms", href: "#"},
|
||||||
href: "#",
|
|
||||||
},
|
|
||||||
],
|
],
|
||||||
},
|
},
|
||||||
]}
|
]}
|
||||||
@@ -353,4 +235,4 @@ export default function LandingPage() {
|
|||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
}
|
}
|
||||||
Reference in New Issue
Block a user