From fc2e8045742af191b97b2b4fc69383a171174ffe Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 2 Apr 2026 05:05:32 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 0b6687f..5537e9a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -50,7 +50,7 @@ export default function LandingPage() { { text: "Explore Brands", href: "#features" }, { text: "Contact Us", href: "#contact" }, ]} - imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg" + imageSrc="http://img.b2bpic.net/free-photo/beautiful-shot-modern-house-bathroom-with-technology-art_181624-2980.jpg?_wi=1" imageAlt="luxury bathroom tiles showroom" /> @@ -80,22 +80,22 @@ export default function LandingPage() { { title: "Luxury Fittings", description: "Elegant bathroom hardware from industry leaders.", icon: Sparkles, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/retro-shower-house-classical-antique_1203-5010.jpg", imageAlt: "Luxury faucet hardware" }, - { imageSrc: "http://img.b2bpic.net/free-photo/retro-shower-house-classical-antique_1203-5010.jpg", imageAlt: "Chrome shower fittings" }, + { imageSrc: "http://img.b2bpic.net/free-photo/retro-shower-house-classical-antique_1203-5010.jpg?_wi=1", imageAlt: "Luxury faucet hardware" }, + { imageSrc: "http://img.b2bpic.net/free-photo/retro-shower-house-classical-antique_1203-5010.jpg?_wi=2", imageAlt: "Chrome shower fittings" }, ] }, { title: "Designer Tiles", description: "Sophisticated porcelain and ceramic flooring.", icon: CheckCircle, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/modern-white-toilet-minimalist-restroom-stylish-bathroom-interior_169016-69440.jpg", imageAlt: "Modern ceramic floor texture" }, - { imageSrc: "http://img.b2bpic.net/free-photo/modern-white-toilet-minimalist-restroom-stylish-bathroom-interior_169016-69440.jpg", imageAlt: "Polished marble tile finish" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-white-toilet-minimalist-restroom-stylish-bathroom-interior_169016-69440.jpg?_wi=1", imageAlt: "Modern ceramic floor texture" }, + { imageSrc: "http://img.b2bpic.net/free-photo/modern-white-toilet-minimalist-restroom-stylish-bathroom-interior_169016-69440.jpg?_wi=2", imageAlt: "Polished marble tile finish" }, ] }, { title: "Sanitary Solutions", description: "Advanced wellness and hygiene systems.", icon: Shield, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-with-tropical-view_23-2152008229.jpg", imageAlt: "Minimalist sanitary ware" }, - { imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-with-tropical-view_23-2152008229.jpg", imageAlt: "Modern bathroom ceramics" }, + { imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-with-tropical-view_23-2152008229.jpg?_wi=1", imageAlt: "Minimalist sanitary ware" }, + { imageSrc: "http://img.b2bpic.net/free-photo/luxury-bathroom-with-tropical-view_23-2152008229.jpg?_wi=2", imageAlt: "Modern bathroom ceramics" }, ] }, ]} @@ -122,11 +122,11 @@ export default function LandingPage() { textboxLayout="split" useInvertedBackground={false} testimonials={[ - { id: "1", name: "Ananya Sharma", handle: "@ananyadesigns", testimonial: "Exceptional service and the best range of premium tiles in town. Our home looks stunning.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-waitress-cafe_637285-8070.jpg" }, + { id: "1", name: "Ananya Sharma", handle: "@ananyadesigns", testimonial: "Exceptional service and the best range of premium tiles in town. Our home looks stunning.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-waitress-cafe_637285-8070.jpg?_wi=1" }, { id: "2", name: "Rahul Verma", handle: "@rahul_architect", testimonial: "I have been sourcing from Paradise for years. Their partnership with top brands makes the process seamless.", imageSrc: "http://img.b2bpic.net/free-photo/gorgeous-indian-woman-wear-formal-posing-cafe_627829-4649.jpg" }, { id: "3", name: "Sonia Mehta", handle: "@sonia_homes", testimonial: "Expert guidance in choosing sanitary ware. Highly recommend their professional consultation.", imageSrc: "http://img.b2bpic.net/free-photo/group-professional-engineers_23-2147704204.jpg" }, { id: "4", name: "Vikram Singh", handle: "@vikram_renovations", testimonial: "Authentic products and amazing showroom display. My first choice for high-end fittings.", imageSrc: "http://img.b2bpic.net/free-photo/design-our-new-house-is-perfect_637285-12324.jpg" }, - { id: "5", name: "Priya Kapoor", handle: "@priya_interiors", testimonial: "The quality of tiles at Paradise Ceramica is unmatched. Truly a premium experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-waitress-cafe_637285-8070.jpg" }, + { id: "5", name: "Priya Kapoor", handle: "@priya_interiors", testimonial: "The quality of tiles at Paradise Ceramica is unmatched. Truly a premium experience.", imageSrc: "http://img.b2bpic.net/free-photo/young-happy-woman-talking-waitress-cafe_637285-8070.jpg?_wi=2" }, ]} title="Customer Stories" description="What our clients have to say about their experience with Paradise Ceramica." @@ -164,7 +164,7 @@ export default function LandingPage() {