Update src/app/page.tsx

This commit is contained in:
2026-05-18 11:01:57 +00:00
parent e6ed3a2fa0
commit 222cd00bfc

View File

@@ -31,26 +31,11 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "#home",
},
{
name: "Who We Are",
id: "#about",
},
{
name: "What We Do",
id: "#services",
},
{
name: "Director",
id: "#leadership",
},
{
name: "Contact",
id: "#contact",
},
{ name: "Home", id: "#home" },
{ name: "Who We Are", id: "#about" },
{ name: "What We Do", id: "#services" },
{ name: "Director", id: "#leadership" },
{ name: "Contact", id: "#contact" },
]}
brandName="Atta ur Rehman & Co"
/>
@@ -59,15 +44,12 @@ export default function LandingPage() {
<div id="home" data-section="home">
<HeroBillboardScroll
background={{
variant: "sparkles-gradient",
}}
variant: "sparkles-gradient"}}
title="Precision in Numbers. Power in Strategy."
description="Atta ur Rehman & Co: Selling Satisfaction & Trust in every audit and financial advisory engagement."
buttons={[
{
text: "Discover More",
href: "#about",
},
text: "Discover More", href: "#about"},
]}
imageSrc="http://img.b2bpic.net/free-photo/3d-cartoon-portrait-person-practicing-law-profession_23-2151419563.jpg"
/>
@@ -78,9 +60,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="Who We Are"
description={[
"Atta ur Rehman & Co is a dynamic accounting and business advisory firm led by Mr. Atta ur Rehman and supported by a skilled team of 15 professionals.",
"We solve problems of unreliable data and compliance pressure through disciplined processes and a client-first mindset.",
]}
"Atta ur Rehman & Co is a dynamic accounting and business advisory firm led by Mr. Atta ur Rehman and supported by a skilled team of 15 professionals.", "We solve problems of unreliable data and compliance pressure through disciplined processes and a client-first mindset."]}
/>
</div>
@@ -92,19 +72,13 @@ export default function LandingPage() {
features={[
{
icon: BarChart2,
title: "Accounting",
description: "Accurate recording and management of financial data.",
},
title: "Accounting", description: "Accurate recording and management of financial data."},
{
icon: ShieldCheck,
title: "Tax & Compliance",
description: "Reliable filing and regulatory guidance.",
},
title: "Tax & Compliance", description: "Reliable filing and regulatory guidance."},
{
icon: TrendingUp,
title: "Financial Strategy",
description: "Power in strategy for actionable business intelligence.",
},
title: "Financial Strategy", description: "Power in strategy for actionable business intelligence."},
]}
title="What We Do"
description="Comprehensive financial solutions designed to drive growth and ensure compliance."
@@ -119,12 +93,7 @@ export default function LandingPage() {
useInvertedBackground={false}
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", 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"},
]}
title="Our Leadership"
description="Driving the firm with financial accuracy and strategic clarity."
@@ -135,28 +104,14 @@ export default function LandingPage() {
<MetricCardEleven
textboxLayout="default"
useInvertedBackground={true}
animationType="slide-up"
metrics={[
{
id: "m1",
value: "15+",
title: "Professionals",
description: "Dedicated audit and strategy experts",
imageSrc: "http://img.b2bpic.net/free-photo/blue-notepad-keyboard-top-view_23-2148475337.jpg",
},
id: "m1", value: "15+", title: "Professionals", description: "Dedicated audit and strategy experts", imageSrc: "http://img.b2bpic.net/free-photo/blue-notepad-keyboard-top-view_23-2148475337.jpg"},
{
id: "m2",
value: "100%",
title: "Commitment",
description: "To client satisfaction and trust",
imageSrc: "http://img.b2bpic.net/free-photo/golden-correct-sign-best-quality-assurance-guarantee-product-iso-service-concept_616485-97.jpg",
},
id: "m2", value: "100%", title: "Commitment", description: "To client satisfaction and trust", imageSrc: "http://img.b2bpic.net/free-photo/golden-correct-sign-best-quality-assurance-guarantee-product-iso-service-concept_616485-97.jpg"},
{
id: "m3",
value: "500+",
title: "Audits",
description: "Precision in financial reporting",
imageSrc: "http://img.b2bpic.net/free-photo/view-assets-accounting-property-value-concept_53876-15849.jpg",
},
id: "m3", value: "500+", title: "Audits", description: "Precision in financial reporting", imageSrc: "http://img.b2bpic.net/free-photo/view-assets-accounting-property-value-concept_53876-15849.jpg"},
]}
title="Our Impact"
description="Numbers that define our trust and commitment."
@@ -168,14 +123,7 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
names={[
"Global Advisory Group",
"Capital Solutions",
"Investment Partners",
"Trade Association",
"Strategic Financials",
"Growth Capital",
"Asset Management",
]}
"Global Advisory Group", "Capital Solutions", "Investment Partners", "Trade Association", "Strategic Financials", "Growth Capital", "Asset Management"]}
title="Trusted Partners"
description="Collaboration with industry leaders to maintain the highest financial standards."
/>
@@ -188,15 +136,9 @@ export default function LandingPage() {
description="Ready to improve your financial strategy? Fill out the form or contact us via WhatsApp."
inputs={[
{
name: "name",
type: "text",
placeholder: "Your Name",
},
name: "name", type: "text", placeholder: "Your Name"},
{
name: "email",
type: "email",
placeholder: "Your Email",
},
name: "email", type: "email", placeholder: "Your Email"},
]}
imageSrc="http://img.b2bpic.net/free-photo/sparkle-golden-particles-dust-explosion-background-illustration_1017-41853.jpg"
buttonText="Chat on WhatsApp"
@@ -208,13 +150,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="Atta ur Rehman & Co"
leftLink={{
text: "© 2025 Atta ur Rehman & Co. All Rights Reserved.",
href: "#",
}}
text: "© 2025 Atta ur Rehman & Co. All Rights Reserved.", href: "#"}}
rightLink={{
text: "Privacy Policy",
href: "#",
}}
text: "Privacy Policy", href: "#"}}
/>
</div>
</ReactLenis>