diff --git a/src/app/page.tsx b/src/app/page.tsx
index 8877684..8d2aafe 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,31 +31,24 @@ export default function LandingPage() {
@@ -113,12 +94,9 @@ export default function LandingPage() {
title="Impact by the Numbers"
tag="Performance Metrics"
metrics={[
- {
- id: "m1", value: "24%", description: "Engagement growth"},
- {
- id: "m2", value: "15K+", description: "Reach achieved"},
- {
- id: "m3", value: "3.5x", description: "Conversion lift"},
+ { id: "m1", value: "24%", description: "Engagement growth" },
+ { id: "m2", value: "15K+", description: "Reach achieved" },
+ { id: "m3", value: "3.5x", description: "Conversion lift" },
]}
metricsAnimation="slide-up"
/>
@@ -128,11 +106,10 @@ export default function LandingPage() {
@@ -140,19 +117,11 @@ export default function LandingPage() {
@@ -162,15 +131,11 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
faqs={[
- {
- id: "f1", title: "Are you currently accepting new projects?", content: "Yes, I am always open to discussing new opportunities."},
- {
- id: "f2", title: "Do you focus on specific industries?", content: "I enjoy working across diverse sectors but have a strong focus on SaaS and digital startups."},
- {
- id: "f3", title: "Can you handle end-to-end campaigns?", content: "Absolutely, from research and ideation to execution and analysis."},
+ { id: "f1", title: "Are you accepting projects?", content: "Yes, I am currently open to collaboration." },
+ { id: "f2", title: "Focus areas?", content: "Focusing on digital marketing strategy and analytics." },
]}
title="Common Questions"
- description="Everything you need to know about my experience and availability."
+ description="Quick answers to frequently asked questions."
faqsAnimation="slide-up"
/>
@@ -178,25 +143,21 @@ export default function LandingPage() {
);
-}
+}
\ No newline at end of file