From 525b42132fa2c33f8165158469fb8445962e52a8 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 26 Apr 2026 14:50:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 201 +++++++++++------------------------------------ 1 file changed, 47 insertions(+), 154 deletions(-) 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() {