Update src/app/about/page.tsx
This commit is contained in:
@@ -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"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user