From 8551c41e3a1f6a63080678d22deac46a2edb52df Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 1 Apr 2026 14:16:32 +0000 Subject: [PATCH] Update src/app/services/page.tsx --- src/app/services/page.tsx | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/src/app/services/page.tsx b/src/app/services/page.tsx index e174a3a..8898d16 100644 --- a/src/app/services/page.tsx +++ b/src/app/services/page.tsx @@ -46,20 +46,22 @@ export default function ServicesPage() { description="Crafting homes that define comfort and elegance." features={[ { - title: "Modern Villas", description: "Custom designs for your dream home.", icon: Home, + title: "Modern Villas", + description: "Custom designs for your dream home.", + icon: Home, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg" }, ], - reverse: false, }, { - title: "Urban Living", description: "Efficient floor plans for urban constraints.", icon: Building, + title: "Urban Living", + description: "Efficient floor plans for urban constraints.", + icon: Building, mediaItems: [ { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg" }, { imageSrc: "http://img.b2bpic.net/free-photo/low-angle-shot-grey-white-building-roof-with-interesting-textures-blue-sky_181624-8347.jpg" }, ], - reverse: true, }, ]} /> -- 2.49.1