diff --git a/src/app/products/page.tsx b/src/app/products/page.tsx index 2ebc2be..8d0f63f 100644 --- a/src/app/products/page.tsx +++ b/src/app/products/page.tsx @@ -44,7 +44,7 @@ export default function ProductsPage() { gridVariant="four-items-2x2-equal-grid" textboxLayout="default" products={[ - { id: "1", name: "Tandoori Special", price: "৳550", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipN3-y1G_Y5L8S3eZ1zW6K0S8q7k9t8t7u4G2o5l=w800-h600-k-no?_wi=2" }, + { id: "1", name: "", price: "Fish & Chips ", imageSrc: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3Df7oMhpqiKF8u8B6DomPEECc8q/uploaded-1778662601016-nsw7rm4d.webp" }, { id: "2", name: "Artisan Pizza", price: "৳600", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipP_nN2QyJkX8xT1Xw7r4z8k9e2l6p0h4y6m4w0r=w800-h600-k-no?_wi=2" }, { id: "3", name: "Premium Sushi", price: "৳600", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipO-Z1r_w6oT4Q2u5z0o8h9m1r8w2l4y6p7w3e6l=w800-h600-k-no?_wi=2" }, { id: "4", name: "Royal Biryani", price: "৳450", imageSrc: "https://lh5.googleusercontent.com/p/AF1QipQ5m1r8t4oO6k8w2l4y6p7w3e6l9z1y2h8r5m0k=w800-h600-k-no?_wi=2" },