Update src/app/categories/page.tsx
This commit is contained in:
@@ -67,7 +67,7 @@ export default function CategoriesPage() {
|
||||
price: "25+ Recipes",
|
||||
rating: 5,
|
||||
reviewCount: "2.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spoons-with-assorted-pasta_23-2147853422.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/spoons-with-assorted-pasta_23-2147853422.jpg?_wi=3",
|
||||
imageAlt: "Collection of Italian pasta types and recipes",
|
||||
},
|
||||
{
|
||||
@@ -77,7 +77,7 @@ export default function CategoriesPage() {
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cherry-tomatoes-with-olive-oil-mushrooms-raw-pastas-marble_114579-66618.jpg?_wi=3",
|
||||
imageAlt: "Various spaghetti dishes and preparation methods",
|
||||
},
|
||||
{
|
||||
@@ -87,7 +87,7 @@ export default function CategoriesPage() {
|
||||
price: "18+ Recipes",
|
||||
rating: 5,
|
||||
reviewCount: "3.2k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-table_140725-5583.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/two-pizzas-table_140725-5583.jpg?_wi=2",
|
||||
imageAlt: "Pizza varieties and wood fired oven techniques",
|
||||
},
|
||||
]}
|
||||
@@ -116,7 +116,7 @@ export default function CategoriesPage() {
|
||||
{
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/grated-cheese-farfalle-pasta-plate_23-2147925968.jpg?_wi=3",
|
||||
imageAlt: "Fresh homemade pasta with traditional italian sauce",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
@@ -124,7 +124,7 @@ export default function CategoriesPage() {
|
||||
{
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/side-view-chef-preparing-pizza_23-2150235804.jpg?_wi=3",
|
||||
imageAlt: "Authentic italian margherita pizza from wood fired oven",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
@@ -132,7 +132,7 @@ export default function CategoriesPage() {
|
||||
{
|
||||
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",
|
||||
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=3",
|
||||
imageAlt: "Professional plated spaghetti dish with fresh ingredients",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
@@ -140,7 +140,7 @@ export default function CategoriesPage() {
|
||||
{
|
||||
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",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-jelly-delicious-dessert-plate_23-2148238722.jpg?_wi=3",
|
||||
imageAlt: "Gourmet chocolate dessert with elegant presentation",
|
||||
buttonIcon: ArrowRight,
|
||||
buttonHref: "#",
|
||||
@@ -169,7 +169,7 @@ export default function CategoriesPage() {
|
||||
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"
|
||||
@@ -181,7 +181,7 @@ export default function CategoriesPage() {
|
||||
|
||||
<div id="footer" data-section="footer">
|
||||
<FooterMedia
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bar-concept_23-2147798083.jpg"
|
||||
imageSrc="http://img.b2bpic.net/free-photo/bar-concept_23-2147798083.jpg?_wi=3"
|
||||
imageAlt="Professional culinary kitchen workspace"
|
||||
columns={[
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user