diff --git a/src/app/about/page.tsx b/src/app/about/page.tsx index 4a2f6df..2257d0f 100644 --- a/src/app/about/page.tsx +++ b/src/app/about/page.tsx @@ -60,7 +60,7 @@ export default function AboutPage() { icon: Leaf, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-working-with-fabric_23-2148875368.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-working-with-fabric_23-2148875368.jpg?_wi=2" imageAlt="AYWISE Studio" mediaAnimation="slide-up" imagePosition="right" @@ -99,7 +99,7 @@ export default function AboutPage() { name: "Sarah Johnson", handle: "@sarahstyle", testimonial: "AYWISE has completely transformed my wardrobe. The quality and design are absolutely incredible, and the customer service is unmatched!", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-looking-trendy-girl-casual-summer-dress_158538-1459.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-looking-trendy-girl-casual-summer-dress_158538-1459.jpg?_wi=2", imageAlt: "Sarah Johnson", }, { @@ -107,7 +107,7 @@ export default function AboutPage() { name: "Marcus Chen", handle: "@urbanfashion", testimonial: "Finally found a brand that understands youth culture and fashion. Every piece feels premium and authentic. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg?_wi=2", imageAlt: "Marcus Chen", }, { @@ -115,7 +115,7 @@ export default function AboutPage() { name: "Emma Williams", handle: "@emmazone", testimonial: "The attention to detail is phenomenal. I feel confident and stylish wearing AYWISE pieces. This is my new go-to brand!", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-caucasian-female-white-shirt-jeans-posing-beautiful-field_181624-57653.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-caucasian-female-white-shirt-jeans-posing-beautiful-field_181624-57653.jpg?_wi=2", imageAlt: "Emma Williams", }, { @@ -123,7 +123,7 @@ export default function AboutPage() { name: "Alex Rivera", handle: "@alexwear", testimonial: "AYWISE pieces are investment-worthy. The durability and timeless design make them perfect for any wardrobe. Love this brand!", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-blue-light_23-2149478942.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-blue-light_23-2149478942.jpg?_wi=2", imageAlt: "Alex Rivera", }, { @@ -131,7 +131,7 @@ export default function AboutPage() { name: "Jessica Park", handle: "@fashionjess", testimonial: "The gold accents and black pieces are perfection. AYWISE truly understands luxury fashion for modern youth. Obsessed!", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15865.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15865.jpg?_wi=2", imageAlt: "Jessica Park", }, { @@ -139,7 +139,7 @@ export default function AboutPage() { name: "David Kumar", handle: "@stylekulture", testimonial: "Exceptional quality, exceptional design, exceptional everything. AYWISE is setting new standards in fashion. Kudos to the team!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes-trendy-girl-sitting-bench-street-funny-positive-woman-sunglasses_158538-1662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes-trendy-girl-sitting-bench-street-funny-positive-woman-sunglasses_158538-1662.jpg?_wi=2", imageAlt: "David Kumar", }, ]} diff --git a/src/app/page.tsx b/src/app/page.tsx index 667c522..34d255c 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -89,21 +89,21 @@ export default function HomePage() { id: "1", name: "Premium Black Hoodie", price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773385.jpg?_wi=1", imageAlt: "Premium Black Hoodie", }, { id: "2", name: "Minimalist White Tee", price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-stylish-fedora-hats_23-2150711552.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assortment-stylish-fedora-hats_23-2150711552.jpg?_wi=1", imageAlt: "Minimalist White Tee", }, { id: "3", name: "Gold-Trim Jacket", price: "$129.99", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-jacket-walking-outside_1303-25099.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-jacket-walking-outside_1303-25099.jpg?_wi=1", imageAlt: "Gold-Trim Jacket", }, ]} @@ -136,7 +136,7 @@ export default function HomePage() { icon: Leaf, }, ]} - imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-working-with-fabric_23-2148875368.jpg" + imageSrc="http://img.b2bpic.net/free-photo/full-shot-woman-working-with-fabric_23-2148875368.jpg?_wi=1" imageAlt="AYWISE Studio" mediaAnimation="slide-up" imagePosition="right" @@ -178,7 +178,7 @@ export default function HomePage() { name: "Sarah Johnson", handle: "@sarahstyle", testimonial: "AYWISE has completely transformed my wardrobe. The quality and design are absolutely incredible, and the customer service is unmatched!", - imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-looking-trendy-girl-casual-summer-dress_158538-1459.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-beautiful-woman-looking-trendy-girl-casual-summer-dress_158538-1459.jpg?_wi=1", imageAlt: "Sarah Johnson", }, { @@ -186,7 +186,7 @@ export default function HomePage() { name: "Marcus Chen", handle: "@urbanfashion", testimonial: "Finally found a brand that understands youth culture and fashion. Every piece feels premium and authentic. Highly recommend!", - imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/middle-aged-hispanic-business-person_23-2151098592.jpg?_wi=1", imageAlt: "Marcus Chen", }, { @@ -194,7 +194,7 @@ export default function HomePage() { name: "Emma Williams", handle: "@emmazone", testimonial: "The attention to detail is phenomenal. I feel confident and stylish wearing AYWISE pieces. This is my new go-to brand!", - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-caucasian-female-white-shirt-jeans-posing-beautiful-field_181624-57653.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-attractive-caucasian-female-white-shirt-jeans-posing-beautiful-field_181624-57653.jpg?_wi=1", imageAlt: "Emma Williams", }, { @@ -202,7 +202,7 @@ export default function HomePage() { name: "Alex Rivera", handle: "@alexwear", testimonial: "AYWISE pieces are investment-worthy. The durability and timeless design make them perfect for any wardrobe. Love this brand!", - imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-blue-light_23-2149478942.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/beautiful-blonde-woman-blue-light_23-2149478942.jpg?_wi=1", imageAlt: "Alex Rivera", }, { @@ -210,7 +210,7 @@ export default function HomePage() { name: "Jessica Park", handle: "@fashionjess", testimonial: "The gold accents and black pieces are perfection. AYWISE truly understands luxury fashion for modern youth. Obsessed!", - imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15865.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/handsome-black-male-dressed-suit-from-wool_613910-15865.jpg?_wi=1", imageAlt: "Jessica Park", }, { @@ -218,7 +218,7 @@ export default function HomePage() { name: "David Kumar", handle: "@stylekulture", testimonial: "Exceptional quality, exceptional design, exceptional everything. AYWISE is setting new standards in fashion. Kudos to the team!", - imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes-trendy-girl-sitting-bench-street-funny-positive-woman-sunglasses_158538-1662.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/portrait-beautiful-smiling-brunette-model-dressed-summer-hipster-jacket-jeans-clothes-trendy-girl-sitting-bench-street-funny-positive-woman-sunglasses_158538-1662.jpg?_wi=1", imageAlt: "David Kumar", }, ]} diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index b4ef6b3..360ecae 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -47,42 +47,42 @@ export default function ProductsPage() { id: "1", name: "Premium Black Hoodie", price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773385.jpg?_wi=2", imageAlt: "Premium Black Hoodie", }, { id: "2", name: "Minimalist White Tee", price: "$49.99", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-stylish-fedora-hats_23-2150711552.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assortment-stylish-fedora-hats_23-2150711552.jpg?_wi=2", imageAlt: "Minimalist White Tee", }, { id: "3", name: "Gold-Trim Jacket", price: "$129.99", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-jacket-walking-outside_1303-25099.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-jacket-walking-outside_1303-25099.jpg?_wi=2", imageAlt: "Gold-Trim Jacket", }, { id: "4", name: "Classic Black Pants", price: "$79.99", - imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773385.jpg?_wi=3", imageAlt: "Classic Black Pants", }, { id: "5", name: "White Designer Blazer", price: "$149.99", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-stylish-fedora-hats_23-2150711552.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assortment-stylish-fedora-hats_23-2150711552.jpg?_wi=3", imageAlt: "White Designer Blazer", }, { id: "6", name: "Luxury Gold Cardigan", price: "$139.99", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-jacket-walking-outside_1303-25099.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-jacket-walking-outside_1303-25099.jpg?_wi=3", imageAlt: "Luxury Gold Cardigan", }, ]} @@ -102,21 +102,21 @@ export default function ProductsPage() { id: "7", name: "Signature Black Hoodie", price: "$89.99", - imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773385.jpg?_wi=4", imageAlt: "Signature Black Hoodie", }, { id: "8", name: "Premium White Tee Bundle", price: "$99.99", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-stylish-fedora-hats_23-2150711552.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assortment-stylish-fedora-hats_23-2150711552.jpg?_wi=4", imageAlt: "Premium White Tee Bundle", }, { id: "9", name: "Gold Accent Jacket Combo", price: "$179.99", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-jacket-walking-outside_1303-25099.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-jacket-walking-outside_1303-25099.jpg?_wi=4", imageAlt: "Gold Accent Jacket Combo", }, ]} @@ -138,21 +138,21 @@ export default function ProductsPage() { id: "10", name: "Limited Edition Hoodie", price: "$99.99", - imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773385.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/view-beige-tone-colored-pants_23-2150773385.jpg?_wi=5", imageAlt: "Limited Edition Hoodie", }, { id: "11", name: "Exclusive Silk Tee", price: "$59.99", - imageSrc: "http://img.b2bpic.net/free-photo/assortment-stylish-fedora-hats_23-2150711552.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/assortment-stylish-fedora-hats_23-2150711552.jpg?_wi=5", imageAlt: "Exclusive Silk Tee", }, { id: "12", name: "Statement Gold Jacket", price: "$159.99", - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-jacket-walking-outside_1303-25099.jpg", + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-wearing-jacket-walking-outside_1303-25099.jpg?_wi=5", imageAlt: "Statement Gold Jacket", }, ]}