diff --git a/src/app/page.tsx b/src/app/page.tsx index 53ad9a5..b89b599 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -309,27 +309,39 @@ export default function LandingPage() { blogs={[ { id: "ig-1", category: "Sandwiches", title: "Our Signature Creations", excerpt: "Dive into the world of Holy Sandwich's most popular sandwiches.", imageSrc: getAssetUrl("asset://instagram-food-1"), - imageAlt: getAssetAlt("asset://instagram-food-1") + imageAlt: getAssetAlt("asset://instagram-food-1"), + authorName: "Holy Sandwich Team", authorAvatar: getAssetUrl("asset://avatar-1"), + date: "July 1, 2024" }, { id: "ig-2", category: "Sides", title: "Crispy Perfection", excerpt: "The side dishes that complement your perfect sandwich.", imageSrc: getAssetUrl("asset://instagram-food-2"), - imageAlt: getAssetAlt("asset://instagram-food-2") + imageAlt: getAssetAlt("asset://instagram-food-2"), + authorName: "Holy Sandwich Team", authorAvatar: getAssetUrl("asset://avatar-1"), + date: "June 25, 2024" }, { id: "ig-3", category: "Taste", title: "The Melted Magic", excerpt: "Experience the legendary cheese pull on our hot sandwiches.", imageSrc: getAssetUrl("asset://instagram-food-3"), - imageAlt: getAssetAlt("asset://instagram-food-3") + imageAlt: getAssetAlt("asset://instagram-food-3"), + authorName: "Holy Sandwich Team", authorAvatar: getAssetUrl("asset://avatar-1"), + date: "June 18, 2024" }, { id: "ig-4", category: "Fresh", title: "Garden Goodness", excerpt: "Fresh, vibrant ingredients make every bite a delight.", imageSrc: getAssetUrl("asset://instagram-food-4"), - imageAlt: getAssetAlt("asset://instagram-food-4") + imageAlt: getAssetAlt("asset://instagram-food-4"), + authorName: "Holy Sandwich Team", authorAvatar: getAssetUrl("asset://avatar-1"), + date: "June 10, 2024" }, { id: "ig-5", category: "Craftsmanship", title: "Behind the Scenes", excerpt: "Witness the art and dedication in every Holy Sandwich creation.", imageSrc: getAssetUrl("asset://instagram-food-5"), - imageAlt: getAssetAlt("asset://instagram-food-5") + imageAlt: getAssetAlt("asset://instagram-food-5"), + authorName: "Holy Sandwich Team", authorAvatar: getAssetUrl("asset://avatar-1"), + date: "June 3, 2024" }, { id: "ig-6", category: "Experience", title: "Gather & Feast", excerpt: "Share the Holy Sandwich experience with friends and family.", imageSrc: getAssetUrl("asset://instagram-food-6"), - imageAlt: getAssetAlt("asset://instagram-food-6") + imageAlt: getAssetAlt("asset://instagram-food-6"), + authorName: "Holy Sandwich Team", authorAvatar: getAssetUrl("asset://avatar-1"), + date: "May 27, 2024" } ]} />