Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-03-11 18:56:41 +00:00

View File

@@ -78,29 +78,29 @@ export default function LandingPage() {
{
title: "Prime Location", description: "Strategically positioned in Jaroměř with proximity to essential services, cultural venues, and transportation links.", icon: MapPin,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-gothic-castle-veveri-city-brno-brno-dam-south-moravia-czech-republic-c_1161-724.jpg", imageAlt: "Location view of Jaroměř" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-gothic-castle-veveri-city-brno-brno-dam-south-moravia-czech-republic-c_1161-724.jpg", imageAlt: "Surrounding area landscape" }
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-gothic-castle-veveri-city-brno-brno-dam-south-moravia-czech-republic-c_1161-724.jpg?_wi=1", imageAlt: "Location view of Jaroměř" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-gothic-castle-veveri-city-brno-brno-dam-south-moravia-czech-republic-c_1161-724.jpg?_wi=2", imageAlt: "Surrounding area landscape" }
]
},
{
title: "Contemporary Design", description: "Modern architectural aesthetics combined with timeless elegance. Every detail reflects our commitment to quality and sophistication.", icon: Building2,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg", imageAlt: "Modern interior design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg", imageAlt: "Contemporary apartment layout" }
{ imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=1", imageAlt: "Modern interior design" },
{ imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=2", imageAlt: "Contemporary apartment layout" }
]
},
{
title: "Premium Amenities", description: "Access to state-of-the-art facilities including fitness center, concierge service, and secure parking.", icon: Zap,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-gothic-castle-veveri-city-brno-brno-dam-south-moravia-czech-republic-c_1161-724.jpg", imageAlt: "Amenities area" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-gothic-castle-veveri-city-brno-brno-dam-south-moravia-czech-republic-c_1161-724.jpg", imageAlt: "Common spaces" }
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-gothic-castle-veveri-city-brno-brno-dam-south-moravia-czech-republic-c_1161-724.jpg?_wi=3", imageAlt: "Amenities area" },
{ imageSrc: "http://img.b2bpic.net/free-photo/beautiful-gothic-castle-veveri-city-brno-brno-dam-south-moravia-czech-republic-c_1161-724.jpg?_wi=4", imageAlt: "Common spaces" }
]
},
{
title: "Sustainable Living", description: "Energy-efficient systems, eco-friendly materials, and smart home technology for responsible luxury living.", icon: Leaf,
mediaItems: [
{ imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg", imageAlt: "Green building features" },
{ imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg", imageAlt: "Sustainable architecture" }
{ imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=3", imageAlt: "Green building features" },
{ imageSrc: "http://img.b2bpic.net/free-photo/relax-sofa-window_1150-12924.jpg?_wi=4", imageAlt: "Sustainable architecture" }
]
}
]}