diff --git a/src/app/projects/page.tsx b/src/app/projects/page.tsx index 1cf97c5..1502234 100644 --- a/src/app/projects/page.tsx +++ b/src/app/projects/page.tsx @@ -65,16 +65,32 @@ export default function ProjectsPage() { features={[ { icon: ImageIcon, - title: "Modern Residential Complex", description: "Luxury residential development featuring before and after transformation of urban landscape into premium living spaces."}, + 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" }, + ], + }, { icon: Zap, - title: "Commercial Office Building", description: "Contemporary office space redesign showcasing architectural excellence and sustainable design principles."}, + 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" }, + ], + }, { icon: ImageIcon, - title: "Boutique Retail Space", description: "High-end retail transformation featuring luxury minimal aesthetic and cutting-edge interior design."}, + 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" }, + ], + }, { icon: Zap, - title: "Wellness Spa Retreat", description: "Serene wellness center renovation emphasizing clean lines, natural materials, and tranquil atmospheres."}, + 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" }, + ], + }, ]} animationType="slide-up" title="Our Projects"