Merge version_1 into main #1
@@ -134,7 +134,7 @@ export default function AboutPage() {
|
||||
company: "San Francisco, CA",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2911.jpg",
|
||||
"http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2911.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -143,7 +143,7 @@ export default function AboutPage() {
|
||||
company: "New York, NY",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/young-man-posing-studio_1303-11583.jpg",
|
||||
"http://img.b2bpic.net/free-photo/young-man-posing-studio_1303-11583.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -152,7 +152,7 @@ export default function AboutPage() {
|
||||
company: "Austin, TX",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/cook-woman-making-sushi-rolls_1398-1682.jpg",
|
||||
"http://img.b2bpic.net/free-photo/cook-woman-making-sushi-rolls_1398-1682.jpg?_wi=2",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -161,7 +161,7 @@ export default function AboutPage() {
|
||||
company: "Seattle, WA",
|
||||
rating: 5,
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg",
|
||||
"http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=2",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
@@ -131,7 +131,7 @@ export default function ContactPage() {
|
||||
excerpt:
|
||||
"Create a free account, browse our recipe collection, and start learning with video tutorials today.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/top-view-healthy-lunch-with-measuring-tape_1150-252.jpg",
|
||||
"http://img.b2bpic.net/free-photo/top-view-healthy-lunch-with-measuring-tape_1150-252.jpg?_wi=2",
|
||||
imageAlt: "Getting started guide",
|
||||
authorName: "Support Team",
|
||||
authorAvatar:
|
||||
@@ -145,7 +145,7 @@ export default function ContactPage() {
|
||||
excerpt:
|
||||
"Premium members get unlimited access to all recipes, ad-free videos, and exclusive advanced tutorials.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/summer-roll-stuffed-with-fresh-vegetables_53876-41247.jpg",
|
||||
"http://img.b2bpic.net/free-photo/summer-roll-stuffed-with-fresh-vegetables_53876-41247.jpg?_wi=3",
|
||||
imageAlt: "Premium features overview",
|
||||
authorName: "Support Team",
|
||||
authorAvatar:
|
||||
@@ -159,7 +159,7 @@ export default function ContactPage() {
|
||||
excerpt:
|
||||
"Our platform works seamlessly on iOS, Android, Windows, and Mac. Access your recipes anywhere.",
|
||||
imageSrc:
|
||||
"http://img.b2bpic.net/free-photo/elevated-view-fresh-salad-bowl_23-2147953662.jpg",
|
||||
"http://img.b2bpic.net/free-photo/elevated-view-fresh-salad-bowl_23-2147953662.jpg?_wi=2",
|
||||
imageAlt: "Multi-device support",
|
||||
authorName: "Tech Support",
|
||||
authorAvatar:
|
||||
|
||||
1367
src/app/layout.tsx
1367
src/app/layout.tsx
File diff suppressed because it is too large
Load Diff
@@ -86,19 +86,19 @@ export default function HomePage() {
|
||||
}}
|
||||
leftCarouselItems={[
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-lunch-with-measuring-tape_1150-252.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/top-view-healthy-lunch-with-measuring-tape_1150-252.jpg?_wi=1",
|
||||
imageAlt: "Vibrant cooking dish with fresh ingredients",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-roll-stuffed-with-fresh-vegetables_53876-41247.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-roll-stuffed-with-fresh-vegetables_53876-41247.jpg?_wi=1",
|
||||
imageAlt: "Chef preparing fresh vegetables",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-salad-bowl_23-2147953662.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/elevated-view-fresh-salad-bowl_23-2147953662.jpg?_wi=1",
|
||||
imageAlt: "Colorful salad with organic produce",
|
||||
},
|
||||
{
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-bruschetta-front-view_23-2148516954.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-bruschetta-front-view_23-2148516954.jpg?_wi=1",
|
||||
imageAlt: "Beautiful plated gourmet meal",
|
||||
},
|
||||
]}
|
||||
@@ -224,7 +224,7 @@ export default function HomePage() {
|
||||
price: "156+ Recipes",
|
||||
rating: 5,
|
||||
reviewCount: "12.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake-stand-with-copy-space_23-2148834046.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake-stand-with-copy-space_23-2148834046.jpg?_wi=1",
|
||||
imageAlt: "Colorful desserts and pastries",
|
||||
},
|
||||
{
|
||||
@@ -234,7 +234,7 @@ export default function HomePage() {
|
||||
price: "234+ Recipes",
|
||||
rating: 5,
|
||||
reviewCount: "18.3k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-with-vegetables-rice-photography_53876-108182.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-with-vegetables-rice-photography_53876-108182.jpg?_wi=1",
|
||||
imageAlt: "Nutritious and healthy meals",
|
||||
},
|
||||
{
|
||||
@@ -244,7 +244,7 @@ export default function HomePage() {
|
||||
price: "189+ Recipes",
|
||||
rating: 5,
|
||||
reviewCount: "14.9k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-mature-man-cooking-salad-using-tablet_171337-5924.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-mature-man-cooking-salad-using-tablet_171337-5924.jpg?_wi=1",
|
||||
imageAlt: "Fast and easy meal preparation",
|
||||
},
|
||||
{
|
||||
@@ -254,7 +254,7 @@ export default function HomePage() {
|
||||
price: "267+ Recipes",
|
||||
rating: 5,
|
||||
reviewCount: "21.7k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-lamb-pieces-cooked-with-onion-quince_140725-8661.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-lamb-pieces-cooked-with-onion-quince_140725-8661.jpg?_wi=1",
|
||||
imageAlt: "Classic and traditional dishes",
|
||||
},
|
||||
]}
|
||||
@@ -279,7 +279,7 @@ export default function HomePage() {
|
||||
category: "Italian",
|
||||
title: "Authentic Pasta Carbonara",
|
||||
excerpt: "Master the classic Roman pasta with creamy sauce and crispy guanciale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-arrangement_23-2148584853.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-arrangement_23-2148584853.jpg?_wi=1",
|
||||
imageAlt: "Delicious pasta carbonara",
|
||||
authorName: "Chef Marco",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-woman-with-guitar_23-2151169639.jpg",
|
||||
@@ -290,7 +290,7 @@ export default function HomePage() {
|
||||
category: "Asian",
|
||||
title: "Pad Thai Perfection",
|
||||
excerpt: "Learn to make restaurant-quality Thai stir-fried noodles at home",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg?_wi=1",
|
||||
imageAlt: "Vibrant pad thai noodles",
|
||||
authorName: "Chef Aiko",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-cheerful-guy-classic-black-shirt-with-arms-crossed_146671-13946.jpg",
|
||||
@@ -301,7 +301,7 @@ export default function HomePage() {
|
||||
category: "Baking",
|
||||
title: "Sourdough Starter Guide",
|
||||
excerpt: "Create and maintain your own sourdough starter for amazing bread",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-round-dark-bread-wooden-plate_169016-2109.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-round-dark-bread-wooden-plate_169016-2109.jpg?_wi=1",
|
||||
imageAlt: "Fresh homemade sourdough bread",
|
||||
authorName: "Chef Sarah",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-cooking_23-2149631698.jpg",
|
||||
@@ -340,7 +340,7 @@ export default function HomePage() {
|
||||
role: "Home Cook",
|
||||
company: "San Francisco, CA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2911.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-woman-posing-outdoor_344912-2911.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "2",
|
||||
@@ -348,7 +348,7 @@ export default function HomePage() {
|
||||
role: "Food Enthusiast",
|
||||
company: "New York, NY",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-studio_1303-11583.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/young-man-posing-studio_1303-11583.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "3",
|
||||
@@ -356,7 +356,7 @@ export default function HomePage() {
|
||||
role: "Professional Chef",
|
||||
company: "Austin, TX",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-woman-making-sushi-rolls_1398-1682.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cook-woman-making-sushi-rolls_1398-1682.jpg?_wi=1",
|
||||
},
|
||||
{
|
||||
id: "4",
|
||||
@@ -364,7 +364,7 @@ export default function HomePage() {
|
||||
role: "Cooking Beginner",
|
||||
company: "Seattle, WA",
|
||||
rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/caucasian-brunette-male-portrait_158595-7921.jpg?_wi=1",
|
||||
},
|
||||
]}
|
||||
kpiItems={[
|
||||
|
||||
@@ -64,7 +64,7 @@ export default function RecipesPage() {
|
||||
price: "156+ Recipes",
|
||||
rating: 5,
|
||||
reviewCount: "12.5k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake-stand-with-copy-space_23-2148834046.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/front-view-delicious-chocolate-cake-stand-with-copy-space_23-2148834046.jpg?_wi=2",
|
||||
imageAlt: "Colorful desserts and pastries",
|
||||
},
|
||||
{
|
||||
@@ -74,7 +74,7 @@ export default function RecipesPage() {
|
||||
price: "234+ Recipes",
|
||||
rating: 5,
|
||||
reviewCount: "18.3k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-with-vegetables-rice-photography_53876-108182.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/salmon-with-vegetables-rice-photography_53876-108182.jpg?_wi=2",
|
||||
imageAlt: "Nutritious and healthy meals",
|
||||
},
|
||||
{
|
||||
@@ -84,7 +84,7 @@ export default function RecipesPage() {
|
||||
price: "189+ Recipes",
|
||||
rating: 5,
|
||||
reviewCount: "14.9k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-mature-man-cooking-salad-using-tablet_171337-5924.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/cropped-image-mature-man-cooking-salad-using-tablet_171337-5924.jpg?_wi=2",
|
||||
imageAlt: "Fast and easy meal preparation",
|
||||
},
|
||||
{
|
||||
@@ -94,7 +94,7 @@ export default function RecipesPage() {
|
||||
price: "267+ Recipes",
|
||||
rating: 5,
|
||||
reviewCount: "21.7k",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-lamb-pieces-cooked-with-onion-quince_140725-8661.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pottery-pan-with-lamb-pieces-cooked-with-onion-quince_140725-8661.jpg?_wi=2",
|
||||
imageAlt: "Classic and traditional dishes",
|
||||
},
|
||||
]}
|
||||
@@ -119,7 +119,7 @@ export default function RecipesPage() {
|
||||
category: "Italian",
|
||||
title: "Authentic Pasta Carbonara",
|
||||
excerpt: "Master the classic Roman pasta with creamy sauce and crispy guanciale",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-arrangement_23-2148584853.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/high-angle-food-arrangement_23-2148584853.jpg?_wi=2",
|
||||
imageAlt: "Delicious pasta carbonara",
|
||||
authorName: "Chef Marco",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-woman-with-guitar_23-2151169639.jpg",
|
||||
@@ -130,7 +130,7 @@ export default function RecipesPage() {
|
||||
category: "Asian",
|
||||
title: "Pad Thai Perfection",
|
||||
excerpt: "Learn to make restaurant-quality Thai stir-fried noodles at home",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg?_wi=2",
|
||||
imageAlt: "Vibrant pad thai noodles",
|
||||
authorName: "Chef Aiko",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-cheerful-guy-classic-black-shirt-with-arms-crossed_146671-13946.jpg",
|
||||
@@ -141,7 +141,7 @@ export default function RecipesPage() {
|
||||
category: "Baking",
|
||||
title: "Sourdough Starter Guide",
|
||||
excerpt: "Create and maintain your own sourdough starter for amazing bread",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-round-dark-bread-wooden-plate_169016-2109.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-round-dark-bread-wooden-plate_169016-2109.jpg?_wi=2",
|
||||
imageAlt: "Fresh homemade sourdough bread",
|
||||
authorName: "Chef Sarah",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-cooking_23-2149631698.jpg",
|
||||
|
||||
@@ -55,7 +55,7 @@ export default function VideoTutorialsPage() {
|
||||
category: "Techniques",
|
||||
title: "Basic Knife Skills Masterclass",
|
||||
excerpt: "Learn essential cutting techniques used by professional chefs worldwide",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-roll-stuffed-with-fresh-vegetables_53876-41247.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/summer-roll-stuffed-with-fresh-vegetables_53876-41247.jpg?_wi=2",
|
||||
imageAlt: "Chef demonstrating knife skills",
|
||||
authorName: "Chef Marco",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/side-view-woman-with-guitar_23-2151169639.jpg",
|
||||
@@ -66,7 +66,7 @@ export default function VideoTutorialsPage() {
|
||||
category: "Baking",
|
||||
title: "Sourdough from Start to Finish",
|
||||
excerpt: "Complete guide to creating and baking perfect sourdough bread at home",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-round-dark-bread-wooden-plate_169016-2109.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/fresh-round-dark-bread-wooden-plate_169016-2109.jpg?_wi=3",
|
||||
imageAlt: "Fresh baked sourdough bread",
|
||||
authorName: "Chef Sarah",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-smiley-woman-cooking_23-2149631698.jpg",
|
||||
@@ -77,7 +77,7 @@ export default function VideoTutorialsPage() {
|
||||
category: "Asian Cuisine",
|
||||
title: "Wok Cooking Essentials",
|
||||
excerpt: "Master high-heat stir-frying and authentic wok techniques",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/pad-thai-noodles_74190-923.jpg?_wi=3",
|
||||
imageAlt: "Sizzling wok with noodles",
|
||||
authorName: "Chef Aiko",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/portrait-cheerful-guy-classic-black-shirt-with-arms-crossed_146671-13946.jpg",
|
||||
@@ -88,7 +88,7 @@ export default function VideoTutorialsPage() {
|
||||
category: "Advanced",
|
||||
title: "French Sauce Techniques",
|
||||
excerpt: "Explore the five mother sauces and their variations",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-bruschetta-front-view_23-2148516954.jpg",
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/delicious-meat-bruschetta-front-view_23-2148516954.jpg?_wi=2",
|
||||
imageAlt: "Beautifully plated dish with sauce",
|
||||
authorName: "Chef Priya",
|
||||
authorAvatar: "http://img.b2bpic.net/free-photo/medium-shot-professional-chef-posing_23-2151232159.jpg",
|
||||
|
||||
Reference in New Issue
Block a user