diff --git a/src/app/page.tsx b/src/app/page.tsx
index 58b626f..aeb60de 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -32,18 +32,9 @@ export default function LandingPage() {
@@ -53,12 +44,7 @@ export default function LandingPage() {
@@ -94,22 +68,11 @@ export default function LandingPage() {
@@ -171,24 +111,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={false}
metrics={[
- {
- id: "m1",
- icon: Clock,
- title: "Hours Coded",
- value: "1000+",
- },
- {
- id: "m2",
- icon: Zap,
- title: "Fast Loads",
- value: "99%",
- },
- {
- id: "m3",
- icon: Smile,
- title: "Happy Clients",
- value: "10+",
- },
+ { id: "m1", icon: Clock, title: "Hours Coded", value: "1000+" },
+ { id: "m2", icon: Zap, title: "Fast Loads", value: "99%" },
+ { id: "m3", icon: Smile, title: "Happy Clients", value: "10+" },
]}
title="Impact Driven"
description="Proven results measured by performance and satisfaction."
@@ -200,21 +125,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
faqs={[
- {
- id: "q1",
- title: "How quickly do you build?",
- content: "Depending on complexity, luxury sites take 2-4 weeks.",
- },
- {
- id: "q2",
- title: "Do you design too?",
- content: "Yes, I offer full-stack design and development.",
- },
- {
- id: "q3",
- title: "What is your main focus?",
- content: "Luxury-grade performance and aesthetic precision.",
- },
+ { id: "q1", title: "How quickly do you build?", content: "Depending on complexity, luxury sites take 2-4 weeks." },
+ { id: "q2", title: "Do you design too?", content: "Yes, I offer full-stack design and development." },
+ { id: "q3", title: "What is your main focus?", content: "Luxury-grade performance and aesthetic precision." },
]}
title="Client Inquiries"
faqsAnimation="blur-reveal"
@@ -225,9 +138,7 @@ export default function LandingPage() {