This commit is contained in:
sdarbinyan
2026-02-20 01:46:14 +04:00
parent 070e254a5c
commit 083b270c74
23 changed files with 878 additions and 109 deletions

View File

@@ -96,6 +96,7 @@ export class MockDataService {
'https://via.placeholder.com/600x400?text=iPhone+Back'
],
tags: ['new', 'featured', 'bestseller'],
badges: ['new', 'featured'],
simpleDescription: 'Latest iPhone with titanium design and A17 Pro chip',
description: [
{ key: 'Color', value: 'Natural Titanium' },
@@ -123,6 +124,7 @@ export class MockDataService {
currency: 'USD',
imgs: ['https://via.placeholder.com/600x400?text=Samsung+S24'],
tags: ['new', 'android'],
badges: ['new'],
simpleDescription: 'Premium Samsung flagship with S Pen',
description: [
{ key: 'Color', value: 'Titanium Gray' },
@@ -141,6 +143,7 @@ export class MockDataService {
currency: 'USD',
imgs: ['https://via.placeholder.com/600x400?text=Pixel+8'],
tags: ['sale', 'android', 'ai'],
badges: ['sale', 'hot'],
simpleDescription: 'Best AI photography phone',
description: [
{ key: 'Color', value: 'Bay Blue' },
@@ -158,6 +161,7 @@ export class MockDataService {
currency: 'USD',
imgs: ['https://via.placeholder.com/600x400?text=MacBook'],
tags: ['featured', 'professional'],
badges: ['exclusive'],
simpleDescription: 'Powerful laptop for professionals',
description: [
{ key: 'Processor', value: 'M3 Max' },
@@ -403,6 +407,7 @@ export class MockDataService {
currency: data.currency || 'USD',
imgs: data.imgs || [],
tags: data.tags || [],
badges: data.badges || [],
simpleDescription: data.simpleDescription || '',
description: data.description || [],
subcategoryId