Update src/app/about/page.tsx
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
import ReactLenis from "lenis/react";
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import NavbarLayoutFloatingOverlay from "@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay";
|
||||
import { TextSplitAbout } from "@/components/sections/about/TextSplitAbout";
|
||||
import TextSplitAbout from "@/components/sections/about/TextSplitAbout";
|
||||
import FooterBaseReveal from "@/components/sections/footer/FooterBaseReveal";
|
||||
|
||||
export default function AboutPage() {
|
||||
@@ -35,7 +35,8 @@ export default function AboutPage() {
|
||||
<TextSplitAbout
|
||||
title="About Webild"
|
||||
description={[
|
||||
"We are a passionate team of designers, developers, and strategists dedicated to crafting exceptional digital experiences.", "Since our inception, we have been helping brands tell their stories and reach their full potential through high-performance web solutions."]}
|
||||
"We are a passionate team of designers, developers, and strategists dedicated to crafting exceptional digital experiences.", "Since our inception, we have been helping brands tell their stories and reach their full potential through high-performance web solutions."
|
||||
].join(" ")}
|
||||
useInvertedBackground={false}
|
||||
/>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user