Skip to content

Commit

Permalink
feat(keep): update home content
Browse files Browse the repository at this point in the history
  • Loading branch information
njfamirm committed Jun 14, 2023
1 parent 9bc4984 commit 63c830c
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 54 deletions.
35 changes: 8 additions & 27 deletions uniquely/keep-pwa/src/content/home-page-en.ts
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,14 @@ export const homePageContent = {
description:
'Keep is an Iranian holding company in the field of building materials and stone veneer manufacturing. It is engaged in the production and distribution of construction services. The factory operates with the aim of distributing construction products in Iranian and international markets. The products produced by this collection are of high quality and are accompanied by experienced staff committed to customer satisfaction.',
},
product: {
elevated: 1,
highlight: true,
stated: true,
wide: true,
icon: 'cart-outline',
headline: 'View Products',
},
catalogue: {
elevated: 1,
highlight: true,
Expand All @@ -25,13 +33,6 @@ export const homePageContent = {
href: 'https://www.dropbox.com/s/dl/k1jct7jc7netmsq/keep-product-brochure.pdf',
target: 'download',
},
product: {
elevated: 1,
highlight: true,
stated: true,
icon: 'cart-outline',
headline: 'View Products',
},
socialList: [
{
elevated: 1,
Expand Down Expand Up @@ -74,25 +75,5 @@ export const homePageContent = {
href: 'https://www.aparat.com/keeperco',
target: '_blank',
},
{
elevated: 1,
highlight: true,
stated: true,
icon: 'logo-linkedin',
headline: 'LinkedIn',
description: 'Keep LinkedIn Page',
href: 'https://www.linkedin.com/company/keeperco',
target: '_blank',
},
{
elevated: 1,
highlight: true,
stated: true,
icon: 'logo-youtube',
headline: 'YouTube',
description: 'Keep YouTube Channel',
href: 'https://youtube.com/@keeperco',
target: '_blank',
},
],
} as const;
35 changes: 8 additions & 27 deletions uniquely/keep-pwa/src/content/home-page-fa.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,14 @@ export const homePageContent = {
headline: 'درباره ما',
description: 'شرکت تولیدی keep مصالح ساختمانی و اسکوپ سنگ‌نما هلدینگی ایرانی است که در زمینه تولید و توزیع خدمات ساختمانی فعالیت دارد. این کارخانه با هدف توزیع محصولات ساختمانی در بازارهای ایرانی و خارجی مشغول به فعالیت می‌باشد. محصولات تولیدی این مجموعه با کیفیت بالا و کادری مجرب و تعهد به اصول جلب رضایت مشتری می‌باشد.',
},
product: {
elevated: 1,
highlight: true,
stated: true,
wide: true,
icon: 'cart-outline',
headline: 'مشاهده محصولات',
},
catalogue: {
elevated: 1,
highlight: true,
Expand All @@ -26,13 +34,6 @@ export const homePageContent = {
href: 'https://www.dropbox.com/s/dl/k1jct7jc7netmsq/keep-product-brochure.pdf',
target: 'download',
},
product: {
elevated: 1,
highlight: true,
stated: true,
icon: 'cart-outline',
headline: 'مشاهده محصولات',
},
socialList: [
{
elevated: 1,
Expand Down Expand Up @@ -78,25 +79,5 @@ export const homePageContent = {
href: 'https://www.aparat.com/keeperco',
target: '_blank',
},
{
elevated: 1,
highlight: true,
stated: true,
icon: 'logo-linkedin',
headline: 'لینکدین',
description: 'صفحه‌ی لینکدین کیپ',
href: 'https://www.linkedin.com/company/keeperco',
target: '_blank',
},
{
elevated: 1,
highlight: true,
stated: true,
icon: 'logo-youtube',
headline: 'یوتیوب',
description: 'کانال یوتیوب کیپ',
href: 'https://youtube.com/@keeperco',
target: '_blank',
},
],
} as const;

0 comments on commit 63c830c

Please sign in to comment.