diff --git a/src/app/page.tsx b/src/app/page.tsx index 381ad65..dc5dd84 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -73,13 +73,13 @@ export default function LandingPage() { tag="Portfolio" features={[ { - id: "1", title: "Minimalist Bedroom Retreat", description: "A serene bedroom sanctuary with neutral tones, natural materials, and thoughtful spatial planning", tag: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg", imageAlt: "Minimalist bedroom design"}, + id: "1", title: "Minimalist Bedroom Retreat", description: "A serene bedroom sanctuary with neutral tones, natural materials, and thoughtful spatial planning", tag: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg?_wi=1", imageAlt: "Minimalist bedroom design"}, { id: "2", title: "Contemporary Kitchen Hub", description: "Modern kitchen combining sleek aesthetics with practical workflow and premium finishes", tag: "Kitchen Design", imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-white-kitchen_657883-328.jpg", imageAlt: "Modern kitchen interior"}, { - id: "3", title: "Living Room Elegance", description: "Sophisticated living space featuring curated furnishings, layered lighting, and warm textures", tag: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg", imageAlt: "Contemporary living room"}, + id: "3", title: "Living Room Elegance", description: "Sophisticated living space featuring curated furnishings, layered lighting, and warm textures", tag: "Residential", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg?_wi=1", imageAlt: "Contemporary living room"}, { - id: "4", title: "Executive Office Design", description: "Professional workspace optimized for productivity with premium materials and ergonomic design", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/managers-discussing-reports-with-boss-sitting-meeting-table-with-monitor-holding-documents-business-meeting-teamwork-concept_74855-11867.jpg", imageAlt: "Modern office workspace"}, + id: "4", title: "Executive Office Design", description: "Professional workspace optimized for productivity with premium materials and ergonomic design", tag: "Commercial", imageSrc: "http://img.b2bpic.net/free-photo/managers-discussing-reports-with-boss-sitting-meeting-table-with-monitor-holding-documents-business-meeting-teamwork-concept_74855-11867.jpg?_wi=1", imageAlt: "Modern office workspace"}, ]} textboxLayout="default" useInvertedBackground={false} @@ -95,11 +95,11 @@ export default function LandingPage() { tag="Services" products={[ { - id: "1", name: "Residential Design Consultation", price: "₹15,000", imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg", imageAlt: "Residential design service"}, + id: "1", name: "Residential Design Consultation", price: "₹15,000", imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg?_wi=2", imageAlt: "Residential design service"}, { - id: "2", name: "Full Home Renovation Package", price: "₹2,50,000+", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg", imageAlt: "Home renovation service"}, + id: "2", name: "Full Home Renovation Package", price: "₹2,50,000+", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design_53876-138977.jpg?_wi=2", imageAlt: "Home renovation service"}, { - id: "3", name: "Commercial Space Design", price: "₹50,000+", imageSrc: "http://img.b2bpic.net/free-photo/managers-discussing-reports-with-boss-sitting-meeting-table-with-monitor-holding-documents-business-meeting-teamwork-concept_74855-11867.jpg", imageAlt: "Commercial design service"}, + id: "3", name: "Commercial Space Design", price: "₹50,000+", imageSrc: "http://img.b2bpic.net/free-photo/managers-discussing-reports-with-boss-sitting-meeting-table-with-monitor-holding-documents-business-meeting-teamwork-concept_74855-11867.jpg?_wi=2", imageAlt: "Commercial design service"}, ]} textboxLayout="default" useInvertedBackground={true} @@ -112,13 +112,13 @@ export default function LandingPage() {