diff --git a/src/app/page.tsx b/src/app/page.tsx index 2743002..7623f8c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -33,21 +33,13 @@ export default function LandingPage() { @@ -57,99 +49,56 @@ export default function LandingPage() { @@ -161,19 +110,13 @@ export default function LandingPage() { metrics={[ { icon: Briefcase, - label: "Clients Served", - value: "500+", - }, + label: "Clients Served", value: "500+"}, { icon: TrendingUp, - label: "Growth Rate", - value: "45%", - }, + label: "Growth Rate", value: "45%"}, { icon: Award, - label: "Industry Awards", - value: "12", - }, + label: "Industry Awards", value: "12"}, ]} metricsAnimation="blur-reveal" /> @@ -187,26 +130,11 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Strategy Development", - description: "Define clear roadmaps for long-term success and sustainability.", - imageSrc: "http://img.b2bpic.net/free-photo/working-place-modern-office_23-2147833280.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/modern-working-place_23-2147833285.jpg", - buttonText: "Learn More", - }, + title: "Strategy Development", description: "Define clear roadmaps for long-term success and sustainability.", imageSrc: "http://img.b2bpic.net/free-photo/working-place-modern-office_23-2147833280.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/modern-working-place_23-2147833285.jpg", buttonText: "Learn More"}, { - title: "Data Analytics", - description: "Actionable insights derived from advanced performance metrics.", - imageSrc: "http://img.b2bpic.net/free-photo/professional-executive-analyzing-monthly-reports-infographics-working-strategy-planning_482257-133112.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/analytics-personal-phone-team-financial_1150-1704.jpg", - buttonText: "Learn More", - }, + title: "Data Analytics", description: "Actionable insights derived from advanced performance metrics.", imageSrc: "http://img.b2bpic.net/free-photo/professional-executive-analyzing-monthly-reports-infographics-working-strategy-planning_482257-133112.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/analytics-personal-phone-team-financial_1150-1704.jpg", buttonText: "Learn More"}, { - title: "Client Relations", - description: "Foster deep, lasting connections with your core audience.", - imageSrc: "http://img.b2bpic.net/free-photo/cheerful-boss-congratulating-new-employee_1262-4726.jpg", - titleImageSrc: "http://img.b2bpic.net/free-photo/business-people-working-company_23-2148944268.jpg", - buttonText: "Learn More", - }, + title: "Client Relations", description: "Foster deep, lasting connections with your core audience.", imageSrc: "http://img.b2bpic.net/free-photo/cheerful-boss-congratulating-new-employee_1262-4726.jpg", titleImageSrc: "http://img.b2bpic.net/free-photo/business-people-working-company_23-2148944268.jpg", buttonText: "Learn More"}, ]} title="Comprehensive Business Solutions" description="Tailored strategies for modern enterprise growth." @@ -221,25 +149,13 @@ export default function LandingPage() { useInvertedBackground={false} metrics={[ { - id: "m1", - value: "98%", - title: "Client Satisfaction", - description: "Consistently high rating", - icon: CheckCircle, + id: "m1", value: "98%", title: "Client Satisfaction", description: "Consistently high rating", icon: CheckCircle, }, { - id: "m2", - value: "150+", - title: "Projects Completed", - description: "Across diverse sectors", - icon: Folder, + id: "m2", value: "150+", title: "Projects Completed", description: "Across diverse sectors", icon: Folder, }, { - id: "m3", - value: "10k+", - title: "Hours Consulted", - description: "Expert guidance provided", - icon: Clock, + id: "m3", value: "10k+", title: "Hours Consulted", description: "Expert guidance provided", icon: Clock, }, ]} title="Proven Impact" @@ -252,12 +168,7 @@ export default function LandingPage() { textboxLayout="default" useInvertedBackground={true} names={[ - "Alpha Solutions", - "Beta Corp", - "Gamma Industries", - "Delta Dynamics", - "Epsilon Systems", - ]} + "Alpha Solutions", "Beta Corp", "Gamma Industries", "Delta Dynamics", "Epsilon Systems"]} title="Trusted By Industry Leaders" description="We are honored to partner with these forward-thinking organizations." /> @@ -265,44 +176,20 @@ export default function LandingPage() {
@@ -356,29 +231,19 @@ export default function LandingPage() {