From 42916c349f106fc111378af560d0026daf1480ef Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 13 May 2026 14:12:04 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 123 +++++++++++------------------------------------ 1 file changed, 29 insertions(+), 94 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index e0c8e9b..74123c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -32,46 +32,31 @@ export default function LandingPage() {
@@ -149,20 +119,11 @@ export default function LandingPage() { useInvertedBackground={true} metrics={[ { - id: "1", - value: "150+", - description: "Projects Completed", - }, + id: "1", value: "150+", description: "Projects Completed"}, { - id: "2", - value: "100%", - description: "Client Satisfaction", - }, + id: "2", value: "100%", description: "Client Satisfaction"}, { - id: "3", - value: "24/7", - description: "Service Availability", - }, + id: "3", value: "24/7", description: "Always Available Support"}, ]} title="Performance Impact" description="Evidence of high-quality delivery and client success." @@ -175,20 +136,11 @@ export default function LandingPage() { useInvertedBackground={false} faqs={[ { - id: "q1", - title: "How do I start a project?", - content: "Simply fill out the contact form or send me an email, and we'll discuss your requirements.", - }, + id: "q1", title: "How do I start a project?", content: "Simply fill out the contact form or send me an email, and we'll discuss your requirements."}, { - id: "q2", - title: "What is your turnaround time?", - content: "It depends on the complexity of the project, but I prioritize fast and reliable delivery.", - }, + id: "q2", title: "What is your turnaround time?", content: "It depends on the complexity of the project, but I prioritize fast and reliable delivery."}, { - id: "q3", - title: "Do you offer maintenance?", - content: "Yes, I offer ongoing maintenance for web projects to ensure long-term stability and performance.", - }, + id: "q3", title: "Do you offer maintenance?", content: "Yes, I offer ongoing maintenance for web projects to ensure long-term stability and performance."}, ]} title="Common Inquiries" description="Frequently asked questions about working with me." @@ -200,18 +152,13 @@ export default function LandingPage() {
@@ -222,37 +169,25 @@ export default function LandingPage() { { items: [ { - label: "Services", - href: "#services", - }, + label: "Services", href: "#services"}, { - label: "About", - href: "#about", - }, + label: "About", href: "#about"}, ], }, { items: [ { - label: "X (Twitter)", - href: "https://twitter.com", - }, + label: "X (Twitter)", href: "https://twitter.com"}, { - label: "Instagram", - href: "https://instagram.com", - }, + label: "Instagram", href: "https://instagram.com"}, ], }, { items: [ { - label: "Privacy Policy", - href: "#", - }, + label: "Privacy Policy", href: "#"}, { - label: "Terms of Use", - href: "#", - }, + label: "Terms of Use", href: "#"}, ], }, ]} @@ -262,4 +197,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file