From e8a3ccdf0acbd596f8f8175b3453d83cc70b4d88 Mon Sep 17 00:00:00 2001 From: bender Date: Tue, 3 Mar 2026 15:16:42 +0000 Subject: [PATCH] Update src/app/products/page.tsx --- src/app/products/page.tsx | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 8a4a851..2353966 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -48,10 +48,10 @@ export default function ProductsPage() { tag="Full Catalog" tagAnimation="slide-up" products={[ - { id: "1", brand: "LichtPrint", name: "Premium Business Cards", price: "€0.50", rating: 5, reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151272949.jpg", imageAlt: "Premium business cards" }, - { id: "2", brand: "LichtPrint", name: "Brochures & Flyers", price: "€0.75", rating: 5, reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/man-working-printing-house-with-paper-paints_1303-26605.jpg", imageAlt: "Professional brochures and flyers" }, - { id: "3", brand: "LichtPrint", name: "Custom Packaging", price: "€2.50", rating: 5, reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/side-view-stack-colorful-present-boxes-dark-wooden-table_141793-8637.jpg", imageAlt: "Custom branded packaging" }, - { id: "4", brand: "LichtPrint", name: "Postcards & Greetings", price: "€0.35", rating: 5, reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151272949.jpg", imageAlt: "Postcards and greeting cards" }, + { id: "1", brand: "LichtPrint", name: "Premium Business Cards", price: "€0.50", rating: 5, reviewCount: "324", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151272949.jpg?_wi=2", imageAlt: "Premium business cards" }, + { id: "2", brand: "LichtPrint", name: "Brochures & Flyers", price: "€0.75", rating: 5, reviewCount: "289", imageSrc: "http://img.b2bpic.net/free-photo/man-working-printing-house-with-paper-paints_1303-26605.jpg?_wi=2", imageAlt: "Professional brochures and flyers" }, + { id: "3", brand: "LichtPrint", name: "Custom Packaging", price: "€2.50", rating: 5, reviewCount: "156", imageSrc: "http://img.b2bpic.net/free-photo/side-view-stack-colorful-present-boxes-dark-wooden-table_141793-8637.jpg?_wi=2", imageAlt: "Custom branded packaging" }, + { id: "4", brand: "LichtPrint", name: "Postcards & Greetings", price: "€0.35", rating: 5, reviewCount: "198", imageSrc: "http://img.b2bpic.net/free-photo/still-life-fashion-designer-s-office_23-2151272949.jpg?_wi=3", imageAlt: "Postcards and greeting cards" }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -88,7 +88,7 @@ export default function ProductsPage() { {/* Footer */}