diff --git a/src/app/page.tsx b/src/app/page.tsx
index 9b8f7ac..f471b22 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -28,109 +28,48 @@ export default function LandingPage() {
@@ -148,36 +87,9 @@ export default function LandingPage() {
textboxLayout="default"
useInvertedBackground={true}
features={[
- {
- id: "s1",
- title: "Plastering & Gyprock",
- author: "Paddon",
- description: "Seamless, smooth finishes with expert-level detail across walls, ceilings, and corners.",
- tags: [
- "Plastering",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/creative-background-with-rough-painted-texture_23-2149640575.jpg",
- },
- {
- id: "s2",
- title: "Renovations",
- author: "Paddon",
- description: "From kitchens to full interior upgrades, we deliver clean, modern transformations.",
- tags: [
- "Renovations",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/open-drawers-kitchen-ergonomics-functional-space_169016-68869.jpg",
- },
- {
- id: "s3",
- title: "Interior Finishing",
- author: "Paddon",
- description: "Cornices, trims, and detailing installed with precision.",
- tags: [
- "Detailing",
- ],
- imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861564.jpg",
- },
+ { id: "s1", title: "Plastering & Gyprock", author: "Paddon", description: "Seamless, smooth finishes with expert-level detail across walls, ceilings, and corners.", tags: ["Plastering"], imageSrc: "http://img.b2bpic.net/free-photo/creative-background-with-rough-painted-texture_23-2149640575.jpg" },
+ { id: "s2", title: "Renovations", author: "Paddon", description: "From kitchens to full interior upgrades, we deliver clean, modern transformations.", tags: ["Renovations"], imageSrc: "http://img.b2bpic.net/free-photo/open-drawers-kitchen-ergonomics-functional-space_169016-68869.jpg" },
+ { id: "s3", title: "Interior Finishing", author: "Paddon", description: "Cornices, trims, and detailing installed with precision.", tags: ["Detailing"], imageSrc: "http://img.b2bpic.net/free-photo/wood-worker-his-shop-working-with-tools-equipment_23-2150861564.jpg" },
]}
title="Our Services"
description="Expert solutions for high-end residential projects."
@@ -186,63 +98,20 @@ export default function LandingPage() {