diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..5effae9 --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,63 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import FooterBaseCard from '@/components/sections/footer/FooterBaseCard'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; + +export default function AboutPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} \ No newline at end of file diff --git a/src/app/page.tsx b/src/app/page.tsx index e082c9b..107ee87 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,13 +30,13 @@ export default function LandingPage() { @@ -51,9 +51,9 @@ export default function LandingPage() { tag="Blessed 2BA Blessing!" buttons={[ { - text: "Get Started", href: "#contact"}, + text: "Get Started", href: "/#contact"}, { - text: "Our Services", href: "#services"}, + text: "Our Services", href: "/#services"}, ]} mediaItems={[ { @@ -150,9 +150,9 @@ export default function LandingPage() { { title: "Links", items: [ { - label: "Services", href: "#services"}, + label: "Services", href: "/#services"}, { - label: "Contact", href: "#contact"}, + label: "Contact", href: "/#contact"}, ], }, {