Merge version_2 into main #7
@@ -10,29 +10,29 @@ export default function ProjectsPage() {
|
||||
{
|
||||
title: "Modern Residential Complex", description: "Luxury residential development featuring before and after transformation of urban landscape into premium living spaces.", icon: ImageIcon,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1590129476917-a3a90bc9d798?w=800&q=80", imageAlt: "Before - Urban site" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1574901755052-e0c8c1f7d90e?w=800&q=80", imageAlt: "After - Completed residential complex" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1590129476917-a3a90bc9d798?w=800&q=80&_wi=1", imageAlt: "Before - Urban site" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1574901755052-e0c8c1f7d90e?w=800&q=80&_wi=1", imageAlt: "After - Completed residential complex" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Commercial Office Building", description: "Contemporary office space redesign showcasing architectural excellence and sustainable design principles.", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=800&q=80", imageAlt: "Before - Original office building" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1497366216548-495affb08cdc?w=800&q=80", imageAlt: "After - Modern renovated office" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=800&q=80&_wi=1", imageAlt: "Before - Original office building" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1497366216548-495affb08cdc?w=800&q=80&_wi=1", imageAlt: "After - Modern renovated office" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Boutique Retail Space", description: "High-end retail transformation featuring luxury minimal aesthetic and cutting-edge interior design.", icon: ImageIcon,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1493857671505-72967e2e2760?w=800&q=80", imageAlt: "Before - Basic retail space" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1555041469-a586c61ea9bc?w=800&q=80", imageAlt: "After - Luxurious retail experience" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1493857671505-72967e2e2760?w=800&q=80&_wi=1", imageAlt: "Before - Basic retail space" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1555041469-a586c61ea9bc?w=800&q=80&_wi=1", imageAlt: "After - Luxurious retail experience" },
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Wellness Spa Retreat", description: "Serene wellness center renovation emphasizing clean lines, natural materials, and tranquil atmospheres.", icon: Zap,
|
||||
mediaItems: [
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1544161515-81e2b6b773b9?w=800&q=80", imageAlt: "Before - Traditional spa design" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1584622281867-8a748c1f66f5?w=800&q=80", imageAlt: "After - Modern minimal spa" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1544161515-81e2b6b773b9?w=800&q=80&_wi=1", imageAlt: "Before - Traditional spa design" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1584622281867-8a748c1f66f5?w=800&q=80&_wi=1", imageAlt: "After - Modern minimal spa" },
|
||||
],
|
||||
},
|
||||
];
|
||||
@@ -66,29 +66,29 @@ export default function ProjectsPage() {
|
||||
{
|
||||
icon: ImageIcon,
|
||||
title: "Modern Residential Complex", description: "Luxury residential development featuring before and after transformation of urban landscape into premium living spaces.", mediaItems: [
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1590129476917-a3a90bc9d798?w=800&q=80", imageAlt: "Before - Urban site" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1574901755052-e0c8c1f7d90e?w=800&q=80", imageAlt: "After - Completed residential complex" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1590129476917-a3a90bc9d798?w=800&q=80&_wi=2", imageAlt: "Before - Urban site" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1574901755052-e0c8c1f7d90e?w=800&q=80&_wi=2", imageAlt: "After - Completed residential complex" },
|
||||
],
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Commercial Office Building", description: "Contemporary office space redesign showcasing architectural excellence and sustainable design principles.", mediaItems: [
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=800&q=80", imageAlt: "Before - Original office building" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1497366216548-495affb08cdc?w=800&q=80", imageAlt: "After - Modern renovated office" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1486406146926-c627a92ad1ab?w=800&q=80&_wi=2", imageAlt: "Before - Original office building" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1497366216548-495affb08cdc?w=800&q=80&_wi=2", imageAlt: "After - Modern renovated office" },
|
||||
],
|
||||
},
|
||||
{
|
||||
icon: ImageIcon,
|
||||
title: "Boutique Retail Space", description: "High-end retail transformation featuring luxury minimal aesthetic and cutting-edge interior design.", mediaItems: [
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1493857671505-72967e2e2760?w=800&q=80", imageAlt: "Before - Basic retail space" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1555041469-a586c61ea9bc?w=800&q=80", imageAlt: "After - Luxurious retail experience" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1493857671505-72967e2e2760?w=800&q=80&_wi=2", imageAlt: "Before - Basic retail space" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1555041469-a586c61ea9bc?w=800&q=80&_wi=2", imageAlt: "After - Luxurious retail experience" },
|
||||
],
|
||||
},
|
||||
{
|
||||
icon: Zap,
|
||||
title: "Wellness Spa Retreat", description: "Serene wellness center renovation emphasizing clean lines, natural materials, and tranquil atmospheres.", mediaItems: [
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1544161515-81e2b6b773b9?w=800&q=80", imageAlt: "Before - Traditional spa design" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1584622281867-8a748c1f66f5?w=800&q=80", imageAlt: "After - Modern minimal spa" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1544161515-81e2b6b773b9?w=800&q=80&_wi=2", imageAlt: "Before - Traditional spa design" },
|
||||
{ imageSrc: "https://images.unsplash.com/photo-1584622281867-8a748c1f66f5?w=800&q=80&_wi=2", imageAlt: "After - Modern minimal spa" },
|
||||
],
|
||||
},
|
||||
]}
|
||||
|
||||
Reference in New Issue
Block a user