Merge version_1 into main #4

Merged
bender merged 1 commits from version_1 into main 2026-04-14 09:04:01 +00:00

View File

@@ -22,53 +22,53 @@ export default function AboutPage() {
headingFontWeight="medium"
>
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }]}
brandName="LCP Business Partners"
button={{ text: "Request a Free Consultation", href: "/contact" }}
/>
</div>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
navItems={[{ name: "Home", id: "/" }, { name: "Services", id: "/services" }, { name: "About", id: "/about" }, { name: "Contact", id: "/contact" }]}
brandName="LCP Business Partners"
button={{ text: "Request a Free Consultation", href: "/contact" }}
/>
</div>
<div id="about-team" data-section="about-team">
<TeamCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
{ id: "c1", name: "Colin Li", role: "Principal Accountant", description: "CPA, Chartered Accountant, and registered BAS agent with a passion for helping small business owners succeed through proactive strategy.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3905.jpg", imageAlt: "blond businessman sad expression" }
]}
title="Meet Our Founder"
description="Colin Li, Founder and Principal Accountant."
/>
</div>
<div id="about-team" data-section="about-team">
<TeamCardTwo
animationType="slide-up"
textboxLayout="split"
gridVariant="three-columns-all-equal-width"
useInvertedBackground={false}
members={[
{ id: "c1", name: "Colin Li", role: "Principal Accountant", description: "CPA, Chartered Accountant, and registered BAS agent with a passion for helping small business owners succeed through proactive strategy.", imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-sad-expression_1194-3905.jpg", imageAlt: "blond businessman sad expression" }
]}
title="Meet Our Founder"
description="Colin Li, Founder and Principal Accountant."
/>
</div>
<div id="team" data-section="team">
<TeamCardEleven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Our Philosophy"
description="Commitment to excellence and integrity in every interaction."
groups={[
{ id: "g1", groupTitle: "Core Values", members: [
{ id: "m1", title: "Honesty", subtitle: "Transparency first", detail: "We value open communication with all clients." },
{ id: "m2", title: "Precision", subtitle: "Attention to detail", detail: "Every transaction is balanced accurately." }
], imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", imageAlt: "People having dinner in luxurious restaurants" }
]}
/>
</div>
<div id="team" data-section="team">
<TeamCardEleven
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
title="Our Philosophy"
description="Commitment to excellence and integrity in every interaction."
groups={[
{ id: "g1", groupTitle: "Core Values", members: [
{ id: "m1", title: "Honesty", subtitle: "Transparency first", detail: "We value open communication with all clients." },
{ id: "m2", title: "Precision", subtitle: "Attention to detail", detail: "Every transaction is balanced accurately." }
], imageSrc: "http://img.b2bpic.net/free-photo/people-having-dinner-luxurious-restaurants_23-2151081913.jpg", imageAlt: "People having dinner in luxurious restaurants" }
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="LCP Business Partners"
columns={[
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }] },
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "Client Portal", href: "#" }, { label: "Privacy Policy", href: "#" }] },
]}
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="LCP Business Partners"
columns={[
{ title: "Quick Links", items: [{ label: "Home", href: "/" }, { label: "Services", href: "/services" }, { label: "About Us", href: "/about" }] },
{ title: "Support", items: [{ label: "Contact", href: "/contact" }, { label: "Client Portal", href: "#" }, { label: "Privacy Policy", href: "#" }] },
]}
/>
</div>
</ReactLenis>
</ThemeProvider>
);