Update src/app/products/page.tsx
This commit is contained in:
@@ -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 */}
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-81.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/close-up-shot-screw-cutting-machine-factory-that-makes-metal-details_645730-81.jpg?_wi=3"
|
||||
imageAlt="LichtPrint footer background"
|
||||
logoText="LichtPrint"
|
||||
copyrightText="© 2025 LichtPrint. All rights reserved."
|
||||
|
||||
Reference in New Issue
Block a user