diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..2a97ac9 --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,62 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; +import TestimonialAboutCard from '@/components/sections/about/TestimonialAboutCard'; +import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import { Play } from "lucide-react"; + +export default function AboutPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 5959cd0..25950ed 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -34,6 +34,7 @@ export default function LandingPage() { { name: "API", id: "#api" }, { name: "Features", id: "#features" }, { name: "Blog", id: "#blog" }, + { name: "About", id: "/about" }, ]} brandName="Ssemble" button={{ @@ -49,7 +50,7 @@ export default function LandingPage() { { text: "Get Clips", href: "#"}, { - text: "See How It Works", href: "#about"}, + text: "See How It Works", href: "/about"}, ]} buttonAnimation="slide-up" imageSrc="http://img.b2bpic.net/free-photo/close-up-accounting-sales-statistics-computer-display_482257-122982.jpg?_wi=1"