diff --git a/src/app/page.tsx b/src/app/page.tsx index 8cc25b4..174eacc 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -29,17 +29,11 @@ export default function LandingPage() { @@ -49,92 +43,51 @@ export default function LandingPage() { @@ -144,9 +97,7 @@ export default function LandingPage() { useInvertedBackground={false} title="Your Trusted Financial Partner" description={[ - "At Lehigh Acres Accounting, we simplify your business finances. Our goal is to provide clarity, stability, and growth through expert bookkeeping and accounting services.", - "We serve local businesses in Lehigh Acres with dedication and precision.", - ]} + "At Lehigh Acres Accounting, we simplify your business finances. Our goal is to provide clarity, stability, and growth through expert bookkeeping and accounting services.", "We serve local businesses in Lehigh Acres with dedication and precision."]} /> @@ -159,37 +110,20 @@ export default function LandingPage() { description="Transparent billing for all our accounting services." plans={[ { - id: "p1", - badge: "Basic", - price: "$199/mo", - subtitle: "For small teams", - buttons: [ + id: "p1", badge: "Basic", price: "$199/mo", subtitle: "For small teams", buttons: [ { - text: "Choose Basic", - href: "#", - }, + text: "Choose Basic", href: "#"}, ], features: [ - "Monthly bookkeeping", - "Basic financial reporting", - ], + "Monthly bookkeeping", "Basic financial reporting"], }, { - id: "p2", - badge: "Pro", - price: "$399/mo", - subtitle: "For scaling businesses", - buttons: [ + id: "p2", badge: "Pro", price: "$399/mo", subtitle: "For scaling businesses", buttons: [ { - text: "Choose Pro", - href: "#", - }, + text: "Choose Pro", href: "#"}, ], features: [ - "Payroll management", - "Full tax preparation", - "Priority support", - ], + "Payroll management", "Full tax preparation", "Priority support"], }, ]} /> @@ -201,14 +135,16 @@ export default function LandingPage() { textboxLayout="default" gridVariant="uniform-all-items-equal" useInvertedBackground={false} + title="Our Products" + description="Professional financial solutions for your business." />
@@ -216,13 +152,9 @@ export default function LandingPage() {