diff --git a/src/app/page.tsx b/src/app/page.tsx index df518f1..35bc9f2 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -91,7 +91,7 @@ export default function LandingPage() { gridVariant="three-columns-all-equal-width" products={[ { - id: "medjool", name: "Medjool Dates Premium", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-dried-fruits-pineapple-rings-kiwis-grey-background-dry-fruits-raisin-sweet-sour-vitamine-health_140725-80237.jpg", imageAlt: "Medjool dates premium", initialQuantity: 1, + id: "tamerrabatasakar", name: "تمر رطب سكري", price: "$24.99", imageSrc: "http://img.b2bpic.net/free-photo/top-view-sliced-dried-fruits-pineapple-rings-kiwis-grey-background-dry-fruits-raisin-sweet-sour-vitamine-health_140725-80237.jpg", imageAlt: "Tamer Rabat Sakari dates", initialQuantity: 1, }, { id: "deglet", name: "Deglet Noor Classic", price: "$18.99", imageSrc: "http://img.b2bpic.net/free-photo/dried-oranges-rosehips-silverberry-wooden-board_114579-33047.jpg", imageAlt: "Deglet Noor dates", initialQuantity: 1, @@ -193,7 +193,7 @@ export default function LandingPage() { columns={[ { title: "Products", items: [ - { label: "Medjool Dates", href: "#" }, + { label: "تمر رطب سكري", href: "#" }, { label: "Deglet Noor", href: "#" }, { label: "Ajwa Dates", href: "#" }, { label: "Mixed Collections", href: "#" },