diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index a687a51..470280a 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -3,34 +3,38 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import AboutMetric from "@/components/sections/about/AboutMetric"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import MetricSplitMediaAbout from "@/components/sections/about/MetricSplitMediaAbout"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; import { Users, Award, Zap } from "lucide-react"; export default function AboutPage() { return ( - + - - + ); -} +} \ No newline at end of file diff --git a/src/app/account/page.tsx b/src/app/account/page.tsx index bbe0118..3dd67bd 100644 --- a/src/app/account/page.tsx +++ b/src/app/account/page.tsx @@ -6,14 +6,14 @@ import ReactLenis from "lenis/react"; export default function AccountPage() { return ( - + + - - + ); -} +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index b225c1f..84e9640 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -3,15 +3,7 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import HeroSplitDoubleCarousel from "@/components/sections/hero/HeroSplitDoubleCarousel"; -import FeatureBento from "@/components/sections/feature/FeatureBento"; -import FeatureCardTwentySix from "@/components/sections/feature/FeatureCardTwentySix"; -import MetricCardOne from "@/components/sections/metrics/MetricCardOne"; -import FaqBase from "@/components/sections/faq/FaqBase"; -import ContactCTA from "@/components/sections/contact/ContactCTA"; -import FooterBase from "@/components/sections/footer/FooterBase"; -import TestimonialCardFifteen from "@/components/sections/testimonial/TestimonialCardFifteen"; -import { Sparkles, Wand2, Zap, Layers, Users, Bot, Palette, Film, Scissors } from "lucide-react"; +import { Sparkles } from "lucide-react"; export default function EditorPlatformPage() { return ( @@ -32,113 +24,18 @@ export default function EditorPlatformPage() { brandName="EditFlow" navItems={[ { name: "Home", id: "/" }, - { name: "Features", id: "features" }, - { name: "Pricing", id: "pricing" }, + { name: "Features", id: "/features" }, + { name: "Pricing", id: "/pricing" }, + { name: "About", id: "/about" }, { name: "Account", id: "/account" }, { name: "Settings", id: "/settings" }, ]} button={{ text: "Open Editor", href: "#contact" }} /> - - - - - - - - +
+

Welcome to EditFlow

+
); -} +} \ No newline at end of file diff --git a/src/app/pricing/page.tsx b/src/app/pricing/page.tsx index f91bd01..df50d0e 100644 --- a/src/app/pricing/page.tsx +++ b/src/app/pricing/page.tsx @@ -3,34 +3,36 @@ import ReactLenis from "lenis/react"; import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay"; -import PricingCardFive from "@/components/sections/pricing/PricingCardFive"; -import FooterBase from "@/components/sections/footer/FooterBase"; +import PricingCardTwo from "@/components/sections/pricing/PricingCardTwo"; +import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal"; export default function PricingPage() { return ( - + - - + ); -} +} \ No newline at end of file diff --git a/src/app/settings/page.tsx b/src/app/settings/page.tsx index ae2f7dd..70f663e 100644 --- a/src/app/settings/page.tsx +++ b/src/app/settings/page.tsx @@ -6,14 +6,14 @@ import ReactLenis from "lenis/react"; export default function SettingsPage() { return ( - +