Update src/app/products/page.tsx

This commit is contained in:
2026-03-10 11:09:16 +00:00
parent c73eaba521
commit be6e64a552

View File

@@ -58,7 +58,7 @@ export default function ProductsPage() {
name: "Premium Linen Throw Blanket",
price: "₺450",
variant: "Beige Multiple Colors",
imageSrc: "http://img.b2bpic.net/free-photo/details-decor-table-living-room-hygge-style-concept-home-comfort-modern-style_169016-10442.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/details-decor-table-living-room-hygge-style-concept-home-comfort-modern-style_169016-10442.jpg?_wi=3",
imageAlt: "Premium linen throw blanket in beige",
},
{
@@ -66,7 +66,7 @@ export default function ProductsPage() {
name: "Modern Ceramic Vase Set",
price: "₺280",
variant: "White 3 Sizes",
imageSrc: "http://img.b2bpic.net/free-photo/details-decor-table-living-room-hygge-style-concept-home-comfort-modern-style_169016-10442.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/details-decor-table-living-room-hygge-style-concept-home-comfort-modern-style_169016-10442.jpg?_wi=4",
imageAlt: "Modern ceramic vase set",
},
{
@@ -74,7 +74,7 @@ export default function ProductsPage() {
name: "Wooden Serving Board",
price: "₺320",
variant: "Natural Wood 2 Designs",
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096562.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ordered-composition-baking-tools_23-2150096562.jpg?_wi=2",
imageAlt: "Wooden serving board for kitchen",
},
]}
@@ -98,7 +98,7 @@ export default function ProductsPage() {
tag="Collections"
tagIcon={Package}
tagAnimation="slide-up"
imageSrc="http://img.b2bpic.net/free-photo/cozy-composition-with-decorative-word-home-candles-vase-blurred-background_169016-33655.jpg"
imageSrc="http://img.b2bpic.net/free-photo/cozy-composition-with-decorative-word-home-candles-vase-blurred-background_169016-33655.jpg?_wi=3"
imageAlt="Lifestyle home products and comfort items"
mediaAnimation="slide-up"
accordionItems={[
@@ -153,7 +153,7 @@ export default function ProductsPage() {
testimonial:
"Homelife Mersin completely transformed my living space. The quality of their products is exceptional, and the staff was incredibly helpful in finding exactly what I needed.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-woman-with-dark-hair-walking-garden_132075-14003.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/portrait-cheerful-young-woman-with-dark-hair-walking-garden_132075-14003.jpg?_wi=3",
},
{
id: "2",
@@ -162,7 +162,7 @@ export default function ProductsPage() {
testimonial:
"I love the curated selection here. Every item feels thoughtfully chosen. It's rare to find a store where you can find both functional and beautiful pieces.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/variety-user-avatars_23-2147542481.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/variety-user-avatars_23-2147542481.jpg?_wi=3",
},
{
id: "3",
@@ -171,7 +171,7 @@ export default function ProductsPage() {
testimonial:
"The ambiance of the store itself is inspiring. I spent hours browsing and came home with exactly what I was looking for. Highly recommended!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-glasses_23-2147989567.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/stylish-businesswoman-with-glasses_23-2147989567.jpg?_wi=3",
},
{
id: "4",
@@ -180,7 +180,7 @@ export default function ProductsPage() {
testimonial:
"Outstanding service and premium quality products. This is my go-to place for home furnishings and decorative items. Truly exceptional!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-vector/male-workers-avatars-with-flat-design_23-2147665877.jpg",
imageSrc: "http://img.b2bpic.net/free-vector/male-workers-avatars-with-flat-design_23-2147665877.jpg?_wi=2",
},
{
id: "5",
@@ -189,7 +189,7 @@ export default function ProductsPage() {
testimonial:
"I appreciated the modern design and warm atmosphere. Found beautiful pieces for my home at reasonable prices. Will definitely return!",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-looking-camera_23-2147892779.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/pretty-smiling-woman-looking-camera_23-2147892779.jpg?_wi=2",
},
{
id: "6",
@@ -198,7 +198,7 @@ export default function ProductsPage() {
testimonial:
"A hidden gem in Mersin! The staff knows their products well and can give great advice. My home looks amazing thanks to their recommendations.",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-smiling-close-up_23-2148369441.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/modern-woman-smiling-close-up_23-2148369441.jpg?_wi=2",
},
]}
showRating={true}