diff --git a/src/app/page.tsx b/src/app/page.tsx index 7f832d6..820ed19 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,22 +31,10 @@ export default function LandingPage() { @@ -136,16 +69,10 @@ export default function LandingPage() { title="Your Partner in Growth" description="We specialize in helping businesses of all sizes navigate the complex landscape of corporate compliance and administration." metrics={[ - { - value: "15+", - title: "Years Experience", - }, - { - value: "5000+", - title: "Clients Served", - }, + { value: "15+", title: "Years Experience" }, + { value: "5000+", title: "Clients Served" } ]} - imageSrc="http://img.b2bpic.net/free-photo/senior-man-taking-notes-class_23-2149114297.jpg?_wi=2" + imageSrc="http://img.b2bpic.net/free-photo/senior-man-taking-notes-class_23-2149114297.jpg" mediaAnimation="slide-up" metricsAnimation="blur-reveal" /> @@ -157,30 +84,9 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} features={[ - { - title: "Business Formation", - description: "Seamless entity setup and registration.", - bentoComponent: "reveal-icon", - icon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/3d-cartoon-portrait-person-practicing-law-related-profession_23-2151419528.jpg?_wi=2", - imageAlt: "business filing icon", - }, - { - title: "Compliance Management", - description: "Stay aligned with legal standards.", - bentoComponent: "reveal-icon", - icon: Shield, - imageSrc: "http://img.b2bpic.net/free-photo/luxury-nightclub-features-modern-decor-lighting-equipment-generated-by-ai_188544-45394.jpg?_wi=3", - imageAlt: "business filing icon", - }, - { - title: "Annual Filings", - description: "Timely reports, always accurate.", - bentoComponent: "reveal-icon", - icon: FileText, - imageSrc: "http://img.b2bpic.net/free-photo/senior-man-taking-notes-class_23-2149114297.jpg?_wi=3", - imageAlt: "business filing icon", - }, + { title: "Business Formation", description: "Seamless entity setup and registration.", bentoComponent: "reveal-icon", icon: CheckCircle }, + { title: "Compliance Management", description: "Stay aligned with legal standards.", bentoComponent: "reveal-icon", icon: Shield }, + { title: "Annual Filings", description: "Timely reports, always accurate.", bentoComponent: "reveal-icon", icon: FileText } ]} title="Comprehensive Business Services" description="Tailored solutions for your corporate success." @@ -191,25 +97,11 @@ export default function LandingPage() { ); -} +} \ No newline at end of file