Compare commits
3 Commits
| Author | SHA1 | Date | |
|---|---|---|---|
| b1418b1e52 | |||
| 114117e87c | |||
| b92949ecb2 |
@@ -9,7 +9,7 @@ import HeroBillboardScroll from '@/components/sections/hero/HeroBillboardScroll'
|
|||||||
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
import MetricCardEleven from '@/components/sections/metrics/MetricCardEleven';
|
||||||
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay';
|
||||||
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
import SocialProofOne from '@/components/sections/socialProof/SocialProofOne';
|
||||||
import TeamCardTwo from '@/components/sections/team/TeamCardTwo';
|
import TeamCardTen from '@/components/sections/team/TeamCardTen';
|
||||||
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
import TextSplitAbout from '@/components/sections/about/TextSplitAbout';
|
||||||
import { BarChart2, ShieldCheck, TrendingUp } from "lucide-react";
|
import { BarChart2, ShieldCheck, TrendingUp } from "lucide-react";
|
||||||
|
|
||||||
@@ -86,17 +86,16 @@ export default function LandingPage() {
|
|||||||
</div>
|
</div>
|
||||||
|
|
||||||
<div id="leadership" data-section="leadership">
|
<div id="leadership" data-section="leadership">
|
||||||
<TeamCardTwo
|
<TeamCardTen
|
||||||
animationType="slide-up"
|
title="Our Leadership"
|
||||||
textboxLayout="split"
|
tag="Director"
|
||||||
gridVariant="one-large-left-three-stacked-right"
|
membersAnimation="blur-reveal"
|
||||||
|
memberVariant="card"
|
||||||
useInvertedBackground={false}
|
useInvertedBackground={false}
|
||||||
members={[
|
members={[
|
||||||
{
|
{
|
||||||
id: "principal", name: "Atta ur Rehman", role: "Founder & Principal (ACA)", description: "With deep expertise in audit, taxation, and business advisory, he has earned a reputation for transforming complex financial data into actionable business intelligence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg"},
|
id: "principal", name: "Atta ur Rehman - Founder & Principal (ACA): Driven by audit, taxation, and advisory expertise, transforming complex data into intelligence.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-fashionable-well-dressed-man-with-beard-posing-outdoors_1328-3268.jpg"},
|
||||||
]}
|
]}
|
||||||
title="Our Leadership"
|
|
||||||
description="Driving the firm with financial accuracy and strategic clarity."
|
|
||||||
/>
|
/>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user