diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx new file mode 100644 index 0000000..763deaa --- /dev/null +++ b/src/app/about/page.tsx @@ -0,0 +1,93 @@ +"use client"; + +import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; +import ReactLenis from "lenis/react"; +import ContactCenter from '@/components/sections/contact/ContactCenter'; +import FaqBase from '@/components/sections/faq/FaqBase'; +import FeatureCardNineteen from '@/components/sections/feature/FeatureCardNineteen'; +import FooterMedia from '@/components/sections/footer/FooterMedia'; +import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; +import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout'; +import NavbarStyleApple from '@/components/navbar/NavbarStyleApple/NavbarStyleApple'; +import ProductCardThree from '@/components/sections/product/ProductCardThree'; +import SocialProofOne from '@/components/sections/socialProof/SocialProofOne'; +import TestimonialCardTwelve from '@/components/sections/testimonial/TestimonialCardTwelve'; + +export default function AboutPage() { + return ( + + + + +
+ +
+ + +
+
+ ); +} diff --git a/src/app/page.tsx b/src/app/page.tsx index 895fb13..f393091 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,9 +32,9 @@ export default function LandingPage() { @@ -205,9 +205,9 @@ export default function LandingPage() { { title: "Company", items: [ { - label: "About Us", href: "#about"}, + label: "About Us", href: "/about"}, { - label: "Our Philosophy", href: "#about"}, + label: "Our Philosophy", href: "/about"}, { label: "Careers", href: "#"}, ],