From 751ec88ea4d757e6a968898faa17970e5882c7c7 Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 15 Mar 2026 03:19:01 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 90163e1..a71181b 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -56,7 +56,7 @@ export default function LandingPage() { ]} rightCarouselItems={[ { - imageSrc: "http://img.b2bpic.net/free-photo/master-using-decorative-carpet-ribbon-atelier_114579-11834.jpg", imageAlt: "Detailed Embroidery Design" + imageSrc: "http://img.b2bpic.net/free-photo/master-using-decorative-carpet-ribbon-atelier_114579-11834.jpg?_wi=1", imageAlt: "Detailed Embroidery Design" } ]} buttons={[ @@ -120,19 +120,19 @@ export default function LandingPage() { id: "1", title: "Traditional Techniques", descriptions: [ "Authentic aari embroidery methods perfected over decades", "Preserving cultural heritage through every stitch" ], - imageSrc: "http://img.b2bpic.net/free-photo/master-using-decorative-carpet-ribbon-atelier_114579-11834.jpg", imageAlt: "Traditional Embroidery Technique" + imageSrc: "http://img.b2bpic.net/free-photo/master-using-decorative-carpet-ribbon-atelier_114579-11834.jpg?_wi=2", imageAlt: "Traditional Embroidery Technique" }, { id: "2", title: "Artistic Excellence", descriptions: [ "Intricate designs with meticulous attention to detail", "Each piece is a unique work of art" ], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-knitting-purple-wool_23-2148164368.jpg", imageAlt: "Artistic Embroidery Design" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-knitting-purple-wool_23-2148164368.jpg?_wi=1", imageAlt: "Artistic Embroidery Design" }, { id: "3", title: "Quality Assurance", descriptions: [ "Premium materials and rigorous quality checks", "Guaranteed durability and excellence" ], - imageSrc: "http://img.b2bpic.net/free-photo/tailoring-items-arrangement-view_23-2148897947.jpg", imageAlt: "Quality Embroidery Work" + imageSrc: "http://img.b2bpic.net/free-photo/tailoring-items-arrangement-view_23-2148897947.jpg?_wi=1", imageAlt: "Quality Embroidery Work" } ]} buttons={[ @@ -156,13 +156,13 @@ export default function LandingPage() { animationType="slide-up" products={[ { - id: "1", name: "Traditional Saree Border", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/master-using-decorative-carpet-ribbon-atelier_114579-11834.jpg", imageAlt: "Traditional Saree Border Embroidery" + id: "1", name: "Traditional Saree Border", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/master-using-decorative-carpet-ribbon-atelier_114579-11834.jpg?_wi=3", imageAlt: "Traditional Saree Border Embroidery" }, { - id: "2", name: "Decorative Wall Hanging", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-knitting-purple-wool_23-2148164368.jpg", imageAlt: "Decorative Wall Hanging Embroidery" + id: "2", name: "Decorative Wall Hanging", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/close-up-woman-s-hand-knitting-purple-wool_23-2148164368.jpg?_wi=2", imageAlt: "Decorative Wall Hanging Embroidery" }, { - id: "3", name: "Designer Blouse Piece", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/tailoring-items-arrangement-view_23-2148897947.jpg", imageAlt: "Designer Blouse Embroidery" + id: "3", name: "Designer Blouse Piece", price: "Custom Quote", imageSrc: "http://img.b2bpic.net/free-photo/tailoring-items-arrangement-view_23-2148897947.jpg?_wi=2", imageAlt: "Designer Blouse Embroidery" } ]} buttons={[ -- 2.49.1