diff --git a/src/app/page.tsx b/src/app/page.tsx
index 3a69ea1..2949121 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,22 +28,10 @@ export default function LandingPage() {
@@ -51,34 +39,17 @@ export default function LandingPage() {
@@ -90,27 +61,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={true}
features={[
- {
- id: "f1",
- title: "Custom Design",
- subtitle: "Converts visitors into customers",
- category: "Design",
- value: "User-focused",
- },
- {
- id: "f2",
- title: "Performance-First",
- subtitle: "Built for speed and SEO",
- category: "Development",
- value: "Fast-loading",
- },
- {
- id: "f3",
- title: "Maintenance & Hosting",
- subtitle: "Secure, reliable, always online",
- category: "Support",
- value: "Managed",
- },
+ { id: "f1", title: "Custom Design", subtitle: "Converts visitors into customers", category: "Design", value: "User-focused" },
+ { id: "f2", title: "Performance-First", subtitle: "Built for speed and SEO", category: "Development", value: "Fast-loading" },
+ { id: "f3", title: "Maintenance & Hosting", subtitle: "Secure, reliable, always online", category: "Support", value: "Managed" },
]}
title="Built for performance and growth."
description="Custom designs, performance-first development, and reliable support."
@@ -123,41 +76,11 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
testimonials={[
- {
- id: "1",
- name: "Sarah J.",
- role: "Owner",
- testimonial: "Liam built our site in two weeks. It's fast, looks great, and our sales are up.",
- imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-beard-smiling-camera-generated-by-ai_188544-33152.jpg",
- },
- {
- id: "2",
- name: "Mike B.",
- role: "Director",
- testimonial: "The best development experience I've had. Personal and effective.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg",
- },
- {
- id: "3",
- name: "Emily R.",
- role: "Founder",
- testimonial: "Transparent pricing and excellent communication.",
- imageSrc: "http://img.b2bpic.net/free-photo/interested-gorgeous-man-with-black-eyes-looking-indoor-photo-fashionable-well-dressed-african-guy-glasses_197531-22079.jpg",
- },
- {
- id: "4",
- name: "David K.",
- role: "Owner",
- testimonial: "Clean design and great performance tuning.",
- imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-standing-against-grey-wall-clenching-his-fist_23-2148087510.jpg",
- },
- {
- id: "5",
- name: "Anna P.",
- role: "CEO",
- testimonial: "Simplified our online store setup perfectly.",
- imageSrc: "http://img.b2bpic.net/free-photo/girl-trying-look-like-grown-up_23-2148244890.jpg",
- },
+ { id: "1", name: "Sarah J.", role: "Owner", testimonial: "Liam built our site in two weeks. It's fast, looks great, and our sales are up.", imageSrc: "http://img.b2bpic.net/free-photo/confident-businessman-with-beard-smiling-camera-generated-by-ai_188544-33152.jpg" },
+ { id: "2", name: "Mike B.", role: "Director", testimonial: "The best development experience I've had. Personal and effective.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-waitress_107420-12307.jpg" },
+ { id: "3", name: "Emily R.", role: "Founder", testimonial: "Transparent pricing and excellent communication.", imageSrc: "http://img.b2bpic.net/free-photo/interested-gorgeous-man-with-black-eyes-looking-indoor-photo-fashionable-well-dressed-african-guy-glasses_197531-22079.jpg" },
+ { id: "4", name: "David K.", role: "Owner", testimonial: "Clean design and great performance tuning.", imageSrc: "http://img.b2bpic.net/free-photo/portrait-smiling-young-businessman-standing-against-grey-wall-clenching-his-fist_23-2148087510.jpg" },
+ { id: "5", name: "Anna P.", role: "CEO", testimonial: "Simplified our online store setup perfectly.", imageSrc: "http://img.b2bpic.net/free-photo/girl-trying-look-like-grown-up_23-2148244890.jpg" },
]}
title="Loved by local businesses."
description="Here is what our clients say."
@@ -169,6 +92,10 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
+ title="Testimonials"
+ description="Read what others say."
+ testimonials={[]}
+ kpiItems={[]}
/>
@@ -177,36 +104,17 @@ export default function LandingPage() {
animationType="slide-up"
textboxLayout="default"
useInvertedBackground={false}
+ title="Blog"
+ description="Latest insights."
+ blogs={[]}
/>