Merge version_1 into main

Merge version_1 into main
This commit was merged in pull request #1.
This commit is contained in:
2026-05-10 08:48:52 +00:00

View File

@@ -26,21 +26,13 @@ export default function LandingPage() {
<NavbarStyleCentered
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "Services",
id: "/services",
},
name: "Services", id: "/services"},
{
name: "Contact",
id: "/contact",
},
name: "Contact", id: "/contact"},
]}
brandName="Antoine Heneine"
/>
@@ -59,25 +51,14 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
description="Our executive leadership team brings decades of experience in CPA, financial strategy, and legal compliance to ensure your business thrives in the Lebanese market."
members={[
{
id: "1",
name: "Antoine Heneine",
role: "CPA & Senior Advisor",
imageSrc: "http://img.b2bpic.net/free-photo/anxious-frustrated-entrepreneur-having-headache-work_482257-107455.jpg",
},
id: "1", name: "Antoine Heneine", role: "CPA & Senior Advisor", imageSrc: "http://img.b2bpic.net/free-photo/anxious-frustrated-entrepreneur-having-headache-work_482257-107455.jpg"},
{
id: "2",
name: "Financial Strategy",
role: "Management",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-working-his-office-businessperson-professional-environment_482257-32747.jpg",
},
id: "2", name: "Financial Strategy", role: "Management", imageSrc: "http://img.b2bpic.net/free-photo/portrait-businessman-working-his-office-businessperson-professional-environment_482257-32747.jpg"},
{
id: "3",
name: "Legal Compliance",
role: "Advisory",
imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-sitting-couch_1098-2454.jpg",
},
id: "3", name: "Legal Compliance", role: "Advisory", imageSrc: "http://img.b2bpic.net/free-photo/serious-executive-sitting-couch_1098-2454.jpg"},
]}
title="Executive Profile"
/>
@@ -88,37 +69,23 @@ export default function LandingPage() {
logoText="Antoine Heneine"
columns={[
{
title: "Company",
items: [
title: "Company", items: [
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
{
label: "Services",
href: "/services",
},
label: "Services", href: "/services"},
{
label: "Contact",
href: "/contact",
},
label: "Contact", href: "/contact"},
],
},
{
title: "Services",
items: [
title: "Services", items: [
{
label: "Audit",
href: "/services",
},
label: "Audit", href: "/services"},
{
label: "Tax",
href: "/services",
},
label: "Tax", href: "/services"},
{
label: "CFO",
href: "/services",
},
label: "CFO", href: "/services"},
],
},
]}