Merge version_1 into main #1

Merged
bender merged 5 commits from version_1 into main 2026-03-08 15:07:55 +00:00
5 changed files with 1397 additions and 30 deletions

View File

@@ -14,7 +14,7 @@ const mockCartItems = [
name: "مانجو طازة",
price: 45,
quantity: 2,
imageSrc: "http://img.b2bpic.net/free-photo/glass-pumpkin-juice-chopped-raw-pumpkins-place-wooden-floor_1150-35225.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-pumpkin-juice-chopped-raw-pumpkins-place-wooden-floor_1150-35225.jpg?_wi=7",
imageAlt: "عصير مانجو طازة",
},
{
@@ -24,7 +24,7 @@ const mockCartItems = [
name: "بطيخ بالنعناع",
price: 35,
quantity: 1,
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-hibiscus-ice-tea-clear-glass-container_23-2149893604.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-hibiscus-ice-tea-clear-glass-container_23-2149893604.jpg?_wi=5",
imageAlt: "عصير بطيخ بالنعناع",
},
{
@@ -34,7 +34,7 @@ const mockCartItems = [
name: "ميلك شيك فراولة",
price: 45,
quantity: 1,
imageSrc: "http://img.b2bpic.net/free-photo/iced-watermelon-with-mint_1339-7975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/iced-watermelon-with-mint_1339-7975.jpg?_wi=7",
imageAlt: "ميلك شيك فراولة",
},
];

File diff suppressed because it is too large Load Diff

View File

@@ -97,21 +97,21 @@ export default function MenuPage() {
{
title: "عصير مانجو",
description: "عصير مانجو طازة عالي الجودة - 45 ج.م",
imageSrc: "http://img.b2bpic.net/free-photo/glass-pumpkin-juice-chopped-raw-pumpkins-place-wooden-floor_1150-35225.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-pumpkin-juice-chopped-raw-pumpkins-place-wooden-floor_1150-35225.jpg?_wi=3",
imageAlt: "عصير مانجو",
button: { text: "أضف للسلة", href: "/cart" },
},
{
title: "عصير بطيخ بالنعناع",
description: "عصير بطيخ طازة منعش وصحي - 35 ج.م",
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-hibiscus-ice-tea-clear-glass-container_23-2149893604.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-hibiscus-ice-tea-clear-glass-container_23-2149893604.jpg?_wi=3",
imageAlt: "عصير بطيخ",
button: { text: "أضف للسلة", href: "/cart" },
},
{
title: "عصير برتقال",
description: "عصير برتقال طازة غني بفيتامين سي - 30 ج.م",
imageSrc: "http://img.b2bpic.net/free-photo/glass-pumpkin-juice-chopped-raw-pumpkins-place-wooden-floor_1150-35225.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-pumpkin-juice-chopped-raw-pumpkins-place-wooden-floor_1150-35225.jpg?_wi=4",
imageAlt: "عصير برتقال",
button: { text: "أضف للسلة", href: "/cart" },
},
@@ -149,7 +149,7 @@ export default function MenuPage() {
price: "45 ج.م",
rating: 5,
reviewCount: "2.1k",
imageSrc: "http://img.b2bpic.net/free-photo/iced-watermelon-with-mint_1339-7975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/iced-watermelon-with-mint_1339-7975.jpg?_wi=4",
imageAlt: "ميلك شيك فراولة",
},
{
@@ -159,7 +159,7 @@ export default function MenuPage() {
price: "50 ج.م",
rating: 5,
reviewCount: "1.5k",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bubble-tea-drinks-arrangement_23-2149870687.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bubble-tea-drinks-arrangement_23-2149870687.jpg?_wi=3",
imageAlt: "بوبا موكا ميلك شيك",
},
{
@@ -169,7 +169,7 @@ export default function MenuPage() {
price: "40 ج.م",
rating: 5,
reviewCount: "1.9k",
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-served-bowls-plate_23-2148141389.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-served-bowls-plate_23-2148141389.jpg?_wi=2",
imageAlt: "آيس كريم إيطالي",
},
{
@@ -211,21 +211,21 @@ export default function MenuPage() {
{
title: "ميلك شيك فراولة",
description: "ميلك شيك فراولة ناعم وكريمي - 45 ج.م",
imageSrc: "http://img.b2bpic.net/free-photo/iced-watermelon-with-mint_1339-7975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/iced-watermelon-with-mint_1339-7975.jpg?_wi=5",
imageAlt: "ميلك شيك فراولة",
button: { text: "أضف للسلة", href: "/cart" },
},
{
title: "ميلك شيك موكا",
description: "ميلك شيك موكا غني ولذيذ - 50 ج.م",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bubble-tea-drinks-arrangement_23-2149870687.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bubble-tea-drinks-arrangement_23-2149870687.jpg?_wi=4",
imageAlt: "ميلك شيك موكا",
button: { text: "أضف للسلة", href: "/cart" },
},
{
title: "سموذي مانجو",
description: "سموذي مانجو طازة صحي - 40 ج.م",
imageSrc: "http://img.b2bpic.net/free-photo/glass-pumpkin-juice-chopped-raw-pumpkins-place-wooden-floor_1150-35225.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-pumpkin-juice-chopped-raw-pumpkins-place-wooden-floor_1150-35225.jpg?_wi=5",
imageAlt: "سموذي مانجو",
button: { text: "أضف للسلة", href: "/cart" },
},

View File

@@ -94,7 +94,7 @@ export default function HomePage() {
price: "45 ج.م",
rating: 5,
reviewCount: "2.3k",
imageSrc: "http://img.b2bpic.net/free-photo/glass-pumpkin-juice-chopped-raw-pumpkins-place-wooden-floor_1150-35225.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-pumpkin-juice-chopped-raw-pumpkins-place-wooden-floor_1150-35225.jpg?_wi=1",
imageAlt: "عصير مانجو طازة",
},
{
@@ -104,7 +104,7 @@ export default function HomePage() {
price: "35 ج.م",
rating: 5,
reviewCount: "1.8k",
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-hibiscus-ice-tea-clear-glass-container_23-2149893604.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-hibiscus-ice-tea-clear-glass-container_23-2149893604.jpg?_wi=1",
imageAlt: "عصير بطيخ بالنعناع",
},
{
@@ -114,7 +114,7 @@ export default function HomePage() {
price: "45 ج.م",
rating: 5,
reviewCount: "2.1k",
imageSrc: "http://img.b2bpic.net/free-photo/iced-watermelon-with-mint_1339-7975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/iced-watermelon-with-mint_1339-7975.jpg?_wi=1",
imageAlt: "ميلك شيك فراولة",
},
{
@@ -124,7 +124,7 @@ export default function HomePage() {
price: "50 ج.م",
rating: 5,
reviewCount: "1.5k",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bubble-tea-drinks-arrangement_23-2149870687.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bubble-tea-drinks-arrangement_23-2149870687.jpg?_wi=1",
imageAlt: "بوبا موكا ميلك شيك",
},
]}
@@ -163,7 +163,7 @@ export default function HomePage() {
{
title: "مانجو",
description: "عصير مانجو طازة عالي الجودة",
imageSrc: "http://img.b2bpic.net/free-photo/glass-pumpkin-juice-chopped-raw-pumpkins-place-wooden-floor_1150-35225.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-pumpkin-juice-chopped-raw-pumpkins-place-wooden-floor_1150-35225.jpg?_wi=2",
imageAlt: "عصير مانجو",
button: {
text: "اطلب الآن",
@@ -173,7 +173,7 @@ export default function HomePage() {
{
title: "بطيخ",
description: "عصير بطيخ طازة منعش وصحي",
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-hibiscus-ice-tea-clear-glass-container_23-2149893604.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-hibiscus-ice-tea-clear-glass-container_23-2149893604.jpg?_wi=2",
imageAlt: "عصير بطيخ",
button: {
text: "اطلب الآن",
@@ -183,7 +183,7 @@ export default function HomePage() {
{
title: "فراولة",
description: "عصير فراولة طازة غني بالفيتامينات",
imageSrc: "http://img.b2bpic.net/free-photo/iced-watermelon-with-mint_1339-7975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/iced-watermelon-with-mint_1339-7975.jpg?_wi=2",
imageAlt: "عصير فراولة",
button: {
text: "اطلب الآن",
@@ -227,7 +227,7 @@ export default function HomePage() {
{
title: "فراولة",
description: "ميلك شيك فراولة ناعم وكريمي",
imageSrc: "http://img.b2bpic.net/free-photo/iced-watermelon-with-mint_1339-7975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/iced-watermelon-with-mint_1339-7975.jpg?_wi=3",
imageAlt: "ميلك شيك فراولة",
button: {
text: "اطلب الآن",
@@ -237,7 +237,7 @@ export default function HomePage() {
{
title: "موكا",
description: "ميلك شيك موكا غني ولذيذ",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bubble-tea-drinks-arrangement_23-2149870687.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bubble-tea-drinks-arrangement_23-2149870687.jpg?_wi=2",
imageAlt: "ميلك شيك موكا",
button: {
text: "اطلب الآن",
@@ -247,7 +247,7 @@ export default function HomePage() {
{
title: "موز",
description: "ميلك شيك موز صحي وشهي",
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-served-bowls-plate_23-2148141389.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/ice-cream-served-bowls-plate_23-2148141389.jpg?_wi=1",
imageAlt: "ميلك شيك موز",
button: {
text: "اطلب الآن",
@@ -336,7 +336,7 @@ export default function HomePage() {
role: "موظفة",
company: "شركة تقنية",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg?_wi=1",
imageAlt: "صورة فاطمة",
},
{
@@ -345,7 +345,7 @@ export default function HomePage() {
role: "مهندس",
company: "شركة بناء",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/leisure-people-lifestyle-concept-happy-handsome-young-man-cafe-sitting-chair-smiling-holding-glass-coffee-looking-aside-relaxing-with-cup-cappuccino_1258-314458.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/leisure-people-lifestyle-concept-happy-handsome-young-man-cafe-sitting-chair-smiling-holding-glass-coffee-looking-aside-relaxing-with-cup-cappuccino_1258-314458.jpg?_wi=1",
imageAlt: "صورة أحمد",
},
{
@@ -372,7 +372,7 @@ export default function HomePage() {
role: "مصممة",
company: "استوديو تصميم",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/senior-woman-smiling-restaurant_23-2149316809.jpg?_wi=2",
imageAlt: "صورة سارة",
},
{
@@ -381,7 +381,7 @@ export default function HomePage() {
role: "طبيب",
company: "عيادة طبية",
rating: 5,
imageSrc: "http://img.b2bpic.net/free-photo/leisure-people-lifestyle-concept-happy-handsome-young-man-cafe-sitting-chair-smiling-holding-glass-coffee-looking-aside-relaxing-with-cup-cappuccino_1258-314458.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/leisure-people-lifestyle-concept-happy-handsome-young-man-cafe-sitting-chair-smiling-holding-glass-coffee-looking-aside-relaxing-with-cup-cappuccino_1258-314458.jpg?_wi=2",
imageAlt: "صورة عمر",
},
]}

View File

@@ -16,7 +16,7 @@ const products = {
priceFormatted: "45 ج.م",
rating: 5,
reviewCount: "2.3k",
imageSrc: "http://img.b2bpic.net/free-photo/glass-pumpkin-juice-chopped-raw-pumpkins-place-wooden-floor_1150-35225.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/glass-pumpkin-juice-chopped-raw-pumpkins-place-wooden-floor_1150-35225.jpg?_wi=6",
imageAlt: "عصير مانجو طازة",
description: "عصير مانجو طازة معصور يوميًا من أفضل ثمار المانجو المختارة بعناية. غني بالفيتامينات والمعادن الطبيعية. بدون مواد حافظة أو ألوان صناعية.",
category: "fresh-juices",
@@ -34,7 +34,7 @@ const products = {
priceFormatted: "35 ج.م",
rating: 5,
reviewCount: "1.8k",
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-hibiscus-ice-tea-clear-glass-container_23-2149893604.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/refreshing-hibiscus-ice-tea-clear-glass-container_23-2149893604.jpg?_wi=4",
imageAlt: "عصير بطيخ بالنعناع",
description: "تركيبة منعشة من عصير البطيخ الطازة والنعناع الأخضر الطبيعي. مثالية للأيام الحارة والصيفية.",
category: "fresh-juices",
@@ -52,7 +52,7 @@ const products = {
priceFormatted: "45 ج.م",
rating: 5,
reviewCount: "2.1k",
imageSrc: "http://img.b2bpic.net/free-photo/iced-watermelon-with-mint_1339-7975.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/iced-watermelon-with-mint_1339-7975.jpg?_wi=6",
imageAlt: "ميلك شيك فراولة",
description: "ميلك شيك فراولة ناعم وكريمي معد من حليب طازة وفراولة حمراء طبيعية. مثالي كوجبة خفيفة صحية.",
category: "milkshakes",
@@ -70,7 +70,7 @@ const products = {
priceFormatted: "50 ج.م",
rating: 5,
reviewCount: "1.5k",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bubble-tea-drinks-arrangement_23-2149870687.jpg",
imageSrc: "http://img.b2bpic.net/free-photo/tasty-bubble-tea-drinks-arrangement_23-2149870687.jpg?_wi=5",
imageAlt: "بوبا موكا ميلك شيك",
description: "مشروب بوبا موكا فريش مع كرات التابيوكا اللذيذة والحليب البارد. مشروب عصري وممتع.",
category: "boba",