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, }, ]} />