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