Update src/app/about/page.tsx

This commit is contained in:
2026-05-09 18:07:59 +00:00
parent 67337ceb05
commit c1fe8fd369

View File

@@ -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>