Merge version_1 into main #3

Merged
bender merged 1 commits from version_1 into main 2026-04-09 08:45:36 +00:00

View File

@@ -85,22 +85,22 @@ export default function LandingPage() {
{
title: "Bespoke Residential", description: "Custom home design plans that cater to your comfort and aesthetic preferences.", icon: Sparkles,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg", imageAlt: "Bedroom design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-minimalistic-kitchen-with-plants_23-2148672856.jpg", imageAlt: "Kitchen design" }
{ imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg?_wi=1", imageAlt: "Bedroom design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-minimalistic-kitchen-with-plants_23-2148672856.jpg?_wi=1", imageAlt: "Kitchen design" }
]
},
{
title: "Kitchen & Dining", description: "Functional culinary spaces infused with modern, elegant touches.", icon: Zap,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-minimalistic-kitchen-with-plants_23-2148672856.jpg", imageAlt: "Kitchen design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/dining-room-arrangement_23-2148893942.jpg", imageAlt: "Dining room" }
{ imageSrc: "http://img.b2bpic.net/free-photo/stylish-minimalistic-kitchen-with-plants_23-2148672856.jpg?_wi=2", imageAlt: "Kitchen design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/dining-room-arrangement_23-2148893942.jpg?_wi=1", imageAlt: "Dining room" }
]
},
{
title: "Conceptual Planning", description: "Strategic layouts and mood boards to visualize your future home interiors.", icon: Shield,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/dining-room-arrangement_23-2148893942.jpg", imageAlt: "Dining room" },
{ imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg", imageAlt: "Bedroom design" }
{ imageSrc: "http://img.b2bpic.net/free-photo/dining-room-arrangement_23-2148893942.jpg?_wi=2", imageAlt: "Dining room" },
{ imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg?_wi=2", imageAlt: "Bedroom design" }
]
}
]}