Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-01 14:16:35 +00:00

View File

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