diff --git a/src/app/page.tsx b/src/app/page.tsx index 04239e7..f32bacb 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -31,72 +31,45 @@ export default function LandingPage() {
@@ -107,9 +80,7 @@ export default function LandingPage() { title="No website means no trust." buttons={[ { - text: "Solve My Problem", - href: "#contact", - }, + text: "Solve My Problem", href: "#contact"}, ]} /> @@ -120,9 +91,7 @@ export default function LandingPage() { title="We turn your business into a premium online brand." buttons={[ { - text: "See Results", - href: "#portfolio", - }, + text: "See Results", href: "#portfolio"}, ]} /> @@ -135,19 +104,13 @@ export default function LandingPage() { features={[ { icon: Zap, - title: "Starter Website", - description: "Quick launch for new businesses.", - }, + title: "Starter Website", description: "Quick launch for new businesses."}, { icon: Rocket, - title: "Business Pro Website", - description: "Full featured site for scale.", - }, + title: "Business Pro Website", description: "Full featured site for scale."}, { icon: Award, - title: "Full Branding Package", - description: "Complete identity transformation.", - }, + title: "Full Branding Package", description: "Complete identity transformation."}, ]} title="Services for Your Business Growth." description="Tailored packages designed to take your business online." @@ -158,44 +121,21 @@ export default function LandingPage() {