2 Commits

Author SHA1 Message Date
17f213efe1 Update src/app/videos/page.tsx 2026-03-08 08:38:02 +00:00
e38b325e8c Update src/app/page.tsx 2026-03-08 08:38:01 +00:00
2 changed files with 6 additions and 6 deletions

View File

@@ -76,13 +76,13 @@ export default function LandingPage() {
<ProductCardOne
products={[
{
id: "1", name: "Grilled Salmon Bowl", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-pink-nail-polish_23-2149030370.jpg", imageAlt: "Grilled Salmon Bowl"
id: "1", name: "Grilled Salmon Bowl", price: "$18", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-pink-nail-polish_23-2149030370.jpg?_wi=1", imageAlt: "Grilled Salmon Bowl"
},
{
id: "2", name: "Vegetarian Delight", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hands-holding-body-care-product-wooden-background_23-2148241876.jpg", imageAlt: "Vegetarian Delight"
id: "2", name: "Vegetarian Delight", price: "$14", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hands-holding-body-care-product-wooden-background_23-2148241876.jpg?_wi=1", imageAlt: "Vegetarian Delight"
},
{
id: "3", name: "Classic Pasta Primavera", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/product-branding-packaging_23-2150965833.jpg", imageAlt: "Classic Pasta Primavera"
id: "3", name: "Classic Pasta Primavera", price: "$12", imageSrc: "http://img.b2bpic.net/free-photo/product-branding-packaging_23-2150965833.jpg?_wi=1", imageAlt: "Classic Pasta Primavera"
}
]}
title="Our Featured Menu"

View File

@@ -37,13 +37,13 @@ export default function VideosPage() {
<BlogCardTwo
blogs={[
{
id: "1", category: "Recipe", title: "How to Prepare the Perfect Grilled Salmon", excerpt: "Learn the secrets to preparing restaurant-quality grilled salmon at home with our step-by-step guide.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-pink-nail-polish_23-2149030370.jpg", imageAlt: "Grilled Salmon", authorName: "Chef Maria", authorAvatar: "http://img.b2bpic.net/free-photo/woman-smiles-toothily-keeps-palms-pressed-together-looks-away-joyfully-wears-casual-t-shirt-isolated-beige-copy-space-away-positive-emotions-concept_273609-56517.jpg", date: "15 Jan 2025"
id: "1", category: "Recipe", title: "How to Prepare the Perfect Grilled Salmon", excerpt: "Learn the secrets to preparing restaurant-quality grilled salmon at home with our step-by-step guide.", imageSrc: "http://img.b2bpic.net/free-photo/make-up-concept-with-pink-nail-polish_23-2149030370.jpg?_wi=2", imageAlt: "Grilled Salmon", authorName: "Chef Maria", authorAvatar: "http://img.b2bpic.net/free-photo/woman-smiles-toothily-keeps-palms-pressed-together-looks-away-joyfully-wears-casual-t-shirt-isolated-beige-copy-space-away-positive-emotions-concept_273609-56517.jpg", date: "15 Jan 2025"
},
{
id: "2", category: "Nutrition", title: "The Benefits of Eating Fresh, Local Ingredients", excerpt: "Discover why locally-sourced ingredients are better for your health and the environment.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hands-holding-body-care-product-wooden-background_23-2148241876.jpg", imageAlt: "Fresh Ingredients", authorName: "Dr. James", authorAvatar: "http://img.b2bpic.net/free-photo/young-beautiful-woman-having-online-meeting_23-2149116347.jpg", date: "12 Jan 2025"
id: "2", category: "Nutrition", title: "The Benefits of Eating Fresh, Local Ingredients", excerpt: "Discover why locally-sourced ingredients are better for your health and the environment.", imageSrc: "http://img.b2bpic.net/free-photo/flat-lay-hands-holding-body-care-product-wooden-background_23-2148241876.jpg?_wi=2", imageAlt: "Fresh Ingredients", authorName: "Dr. James", authorAvatar: "http://img.b2bpic.net/free-photo/young-beautiful-woman-having-online-meeting_23-2149116347.jpg", date: "12 Jan 2025"
},
{
id: "3", category: "Lifestyle", title: "Meal Planning Tips for Busy Professionals", excerpt: "Simplify your week with our practical meal planning strategies that save time and reduce stress.", imageSrc: "http://img.b2bpic.net/free-photo/product-branding-packaging_23-2150965833.jpg", imageAlt: "Meal Planning", authorName: "Sarah Chen", authorAvatar: "http://img.b2bpic.net/free-photo/young-women-polishing-nails-bed_23-2147770248.jpg", date: "10 Jan 2025"
id: "3", category: "Lifestyle", title: "Meal Planning Tips for Busy Professionals", excerpt: "Simplify your week with our practical meal planning strategies that save time and reduce stress.", imageSrc: "http://img.b2bpic.net/free-photo/product-branding-packaging_23-2150965833.jpg?_wi=2", imageAlt: "Meal Planning", authorName: "Sarah Chen", authorAvatar: "http://img.b2bpic.net/free-photo/young-women-polishing-nails-bed_23-2147770248.jpg", date: "10 Jan 2025"
}
]}
title="Featured Food Articles"