Compare commits
11 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| 0888d11d38 | |||
| 650787ba98 | |||
| 5671304164 | |||
| 8d9a89b525 | |||
| b31a0c36a3 | |||
| 83a1c397ab | |||
| e09bb87655 | |||
| 10c665f2bd | |||
| 76bc69c579 | |||
| bae7917af0 | |||
| 23214c4159 |
@@ -5,14 +5,13 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
|||||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||||
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout";
|
||||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||||
import { Users, Award, Zap } from "lucide-react";
|
|
||||||
|
|
||||||
export default function AboutPage() {
|
export default function AboutPage() {
|
||||||
return (
|
return (
|
||||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="medium" sizing="medium" background="none" cardStyle="glass-elevated" primaryButtonStyle="metallic" secondaryButtonStyle="glass" headingFontWeight="medium">
|
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="medium" sizing="medium" background="none" cardStyle="glass-elevated" primaryButtonStyle="metallic" secondaryButtonStyle="glass" headingFontWeight="medium">
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="EditFlow"
|
brandName="EditPro"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Features", id: "/features" },
|
{ name: "Features", id: "/features" },
|
||||||
@@ -33,7 +32,7 @@ export default function AboutPage() {
|
|||||||
metricsAnimation="slide-up"
|
metricsAnimation="slide-up"
|
||||||
mediaAnimation="slide-up"
|
mediaAnimation="slide-up"
|
||||||
/>
|
/>
|
||||||
<FooterBaseReveal logoText="EditFlow" columns={[]} />
|
<FooterBaseReveal logoText="EditPro" columns={[]} />
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -9,19 +9,17 @@ export default function AccountPage() {
|
|||||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="medium" sizing="medium" background="none" cardStyle="glass-elevated" primaryButtonStyle="metallic" secondaryButtonStyle="glass" headingFontWeight="medium">
|
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="medium" sizing="medium" background="none" cardStyle="glass-elevated" primaryButtonStyle="metallic" secondaryButtonStyle="glass" headingFontWeight="medium">
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="EditFlow"
|
brandName="EditPro"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Features", id: "/features" },
|
{ name: "Features", id: "/features" },
|
||||||
{ name: "Pricing", id: "/pricing" },
|
{ name: "Pricing", id: "/pricing" }
|
||||||
{ name: "Account", id: "/account" },
|
|
||||||
{ name: "Settings", id: "/settings" },
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<main className="container mx-auto py-24 min-h-screen">
|
<main className="container mx-auto py-24 min-h-screen">
|
||||||
<h1 className="text-4xl font-bold mb-8">My Account</h1>
|
<h1 className="text-4xl font-bold mb-8">My Account</h1>
|
||||||
<div className="bg-card p-8 rounded-xl shadow-lg border">
|
<div className="bg-card p-8 rounded-xl shadow-lg border">
|
||||||
<p>Profile details and subscription management go here.</p>
|
<p>Profile management moved to profile menu.</p>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export default function FeaturesPage() {
|
|||||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="medium" sizing="medium" background="none" cardStyle="glass-elevated" primaryButtonStyle="metallic" secondaryButtonStyle="glass" headingFontWeight="medium">
|
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="medium" sizing="medium" background="none" cardStyle="glass-elevated" primaryButtonStyle="metallic" secondaryButtonStyle="glass" headingFontWeight="medium">
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="EditFlow"
|
brandName="EditPro"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Features", id: "/features" },
|
{ name: "Features", id: "/features" },
|
||||||
@@ -31,7 +31,7 @@ export default function FeaturesPage() {
|
|||||||
{ title: "Object Removal", description: "Generative removal of unwanted subjects." }
|
{ title: "Object Removal", description: "Generative removal of unwanted subjects." }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<FooterBaseReveal logoText="EditFlow" columns={[]} />
|
<FooterBaseReveal logoText="EditPro" columns={[]} />
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -3,7 +3,7 @@
|
|||||||
import ReactLenis from "lenis/react";
|
import ReactLenis from "lenis/react";
|
||||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||||
import { Sparkles } from "lucide-react";
|
import HeroLogo from "@/components/sections/hero/HeroLogo";
|
||||||
|
|
||||||
export default function EditorPlatformPage() {
|
export default function EditorPlatformPage() {
|
||||||
return (
|
return (
|
||||||
@@ -15,25 +15,30 @@ export default function EditorPlatformPage() {
|
|||||||
sizing="medium"
|
sizing="medium"
|
||||||
background="none"
|
background="none"
|
||||||
cardStyle="glass-elevated"
|
cardStyle="glass-elevated"
|
||||||
primaryButtonStyle="metallic"
|
primaryButtonStyle="gradient"
|
||||||
secondaryButtonStyle="glass"
|
secondaryButtonStyle="glass"
|
||||||
headingFontWeight="medium"
|
headingFontWeight="medium"
|
||||||
>
|
>
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="EditFlow"
|
brandName="EditPro"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Features", id: "/features" },
|
{ name: "Features", id: "/features" },
|
||||||
{ name: "Pricing", id: "/pricing" },
|
{ name: "Pricing", id: "/pricing" }
|
||||||
{ name: "About", id: "/about" },
|
|
||||||
{ name: "Account", id: "/account" },
|
|
||||||
{ name: "Settings", id: "/settings" },
|
|
||||||
]}
|
]}
|
||||||
button={{ text: "Open Editor", href: "#contact" }}
|
button={{ text: "Open Editor", href: "#contact" }}
|
||||||
/>
|
/>
|
||||||
<main className="py-24">
|
<main className="py-24">
|
||||||
<h1 className="text-center">Welcome to EditFlow</h1>
|
<div id="hero">
|
||||||
|
<HeroLogo
|
||||||
|
logoText="EditPro"
|
||||||
|
description="Professional creative suite for pro editors."
|
||||||
|
buttons={[{ text: "Get Started", href: "#" }]}
|
||||||
|
imageSrc="https://images.unsplash.com/photo-1579783902614-a3fb3927b6a5?q=80&w=1600&auto=format&fit=crop"
|
||||||
|
imageAlt="Professional Editing Workflow"
|
||||||
|
/>
|
||||||
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
|
|||||||
@@ -11,7 +11,7 @@ export default function PricingPage() {
|
|||||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="medium" sizing="medium" background="none" cardStyle="glass-elevated" primaryButtonStyle="metallic" secondaryButtonStyle="glass" headingFontWeight="medium">
|
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="medium" sizing="medium" background="none" cardStyle="glass-elevated" primaryButtonStyle="metallic" secondaryButtonStyle="glass" headingFontWeight="medium">
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="EditFlow"
|
brandName="EditPro"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Features", id: "/features" },
|
{ name: "Features", id: "/features" },
|
||||||
@@ -31,7 +31,7 @@ export default function PricingPage() {
|
|||||||
{ id: "p2", badge: "Pro", price: "$49", subtitle: "/mo", buttons: [{ text: "Select", href: "#" }], features: ["Advanced AI Tools", "Unlimited Exports", "Priority Support"] }
|
{ id: "p2", badge: "Pro", price: "$49", subtitle: "/mo", buttons: [{ text: "Select", href: "#" }], features: ["Advanced AI Tools", "Unlimited Exports", "Priority Support"] }
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<FooterBaseReveal logoText="EditFlow" columns={[]} />
|
<FooterBaseReveal logoText="EditPro" columns={[]} />
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
</ThemeProvider>
|
</ThemeProvider>
|
||||||
);
|
);
|
||||||
|
|||||||
@@ -9,19 +9,17 @@ export default function SettingsPage() {
|
|||||||
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="medium" sizing="medium" background="none" cardStyle="glass-elevated" primaryButtonStyle="metallic" secondaryButtonStyle="glass" headingFontWeight="medium">
|
<ThemeProvider defaultButtonVariant="text-stagger" defaultTextAnimation="entrance-slide" borderRadius="pill" contentWidth="medium" sizing="medium" background="none" cardStyle="glass-elevated" primaryButtonStyle="metallic" secondaryButtonStyle="glass" headingFontWeight="medium">
|
||||||
<ReactLenis root>
|
<ReactLenis root>
|
||||||
<NavbarLayoutFloatingOverlay
|
<NavbarLayoutFloatingOverlay
|
||||||
brandName="EditFlow"
|
brandName="EditPro"
|
||||||
navItems={[
|
navItems={[
|
||||||
{ name: "Home", id: "/" },
|
{ name: "Home", id: "/" },
|
||||||
{ name: "Features", id: "/features" },
|
{ name: "Features", id: "/features" },
|
||||||
{ name: "Pricing", id: "/pricing" },
|
{ name: "Pricing", id: "/pricing" }
|
||||||
{ name: "Account", id: "/account" },
|
|
||||||
{ name: "Settings", id: "/settings" },
|
|
||||||
]}
|
]}
|
||||||
/>
|
/>
|
||||||
<main className="container mx-auto py-24 min-h-screen">
|
<main className="container mx-auto py-24 min-h-screen">
|
||||||
<h1 className="text-4xl font-bold mb-8">Settings</h1>
|
<h1 className="text-4xl font-bold mb-8">Settings</h1>
|
||||||
<div className="bg-card p-8 rounded-xl shadow-lg border">
|
<div className="bg-card p-8 rounded-xl shadow-lg border">
|
||||||
<p>Application preferences and security settings go here.</p>
|
<p>Settings moved to profile menu.</p>
|
||||||
</div>
|
</div>
|
||||||
</main>
|
</main>
|
||||||
</ReactLenis>
|
</ReactLenis>
|
||||||
|
|||||||
Reference in New Issue
Block a user