Merge version_1 into main #3

Merged
bender merged 3 commits from version_1 into main 2026-03-03 19:02:20 +00:00
3 changed files with 7 additions and 7 deletions

View File

@@ -75,7 +75,7 @@ export default function AboutPage() {
tag="About Us"
tagIcon={Heart}
buttons={[{ text: "Learn More", href: "/shop" }]}
imageSrc="http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg"
imageSrc="http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=4"
imageAlt="Streetwear collection artistic presentation"
useInvertedBackground={true}
/>

View File

@@ -102,13 +102,13 @@ export default function HomePage() {
products={[
{
id: "1", brand: "STREETWEAR CO.", name: "Baggy Jeans", price: "R599", rating: 5,
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg", imageAlt: "Oversized baggy jeans with artistic prints"},
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=1", imageAlt: "Oversized baggy jeans with artistic prints"},
{
id: "2", brand: "STREETWEAR CO.", name: "Long Sleeve Shirt", price: "R399", rating: 5,
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-vector/simple-symmetrical-design-black-background_1040-1214.jpg", imageAlt: "Premium long sleeve shirt with detailed graphics"},
{
id: "3", brand: "STREETWEAR CO.", name: "T-Shirt Premium", price: "R299", rating: 5,
reviewCount: "176", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", imageAlt: "Artistic print t-shirt classic cut"},
reviewCount: "176", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=1", imageAlt: "Artistic print t-shirt classic cut"},
]}
/>
</div>
@@ -134,7 +134,7 @@ export default function HomePage() {
tag="About Us"
tagIcon={Heart}
buttons={[{ text: "Learn More", href: "/shop" }]}
imageSrc="http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg"
imageSrc="http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=2"
imageAlt="Streetwear collection artistic presentation"
useInvertedBackground={true}
/>

View File

@@ -80,16 +80,16 @@ export default function ShopPage() {
products={[
{
id: "baggy-jeans", brand: "STREETWEAR CO.", name: "Oversized Baggy Jeans", price: "R599", rating: 5,
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg", imageAlt: "Baggy jeans with fingerprint graphic print"},
reviewCount: "142", imageSrc: "http://img.b2bpic.net/free-photo/vertical-photo-young-lady-leaning-wall-tunnel_114579-92564.jpg?_wi=3", imageAlt: "Baggy jeans with fingerprint graphic print"},
{
id: "long-sleeve", brand: "STREETWEAR CO.", name: "Knife Graphic Long Sleeve", price: "R399", rating: 5,
reviewCount: "98", imageSrc: "http://img.b2bpic.net/free-vector/poster-design-with-mechanic-girl_1284-52594.jpg", imageAlt: "White long sleeve with artistic knife illustration"},
{
id: "tshirt-one", brand: "STREETWEAR CO.", name: "Graphic T-Shirt V1", price: "R299", rating: 5,
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", imageAlt: "Oversized graphic t-shirt with artistic print"},
reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=2", imageAlt: "Oversized graphic t-shirt with artistic print"},
{
id: "tshirt-two", brand: "STREETWEAR CO.", name: "Statement T-Shirt V2", price: "R299", rating: 5,
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg", imageAlt: "Black t-shirt with bold artistic graphic"},
reviewCount: "120", imageSrc: "http://img.b2bpic.net/free-vector/pride-day-lettering_23-2148514310.jpg?_wi=3", imageAlt: "Black t-shirt with bold artistic graphic"},
]}
/>
</div>