diff --git a/src/app/page.tsx b/src/app/page.tsx index 3e3d29b..df792f3 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function HomePage() { { title: "Sustainable Practices", description: "We prioritize eco-friendly materials and processes to minimize environmental impact.", icon: Leaf }, { title: "Fast Turnaround", description: "Quick delivery times without compromising on quality or attention to detail.", icon: Rocket }, ]} - imageSrc="http://img.b2bpic.net/free-photo/mid-adult-engineer-two-steel-workers-going-through-quality-reports-while-working-industrial-building_637285-4094.jpg" + imageSrc="http://img.b2bpic.net/free-photo/mid-adult-engineer-two-steel-workers-going-through-quality-reports-while-working-industrial-building_637285-4094.jpg?_wi=1" imageAlt="LichtPrint professional printing facility" mediaAnimation="slide-up" textboxLayout="default" @@ -135,9 +135,9 @@ export default function HomePage() { tag="Popular Products" 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: "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=1", 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=1", 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=1", imageAlt: "Custom branded packaging" }, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -194,7 +194,7 @@ export default function HomePage() { {/* Footer */}