From 2574afb32207a0bf8f3ecfcd3c88e37f3b5f2d56 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 09:03:29 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 103 +++++------------------------------------ 1 file changed, 12 insertions(+), 91 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 163f6d4..f4406fb 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -2,12 +2,12 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; +import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; +import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; -import TeamCardEleven from '@/components/sections/team/TeamCardEleven'; -import TeamCardTwo from '@/components/sections/team/TeamCardTwo'; -export default function LandingPage() { +export default function AboutPage() { return ( @@ -61,14 +37,7 @@ export default function LandingPage() { 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", - }, + { 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." @@ -83,26 +52,10 @@ export default function LandingPage() { 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", - }, + { 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" } ]} /> @@ -111,40 +64,8 @@ export default function LandingPage() { -- 2.49.1 From a34e0a19b490ae472746769ef505cd5eb337d92f Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 14 Apr 2026 09:03:29 +0000 Subject: [PATCH 2/2] Update src/app/services/page.tsx --- src/app/services/page.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index 37c17c5..a024e7f 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -8,7 +8,7 @@ import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import NavbarLayoutFloatingInline from '@/components/navbar/NavbarLayoutFloatingInline'; import { Zap, CheckCircle, TrendingUp, Phone } from 'lucide-react'; -export default function LandingPage() { +export default function ServicesPage() { return (