diff --git a/src/app/blog/page.tsx b/src/app/blog/page.tsx index ea1b800..cfcc7d7 100644 --- a/src/app/blog/page.tsx +++ b/src/app/blog/page.tsx @@ -61,19 +61,19 @@ export default function LandingPage() { description="Stay updated with the latest trends, tips, and news in landscaping, irrigation, and sustainable agriculture in the UAE." blogs={[ { - imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-flowers-basket-near-green-plants_23-2148068755.jpg", imageAlt: "Landscaping trends in UAE modern garden", title: "Top 5 Landscaping Trends for UAE Villas in 2024", date: "2024-03-10", href: "#", id: "1" + imageSrc: "http://img.b2bpic.net/free-photo/young-woman-with-flowers-basket-near-green-plants_23-2148068755.jpg", imageAlt: "Landscaping trends in UAE modern garden", title: "Top 5 Landscaping Trends for UAE Villas in 2024", author: "Abdullah Al Mansouri", date: "2024-03-10", id: "1" }, { - imageSrc: "http://img.b2bpic.net/free-photo/cereus-white-succulent_1372-348.jpg", imageAlt: "Best plants for UAE climate arid resistant", title: "Drought-Resistant Plants: Beautifying Your Garden in the Desert Climate", date: "2024-02-28", href: "#", id: "2" + imageSrc: "http://img.b2bpic.net/free-photo/cereus-white-succulent_1372-348.jpg", imageAlt: "Best plants for UAE climate arid resistant", title: "Drought-Resistant Plants: Beautifying Your Garden in the Desert Climate", author: "Dr. Aisha Khalid", date: "2024-02-28", id: "2" }, { - imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-cutting-plants-with-scissor_23-2147844327.jpg", imageAlt: "Garden maintenance tips healthy lawn", title: "Seasonal Garden Maintenance Checklist for a Lush Green Lawn", date: "2024-02-15", href: "#", id: "3" + imageSrc: "http://img.b2bpic.net/free-photo/close-up-hand-cutting-plants-with-scissor_23-2147844327.jpg", imageAlt: "Garden maintenance tips healthy lawn", title: "Seasonal Garden Maintenance Checklist for a Lush Green Lawn", author: "Saeed Bin Rashid", date: "2024-02-15", id: "3" }, { - imageSrc: "http://img.b2bpic.net/free-photo/germination-microgreens-germination-seeds-home_169016-34919.jpg", imageAlt: "Germination of microgreens seeds at home", title: "The Benefits of Smart Irrigation Systems for Water Conservation", date: "2024-01-30", href: "#", id: "4" + imageSrc: "http://img.b2bpic.net/free-photo/germination-microgreens-germination-seeds-home_169016-34919.jpg", imageAlt: "Germination of microgreens seeds at home", title: "The Benefits of Smart Irrigation Systems for Water Conservation", author: "Lina Hassan", date: "2024-01-30", id: "4" }, { - imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-care-plants_23-2149128186.jpg", imageAlt: "Medium shot woman taking care of plants", title: "Creating an Edible Garden: From Desert to Table", date: "2024-01-20", href: "#", id: "5" + imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-taking-care-plants_23-2149128186.jpg", imageAlt: "Medium shot woman taking care of plants", title: "Creating an Edible Garden: From Desert to Table", author: "Dr. Aisha Khalid", date: "2024-01-20", id: "5" } ]} />