From b839cca24b35a4c0bec72052d2b0a49a241d3a2c Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:18:38 +0000 Subject: [PATCH 1/2] Update src/app/about/page.tsx --- src/app/about/page.tsx | 20 ++++++++++---------- 1 file changed, 10 insertions(+), 10 deletions(-) diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 906d1b9..2733710 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -56,7 +56,7 @@ export default function AboutPage() { ]} mediaAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-cloth_23-2149080966.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-cloth_23-2149080966.jpg?_wi=2" imageAlt="PantsByBasics brand founder with premium linen collection" imagePosition="right" /> @@ -79,7 +79,7 @@ export default function AboutPage() { title: "Sustainability", description: "Linen is nature's gift—biodegradable, durable, and grown with minimal water. Quality that lasts means less waste.", icon: Droplets } ]} - imageSrc="http://img.b2bpic.net/free-photo/close-up-hessian-fabric-material-texture_23-2148402327.jpg" + imageSrc="http://img.b2bpic.net/free-photo/close-up-hessian-fabric-material-texture_23-2148402327.jpg?_wi=2" imageAlt="Close-up of natural linen fabric texture showing quality weave" mediaAnimation="opacity" imagePosition="left" @@ -94,22 +94,22 @@ export default function AboutPage() { { title: "Naturally Cool", description: "Linen's unique structure allows air to circulate freely, keeping you comfortable in any season.", icon: Droplets, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hessian-fabric-material-texture_23-2148402327.jpg", imageAlt: "Natural linen fiber close-up" }, - { imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-outdoors-still-life_23-2150756273.jpg", imageAlt: "Linen pants in natural light" } + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hessian-fabric-material-texture_23-2148402327.jpg?_wi=3", imageAlt: "Natural linen fiber close-up" }, + { imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-outdoors-still-life_23-2150756273.jpg?_wi=2", imageAlt: "Linen pants in natural light" } ] }, { title: "Built to Last", description: "Quality linen becomes softer and more beautiful with every wash. It's an investment in longevity.", icon: Award, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/woman-knitting-ornaments-with-red-thread_114579-11671.jpg", imageAlt: "Quality linen material" }, - { imageSrc: "http://img.b2bpic.net/free-photo/mexican-culture-with-colorful-fabrics_23-2149672967.jpg", imageAlt: "Premium fabric colors" } + { imageSrc: "http://img.b2bpic.net/free-photo/woman-knitting-ornaments-with-red-thread_114579-11671.jpg?_wi=2", imageAlt: "Quality linen material" }, + { imageSrc: "http://img.b2bpic.net/free-photo/mexican-culture-with-colorful-fabrics_23-2149672967.jpg?_wi=2", imageAlt: "Premium fabric colors" } ] }, { title: "Environmentally Responsible", description: "Linen requires less water, fewer pesticides, and is fully biodegradable—a gentle choice for the planet.", icon: Leaf, mediaItems: [ - { imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756266.jpg", imageAlt: "Sustainable linen production" }, - { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hessian-fabric-material-texture_23-2148402327.jpg", imageAlt: "Natural fiber texture" } + { imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756266.jpg?_wi=2", imageAlt: "Sustainable linen production" }, + { imageSrc: "http://img.b2bpic.net/free-photo/close-up-hessian-fabric-material-texture_23-2148402327.jpg?_wi=4", imageAlt: "Natural fiber texture" } ] } ]} @@ -139,7 +139,7 @@ export default function AboutPage() { title: "Lifetime Support", description: "Our care guides help your linen last longer. We're here to answer questions and support your wardrobe.", icon: Droplets } ]} - imageSrc="http://img.b2bpic.net/free-photo/happy-young-caucasian-woman-smiles-strongly-with-her-teeth-while-sitting-wide-plinth-sunny-room-brunette-girl-having-fun-home-alone-entertainment-lifestyle-concept_197531-32218.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-young-caucasian-woman-smiles-strongly-with-her-teeth-while-sitting-wide-plinth-sunny-room-brunette-girl-having-fun-home-alone-entertainment-lifestyle-concept_197531-32218.jpg?_wi=2" imageAlt="Happy customer wearing PantsByBasics linen pants" mediaAnimation="slide-up" imagePosition="right" @@ -169,7 +169,7 @@ export default function AboutPage() { description="Subscribe for behind-the-scenes updates, care tips, and first access to new collections. We share only what matters." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/stylish-young-caucasian-brunette-woman-with-red-lipstick-wears-black-dressy-suit-glasses-shoes-indoor-party_197531-32095.jpg" + imageSrc="http://img.b2bpic.net/free-photo/stylish-young-caucasian-brunette-woman-with-red-lipstick-wears-black-dressy-suit-glasses-shoes-indoor-party_197531-32095.jpg?_wi=2" imageAlt="Community of PantsByBasics customers" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1 From 5f7f753f6d853a075daaecd34235e7863786fdf2 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 10 Mar 2026 09:18:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 1dc2909..27c0510 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -58,7 +58,7 @@ export default function LandingPage() { ]} mediaAnimation="slide-up" background={{ variant: "plain" }} - imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-cloth_23-2149080966.jpg" + imageSrc="http://img.b2bpic.net/free-photo/medium-shot-woman-posing-with-cloth_23-2149080966.jpg?_wi=1" imageAlt="person wearing comfortable linen pants standing relaxed" imagePosition="right" /> @@ -82,11 +82,11 @@ export default function LandingPage() { features={[ { id: "breathable", title: "Naturally Breathable", author: "PantsByBasics", description: "Linen's unique fiber structure allows superior airflow, keeping you cool throughout the day without compromising style.", tags: ["Comfort", "Natural"], - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hessian-fabric-material-texture_23-2148402327.jpg", imageAlt: "close up linen fabric weave texture natural fiber" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hessian-fabric-material-texture_23-2148402327.jpg?_wi=1", imageAlt: "close up linen fabric weave texture natural fiber" }, { id: "durable", title: "Built to Last", author: "PantsByBasics", description: "Our cotton-linen blend is engineered for durability, maintaining softness and structure even after repeated washes and wear.", tags: ["Quality", "Craftsmanship"], - imageSrc: "http://img.b2bpic.net/free-photo/woman-knitting-ornaments-with-red-thread_114579-11671.jpg", imageAlt: "quality linen fabric rolled stacked natural material" + imageSrc: "http://img.b2bpic.net/free-photo/woman-knitting-ornaments-with-red-thread_114579-11671.jpg?_wi=1", imageAlt: "quality linen fabric rolled stacked natural material" } ]} textboxLayout="default" @@ -125,7 +125,7 @@ export default function LandingPage() { id: "1", title: "Comfort When You Need It", quote: "These pants feel like wearing nothing at all. I can work from home all day and still feel put-together.", name: "Maya Chen", role: "Creative Director", imageSrc: "http://img.b2bpic.net/free-photo/young-attractive-asian-female-working-home-hand-use-laptop-checking-search-schedule-working-process-planning-report-with-leisure-relax-sofa-living-room-with-morning-light-peaceful-moment_609648-2810.jpg", imageAlt: "woman working from home comfortable linen pants lifestyle" }, { - id: "2", title: "Style Without Effort", quote: "They're refined enough for dinner out, but comfortable enough I forget I'm wearing pants. That's the dream.", name: "Jordan Riley", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-caucasian-brunette-woman-with-red-lipstick-wears-black-dressy-suit-glasses-shoes-indoor-party_197531-32095.jpg", imageAlt: "stylish person dinner restaurant linen outfit elegant" + id: "2", title: "Style Without Effort", quote: "They're refined enough for dinner out, but comfortable enough I forget I'm wearing pants. That's the dream.", name: "Jordan Riley", role: "Business Owner", imageSrc: "http://img.b2bpic.net/free-photo/stylish-young-caucasian-brunette-woman-with-red-lipstick-wears-black-dressy-suit-glasses-shoes-indoor-party_197531-32095.jpg?_wi=1", imageAlt: "stylish person dinner restaurant linen outfit elegant" }, { id: "3", title: "Travel-Ready Comfort", quote: "Perfect for city trips. Minimal wrinkles, maximum comfort, and they pair with everything in my carry-on.", name: "Priya Sharma", role: "Content Strategist", imageSrc: "http://img.b2bpic.net/free-photo/front-view-woman-with-plaid-blanket-beach_23-2150561495.jpg", imageAlt: "traveler airport linen pants comfortable minimal luggage" @@ -145,15 +145,15 @@ export default function LandingPage() { products={[ { id: "natural", brand: "PantsByBasics", name: "Natural Linen Lowers", price: "₹4,999", rating: 5, - reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-outdoors-still-life_23-2150756273.jpg", imageAlt: "natural cream beige linen pants flat lay display" + reviewCount: "2.3k", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-outdoors-still-life_23-2150756273.jpg?_wi=1", imageAlt: "natural cream beige linen pants flat lay display" }, { id: "olive", brand: "PantsByBasics", name: "Olive Linen Lowers", price: "₹4,999", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756266.jpg", imageAlt: "olive green linen pants flat lay premium display" + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/light-brown-beige-pants-indoors-still-life_23-2150756266.jpg?_wi=1", imageAlt: "olive green linen pants flat lay premium display" }, { id: "combo", brand: "PantsByBasics", name: "Comfort Duo Bundle", price: "₹8,499", rating: 5, - reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/mexican-culture-with-colorful-fabrics_23-2149672967.jpg", imageAlt: "linen pants bundle two colors natural olive display" + reviewCount: "1.2k", imageSrc: "http://img.b2bpic.net/free-photo/mexican-culture-with-colorful-fabrics_23-2149672967.jpg?_wi=1", imageAlt: "linen pants bundle two colors natural olive display" } ]} gridVariant="uniform-all-items-equal" @@ -188,7 +188,7 @@ export default function LandingPage() { description="Linen lowers designed for everyday wear, everyday comfort, and everyday confidence. Subscribe for new drops, care tips, and exclusive early access." background={{ variant: "plain" }} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/happy-young-caucasian-woman-smiles-strongly-with-her-teeth-while-sitting-wide-plinth-sunny-room-brunette-girl-having-fun-home-alone-entertainment-lifestyle-concept_197531-32218.jpg" + imageSrc="http://img.b2bpic.net/free-photo/happy-young-caucasian-woman-smiles-strongly-with-her-teeth-while-sitting-wide-plinth-sunny-room-brunette-girl-having-fun-home-alone-entertainment-lifestyle-concept_197531-32218.jpg?_wi=1" imageAlt="person relaxed comfortable confident everyday style portrait" mediaAnimation="opacity" mediaPosition="right" -- 2.49.1