From 31e3f48faacc816330fc97376ea0cee36de78865 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 12 Mar 2026 11:50:53 +0000 Subject: [PATCH 1/3] Update src/app/categories/page.tsx --- src/app/categories/page.tsx | 18 +++++++++--------- 1 file changed, 9 insertions(+), 9 deletions(-) diff --git a/src/app/categories/page.tsx b/src/app/categories/page.tsx index fdeb508..8ce0a16 100644 --- a/src/app/categories/page.tsx +++ b/src/app/categories/page.tsx @@ -60,13 +60,13 @@ export default function CategoriesPage() { products={[ { id: "1", brand: "Italian Classics", name: "Pasta Recipes", price: "25+ Recipes", rating: 5, - reviewCount: "2.5k", imageSrc: "http://img.b2bpic.net/free-photo/spoons-with-assorted-pasta_23-2147853422.jpg", imageAlt: "Collection of Italian pasta types and recipes"}, + reviewCount: "2.5k", imageSrc: "http://img.b2bpic.net/free-photo/spoons-with-assorted-pasta_23-2147853422.jpg?_wi=2", imageAlt: "Collection of Italian pasta types and recipes"}, { id: "2", brand: "Italian Classics", name: "Spaghetti Collection", price: "12+ Recipes", rating: 5, - reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-with-olive-oil-mushrooms-raw-pastas-marble_114579-66618.jpg", imageAlt: "Various spaghetti dishes and preparation methods"}, + reviewCount: "1.8k", imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-with-olive-oil-mushrooms-raw-pastas-marble_114579-66618.jpg?_wi=2", imageAlt: "Various spaghetti dishes and preparation methods"}, { id: "3", brand: "Italian Traditions", name: "Pizza Techniques", price: "18+ Recipes", rating: 5, - reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-table_140725-5583.jpg", imageAlt: "Pizza varieties and wood fired oven techniques"}, + reviewCount: "3.2k", imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-table_140725-5583.jpg?_wi=2", imageAlt: "Pizza varieties and wood fired oven techniques"}, ]} gridVariant="uniform-all-items-equal" animationType="slide-up" @@ -89,16 +89,16 @@ export default function CategoriesPage() { tagAnimation="slide-up" features={[ { - title: "Homemade Fresh Pasta", description: "Learn the authentic Italian technique for making fresh pasta from scratch. Perfect for beginners and advanced cooks.", imageSrc: "http://img.b2bpic.net/free-photo/grated-cheese-farfalle-pasta-plate_23-2147925968.jpg", imageAlt: "Fresh homemade pasta with traditional italian sauce", buttonIcon: ArrowRight, + title: "Homemade Fresh Pasta", description: "Learn the authentic Italian technique for making fresh pasta from scratch. Perfect for beginners and advanced cooks.", imageSrc: "http://img.b2bpic.net/free-photo/grated-cheese-farfalle-pasta-plate_23-2147925968.jpg?_wi=2", imageAlt: "Fresh homemade pasta with traditional italian sauce", buttonIcon: ArrowRight, buttonHref: "#"}, { - title: "Artisan Pizza Mastery", description: "Master the craft of pizza making with proper dough fermentation and topping techniques used by professionals.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-preparing-pizza_23-2150235804.jpg", imageAlt: "Authentic italian margherita pizza from wood fired oven", buttonIcon: ArrowRight, + title: "Artisan Pizza Mastery", description: "Master the craft of pizza making with proper dough fermentation and topping techniques used by professionals.", imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-preparing-pizza_23-2150235804.jpg?_wi=2", imageAlt: "Authentic italian margherita pizza from wood fired oven", buttonIcon: ArrowRight, buttonHref: "#"}, { - title: "Gourmet Spaghetti", description: "Discover regional Italian spaghetti recipes including carbonara, aglio e olio, and bolognese with expert tips.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-vegetables-red-cabbage-green-tomato-pumpkin-red-onion-bell-pepper-caulifower-lemon-wooden-bowls-white-wooden-surface-free-space_140725-63310.jpg", imageAlt: "Professional plated spaghetti dish with fresh ingredients", buttonIcon: ArrowRight, + title: "Gourmet Spaghetti", description: "Discover regional Italian spaghetti recipes including carbonara, aglio e olio, and bolognese with expert tips.", imageSrc: "http://img.b2bpic.net/free-photo/top-view-cut-vegetables-red-cabbage-green-tomato-pumpkin-red-onion-bell-pepper-caulifower-lemon-wooden-bowls-white-wooden-surface-free-space_140725-63310.jpg?_wi=2", imageAlt: "Professional plated spaghetti dish with fresh ingredients", buttonIcon: ArrowRight, buttonHref: "#"}, { - title: "Elegant Desserts", description: "Create restaurant-quality desserts with step-by-step instructions and professional plating techniques.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-jelly-delicious-dessert-plate_23-2148238722.jpg", imageAlt: "Gourmet chocolate dessert with elegant presentation", buttonIcon: ArrowRight, + title: "Elegant Desserts", description: "Create restaurant-quality desserts with step-by-step instructions and professional plating techniques.", imageSrc: "http://img.b2bpic.net/free-photo/close-up-jelly-delicious-dessert-plate_23-2148238722.jpg?_wi=2", imageAlt: "Gourmet chocolate dessert with elegant presentation", buttonIcon: ArrowRight, buttonHref: "#"}, ]} textboxLayout="default" @@ -121,7 +121,7 @@ export default function CategoriesPage() { background={{ variant: "plain"}} useInvertedBackground={false} - imageSrc="http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646198.jpg" + imageSrc="http://img.b2bpic.net/free-photo/male-chef-kitchen-cooking-dish-frying-pan_23-2149646198.jpg?_wi=2" imageAlt="Modern professional culinary kitchen environment" mediaAnimation="slide-up" mediaPosition="right" @@ -133,7 +133,7 @@ export default function CategoriesPage() {