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", title: "Premium T-Shirts",
description: "Made from 100% organic cotton with custom graphic designs. Available in multiple colors and sizes.", 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", imageAlt: "Premium DOVERIA T-Shirt Collection",
buttons: [ buttons: [
{ {
@@ -62,7 +62,7 @@ export default function ProductsPage() {
{ {
title: "Luxury Hoodies", title: "Luxury Hoodies",
description: "Premium heavyweight hoodies with embroidered and printed designs. Perfect for layering or solo wear.", 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", imageAlt: "Premium DOVERIA Hoodie Collection",
buttons: [ buttons: [
{ {
@@ -89,7 +89,7 @@ export default function ProductsPage() {
title: "Classic Minimalist T-Shirt", title: "Classic Minimalist T-Shirt",
description: "Our signature piece featuring clean typography and premium fabric. A wardrobe essential.", description: "Our signature piece featuring clean typography and premium fabric. A wardrobe essential.",
tag: "Bestseller", 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", imageAlt: "Classic Minimalist T-Shirt",
buttons: [ buttons: [
{ {
@@ -103,7 +103,7 @@ export default function ProductsPage() {
title: "New: Armenian Script Hoodie", title: "New: Armenian Script Hoodie",
description: "Limited edition hoodie featuring beautiful Armenian typography. Only 100 units available.", description: "Limited edition hoodie featuring beautiful Armenian typography. Only 100 units available.",
tag: "New", 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", imageAlt: "Armenian Script Hoodie",
buttons: [ buttons: [
{ {
@@ -117,7 +117,7 @@ export default function ProductsPage() {
title: "Limited: Navy Monogram Tee", title: "Limited: Navy Monogram Tee",
description: "Exclusive deep navy tee with embroidered monogram. A statement piece for discerning customers.", description: "Exclusive deep navy tee with embroidered monogram. A statement piece for discerning customers.",
tag: "Limited", 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", imageAlt: "Navy Monogram Tee",
buttons: [ buttons: [
{ {
@@ -164,7 +164,7 @@ export default function ProductsPage() {
required: true, required: true,
}} }}
useInvertedBackground={false} 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" imageAlt="DOVERIA Product Collection"
mediaAnimation="opacity" mediaAnimation="opacity"
mediaPosition="left" mediaPosition="left"