diff --git a/src/app/page.tsx b/src/app/page.tsx index 92efed8..f11b4ba 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -49,16 +49,16 @@ export default function LandingPage() { tagAnimation="slide-up" background={{ variant: "glowing-orb" }} leftCarouselItems={[ - { imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-fireplace-large-painting-wall_123827-23876.jpg", imageAlt: "Luxury minimalist living room" }, + { imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-fireplace-large-painting-wall_123827-23876.jpg?_wi=1", imageAlt: "Luxury minimalist living room" }, { imageSrc: "http://img.b2bpic.net/free-photo/creative-fengshui-practice-bedroom-arrangement_23-2149135755.jpg", imageAlt: "Contemporary bedroom design" }, - { imageSrc: "http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg", imageAlt: "Modern residential space" }, - { 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: "Contemporary office design" } + { imageSrc: "http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg?_wi=1", imageAlt: "Modern residential space" }, + { 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: "Contemporary office design" } ]} rightCarouselItems={[ { imageSrc: "http://img.b2bpic.net/free-photo/interior-design-house-modern-white-kitchen_657883-328.jpg", imageAlt: "Elegant kitchen interior" }, - { imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-fireplace-large-painting-wall_123827-23876.jpg", imageAlt: "Sophisticated living area" }, - { imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg", imageAlt: "Luxury bedroom suite" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg", imageAlt: "Premium restaurant design" } + { imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-fireplace-large-painting-wall_123827-23876.jpg?_wi=2", imageAlt: "Sophisticated living area" }, + { imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=1", imageAlt: "Luxury bedroom suite" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg?_wi=1", imageAlt: "Premium restaurant design" } ]} buttons={[ { text: "Explore Portfolio", href: "#projects" }, @@ -106,19 +106,19 @@ export default function LandingPage() { useInvertedBackground={true} features={[ { - title: "Luxury Residential Apartment", description: "A sophisticated 3-bedroom apartment in South Mumbai featuring minimalist design with warm wood accents and premium finishes.", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg", imageAlt: "Luxury residential apartment", button: { text: "View Details", href: "#" } + title: "Luxury Residential Apartment", description: "A sophisticated 3-bedroom apartment in South Mumbai featuring minimalist design with warm wood accents and premium finishes.", imageSrc: "http://img.b2bpic.net/free-photo/man-standing-talking-colleagues_23-2147668768.jpg?_wi=2", imageAlt: "Luxury residential apartment", button: { text: "View Details", href: "#" } }, { - title: "Modern Corporate Office", description: "Open-plan workspace designed for collaboration with biophilic elements and ergonomic considerations throughout.", 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 corporate office space", button: { text: "View Details", href: "#" } + title: "Modern Corporate Office", description: "Open-plan workspace designed for collaboration with biophilic elements and ergonomic considerations throughout.", 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: "Modern corporate office space", button: { text: "View Details", href: "#" } }, { - title: "Master Suite Redesign", description: "A serene bedroom sanctuary combining comfort and elegance with custom storage solutions and ambient lighting.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg", imageAlt: "Master bedroom suite design", button: { text: "View Details", href: "#" } + title: "Master Suite Redesign", description: "A serene bedroom sanctuary combining comfort and elegance with custom storage solutions and ambient lighting.", imageSrc: "http://img.b2bpic.net/free-photo/cozy-bedroom-with-pendant-lamp-orchid-home-comfort_169016-70987.jpg?_wi=2", imageAlt: "Master bedroom suite design", button: { text: "View Details", href: "#" } }, { title: "Contemporary Retail Space", description: "A boutique retail environment with sophisticated product display and immersive customer experience design.", imageSrc: "http://img.b2bpic.net/free-photo/man-works-luxurious-clothing-store_482257-76679.jpg", imageAlt: "Contemporary retail store interior", button: { text: "View Details", href: "#" } }, { - title: "Premium Restaurant Interiors", description: "An upscale dining establishment with ambient lighting design and curated material selections for optimal ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg", imageAlt: "Premium restaurant dining area", button: { text: "View Details", href: "#" } + title: "Premium Restaurant Interiors", description: "An upscale dining establishment with ambient lighting design and curated material selections for optimal ambiance.", imageSrc: "http://img.b2bpic.net/free-photo/modern-cafe-interior-design-with-wooden-wall-green-wall-grey-chairs_191095-99746.jpg?_wi=2", imageAlt: "Premium restaurant dining area", button: { text: "View Details", href: "#" } } ]} animationType="slide-up" @@ -138,13 +138,13 @@ export default function LandingPage() { useInvertedBackground={false} features={[ { - title: "Residential Design", description: "From concept to completion, creating homes that perfectly align with your lifestyle and aesthetic preferences.", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-fireplace-large-painting-wall_123827-23876.jpg", imageAlt: "Residential interior design" + title: "Residential Design", description: "From concept to completion, creating homes that perfectly align with your lifestyle and aesthetic preferences.", imageSrc: "http://img.b2bpic.net/free-photo/living-room-with-fireplace-large-painting-wall_123827-23876.jpg?_wi=3", imageAlt: "Residential interior design" }, { - title: "Commercial Spaces", description: "Designing functional and inspiring workspaces, retail environments, and hospitality venues.", 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 office design" + title: "Commercial Spaces", description: "Designing functional and inspiring workspaces, retail environments, and hospitality venues.", 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=3", imageAlt: "Commercial office design" }, { - title: "Space Planning", description: "Optimizing layouts and traffic flow to maximize functionality and aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-psd/interior-design-landing-page_23-2148852403.jpg", imageAlt: "Space planning visualization" + title: "Space Planning", description: "Optimizing layouts and traffic flow to maximize functionality and aesthetic appeal.", imageSrc: "http://img.b2bpic.net/free-psd/interior-design-landing-page_23-2148852403.jpg?_wi=1", imageAlt: "Space planning visualization" }, { title: "Material Consultation", description: "Expert guidance on selecting premium materials, finishes, and furniture that align with your vision and budget.", imageSrc: "/placeholders/placeholder1.webp", imageAlt: "Material consultation" @@ -170,7 +170,7 @@ export default function LandingPage() { title: "Discovery & Consultation", description: "Understanding your vision, lifestyle, and requirements through detailed initial consultations.", imageSrc: "http://img.b2bpic.net/free-photo/architecture_1098-16480.jpg", imageAlt: "Design sketches and planning" }, { - title: "Concept Development", description: "Creating mood boards, mood palettes, and detailed design proposals aligned with your preferences.", imageSrc: "http://img.b2bpic.net/free-psd/interior-design-landing-page_23-2148852403.jpg", imageAlt: "3D design visualization" + title: "Concept Development", description: "Creating mood boards, mood palettes, and detailed design proposals aligned with your preferences.", imageSrc: "http://img.b2bpic.net/free-psd/interior-design-landing-page_23-2148852403.jpg?_wi=2", imageAlt: "3D design visualization" }, { title: "Implementation", description: "Managing the execution phase with attention to detail, vendor coordination, and quality assurance.", imageSrc: "http://img.b2bpic.net/free-photo/low-angle-colleagues-working-together_23-2149366699.jpg", imageAlt: "Design implementation and installation" @@ -194,7 +194,7 @@ export default function LandingPage() { testimonials={[ { id: "1", name: "Priya Sharma", handle: "@priya_sharma", testimonial: "Transforming our home was seamless with Zenith Spaces. The attention to detail and understanding of our aesthetic was exceptional. Highly recommended!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Priya Sharma" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=1", imageAlt: "Priya Sharma" }, { id: "2", name: "Rajesh Kapoor", handle: "@rajesh_k", testimonial: "Our office space has become a hub of creativity and productivity. The design perfectly balances functionality with aesthetics. Outstanding work!", rating: 5, @@ -202,11 +202,11 @@ export default function LandingPage() { }, { id: "3", name: "Ameya Desai", handle: "@ameya_design", testimonial: "Working with Zenith Spaces was a breeze. Professional, creative, and committed to excellence. Our restaurant now reflects our brand perfectly.", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Ameya Desai" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=2", imageAlt: "Ameya Desai" }, { id: "4", name: "Neha Gupta", handle: "@neha_gupta", testimonial: "A true professional who listens, understands, and delivers beyond expectations. Our home is now our sanctuary. Cannot thank them enough!", rating: 5, - imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg", imageAlt: "Neha Gupta" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-young-handsome-successful-man_1163-5475.jpg?_wi=3", imageAlt: "Neha Gupta" } ]} showRating={true} @@ -230,7 +230,7 @@ export default function LandingPage() { buttonText="Schedule Consultation" mediaAnimation="slide-up" mediaPosition="right" - imageSrc="http://img.b2bpic.net/free-photo/living-room-with-fireplace-large-painting-wall_123827-23876.jpg" + imageSrc="http://img.b2bpic.net/free-photo/living-room-with-fireplace-large-painting-wall_123827-23876.jpg?_wi=4" imageAlt="Design inspiration gallery" />