Update src/app/products/page.tsx

This commit is contained in:
2026-03-15 13:05:50 +00:00
parent 1d7f1d0533
commit 33c4e5da60

View File

@@ -50,7 +50,7 @@ export default function ProductsPage() {
{
title: "Premium T-Shirts",
description: "Made from 100% organic cotton with custom graphic designs. Available in multiple colors and sizes.",
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448746.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448746.jpg?_wi=4",
imageAlt: "Premium DOVERIA T-Shirt Collection",
buttons: [
{
@@ -62,7 +62,7 @@ export default function ProductsPage() {
{
title: "Luxury Hoodies",
description: "Premium heavyweight hoodies with embroidered and printed designs. Perfect for layering or solo wear.",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830406.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830406.jpg?_wi=4",
imageAlt: "Premium DOVERIA Hoodie Collection",
buttons: [
{
@@ -89,7 +89,7 @@ export default function ProductsPage() {
title: "Classic Minimalist T-Shirt",
description: "Our signature piece featuring clean typography and premium fabric. A wardrobe essential.",
tag: "Bestseller",
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448746.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/shirt-mockup-concept-with-plain-clothing_23-2149448746.jpg?_wi=5",
imageAlt: "Classic Minimalist T-Shirt",
buttons: [
{
@@ -103,7 +103,7 @@ export default function ProductsPage() {
title: "New: Armenian Script Hoodie",
description: "Limited edition hoodie featuring beautiful Armenian typography. Only 100 units available.",
tag: "New",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830406.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/young-man-portrait-with-flowers_23-2148830406.jpg?_wi=5",
imageAlt: "Armenian Script Hoodie",
buttons: [
{
@@ -117,7 +117,7 @@ export default function ProductsPage() {
title: "Limited: Navy Monogram Tee",
description: "Exclusive deep navy tee with embroidered monogram. A statement piece for discerning customers.",
tag: "Limited",
imageSrc: "http://img.b2bpic.net/free-photo/dark-textured-stone-background_53876-88914.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/dark-textured-stone-background_53876-88914.jpg?_wi=4",
imageAlt: "Navy Monogram Tee",
buttons: [
{
@@ -164,7 +164,7 @@ export default function ProductsPage() {
required: true,
}}
useInvertedBackground={false}
imageSrc="http://img.b2bpic.net/free-vector/furniture-sale-instagram-post_52683-48084.jpg"
imageSrc="http://img.b2bpic.net/free-vector/furniture-sale-instagram-post_52683-48084.jpg?_wi=3"
imageAlt="DOVERIA Product Collection"
mediaAnimation="opacity"
mediaPosition="left"