Update src/app/page.tsx

This commit is contained in:
2026-03-04 07:34:00 +00:00
parent debabc98e0
commit 3ef2b82cc0

View File

@@ -80,7 +80,7 @@ export default function HomePage() {
{ text: "Explore Collections", href: "/collections" },
]}
buttonAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg"
imageSrc="http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=1"
imageAlt="Model wearing latest collection"
imagePosition="right"
mediaAnimation="blur-reveal"
@@ -109,14 +109,14 @@ export default function HomePage() {
id: 2,
title: "Seasonal",
description: "Latest trends adapted for modern lifestyles with our signature aesthetic",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=2",
imageAlt: "Seasonal collection",
},
{
id: 3,
title: "Signature",
description: "Our most coveted pieces representing the pinnacle of contemporary design",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=3",
imageAlt: "Signature collection",
},
]}
@@ -139,28 +139,28 @@ export default function HomePage() {
id: "1",
name: "Premium Essentials T-Shirt",
price: "$85",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-os-stylish-woman-sunglasses-walking-street-she-is-wearing-white-tshirt-has-red-lips-looking-down_291650-2102.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-os-stylish-woman-sunglasses-walking-street-she-is-wearing-white-tshirt-has-red-lips-looking-down_291650-2102.jpg?_wi=1",
imageAlt: "Premium t-shirt in neutral tone",
},
{
id: "2",
name: "Tailored Linen Blazer",
price: "$285",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-choosing-jacket-shop_171337-18967.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/side-view-man-choosing-jacket-shop_171337-18967.jpg?_wi=1",
imageAlt: "Tailored blazer for professional wear",
},
{
id: "3",
name: "Minimalist Midi Dress",
price: "$195",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-blonde-woman-with-wavy-hair-dressed-skirt-light-blouse-white-jacket-sits-chair_197531-33594.jpg?_wi=4",
imageAlt: "Elegant midi dress in classic silhouette",
},
{
id: "4",
name: "Premium Denim Trousers",
price: "$165",
imageSrc: "http://img.b2bpic.net/free-photo/man-puts-his-thumbs-into-pockets-jeans_8353-11368.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/man-puts-his-thumbs-into-pockets-jeans_8353-11368.jpg?_wi=1",
imageAlt: "High-quality tailored denim",
},
]}