Update src/app/about/page.tsx

This commit is contained in:
2026-04-10 16:23:35 +00:00
parent 363f2438aa
commit 0137349dd4

View File

@@ -3,7 +3,6 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
import InlineImageSplitTextAbout from '@/components/sections/about/InlineImageSplitTextAbout';
import TeamCardOne from '@/components/sections/team/TeamCardOne';
import FooterCard from '@/components/sections/footer/FooterCard';
@@ -31,10 +30,6 @@ export default function AboutPage() {
]}
brandName="PropElite"
/>
<InlineImageSplitTextAbout
heading={[{ type: 'text', content: 'Redefining Real Estate Excellence' }]}
useInvertedBackground={false}
/>
<TeamCardOne
members={[
{ id: "t1", name: "Jane Doe", role: "CEO & Founder", imageSrc: "http://img.b2bpic.net/free-photo/beautiful-young-woman-holding-digital-tablet-standing-outdoor_23-2147862770.jpg" },
@@ -43,6 +38,7 @@ export default function AboutPage() {
gridVariant="two-columns-alternating-heights"
animationType="slide-up"
title="Our Leadership"
description="Meet the experts driving our vision forward."
useInvertedBackground={false}
textboxLayout="default"
/>