diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9ab9c87..7aac550 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -31,26 +31,11 @@ export default function LandingPage() {
@@ -60,12 +45,7 @@ export default function LandingPage() {
@@ -91,39 +71,9 @@ export default function LandingPage() {
textboxLayout="split"
useInvertedBackground={false}
features={[
- {
- id: "f1",
- title: "Web Design",
- author: "KasiLux",
- description: "Custom sites for local pros.",
- tags: [
- "Web",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussion-planning-analysis-concept_53876-133857.jpg",
- imageAlt: "before after business transformation",
- },
- {
- id: "f2",
- title: "Branding",
- author: "KasiLux",
- description: "Logo and identity creation.",
- tags: [
- "Logo",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/businessman-pressing-shiny-button_1232-129.jpg",
- imageAlt: "before after shop transformation",
- },
- {
- id: "f3",
- title: "Booking Systems",
- author: "KasiLux",
- description: "Simplify your client scheduling.",
- tags: [
- "Booking",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/bubbles-light-blue-foam_23-2147797982.jpg",
- imageAlt: "car wash brand transformation",
- },
+ { id: "f1", title: "Web Design", author: "KasiLux", description: "Custom sites for local pros.", tags: ["Web"], imageSrc: "http://img.b2bpic.net/free-photo/business-people-discussion-planning-analysis-concept_53876-133857.jpg", imageAlt: "before after business transformation" },
+ { id: "f2", title: "Branding", author: "KasiLux", description: "Logo and identity creation.", tags: ["Logo"], imageSrc: "http://img.b2bpic.net/free-photo/businessman-pressing-shiny-button_1232-129.jpg", imageAlt: "before after shop transformation" },
+ { id: "f3", title: "Booking Systems", author: "KasiLux", description: "Simplify your client scheduling.", tags: ["Booking"], imageSrc: "http://img.b2bpic.net/free-photo/bubbles-light-blue-foam_23-2147797982.jpg", imageAlt: "car wash brand transformation" },
]}
title="Premium Digital Services"
description="Comprehensive branding and digital tools designed for small businesses."
@@ -132,70 +82,17 @@ export default function LandingPage() {