Created Card Sections
This commit is contained in:
@@ -0,0 +1,143 @@
|
||||
export const BOOKMARK_CARDS = [
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/edit-pdf.svg',
|
||||
title: 'Edit PDF',
|
||||
description: 'Use the best online tool to edit PDFs in your browser.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/crop-pdf.svg',
|
||||
title: 'Crop PDF',
|
||||
description:
|
||||
'Crop PDF online to a selected area, adjust margin size swiftly.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/replace-text-pdf.svg',
|
||||
title: 'Replace Text',
|
||||
description: 'The easiest way to replace text online.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/rotate-pdf.svg',
|
||||
title: 'Rotate PDF',
|
||||
description: 'Rotate and save your PDF pages online for free.',
|
||||
},
|
||||
]
|
||||
|
||||
export const CONVERT_FROM_PDF_CARDS = [
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/pdf-word.svg',
|
||||
title: 'PDF to Word',
|
||||
description: 'Easily convert PDF to Word document.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/pdf-ppt.svg',
|
||||
title: 'PDF to PPT',
|
||||
description: 'Convert PDF to Powerpoint online.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/pdf-excel.svg',
|
||||
title: 'PDF to Excel',
|
||||
description: 'Convert PDF to xls for free.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/pdf-jpg.svg',
|
||||
title: 'PDF to JPG',
|
||||
description:
|
||||
'Convert PDF files to a set of optimized JPG, PNG, BMP, GIF or TIFF images.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/pdf-txt.svg',
|
||||
title: 'PDF to TXT',
|
||||
description: 'Convert your PDF to TXT, and extract text from your PDF.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/pdf-rtx.svg',
|
||||
title: 'PDF to RTF',
|
||||
description: 'Convert PDF to RTF online and free.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/pdf-pages.svg',
|
||||
title: 'PDF to Pages',
|
||||
description: 'Convert PDF to Pages on Mac and Windows.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/pdf-html.svg',
|
||||
title: 'PDF to HTML',
|
||||
description: 'Convert your PDF documents to HTML web page.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/pdf-dxf.svg',
|
||||
title: 'PDF to DXF',
|
||||
description: 'The best online tool to convert PDF to DXF online.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/pdf-epub.svg',
|
||||
title: 'PDF to EPUB',
|
||||
description: 'Convert PDF file to EPUB ebook.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/ocr.svg',
|
||||
title: 'OCR',
|
||||
description:
|
||||
'Convert your scanned PDFs and images into editable Word, Excel, and PPT.',
|
||||
},
|
||||
]
|
||||
|
||||
export const CONVERT_TO_PDF_CARDS = [
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/word-pdf.svg',
|
||||
title: 'Word to PDF',
|
||||
description: 'The best Word to PDF converter online.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/ppt-pdf.svg',
|
||||
title: 'PPT to PDF',
|
||||
description: 'Convert Powerpoint to PDF online.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/excel-pdf.svg',
|
||||
title: 'Excel to PDF',
|
||||
description: 'Easily Convert Excel spreadsheet to PDF.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/jpg-pdf.svg',
|
||||
title: 'JPG to PDF',
|
||||
description: 'Convert JPG, PNG, BMP, GIF and TIFF images to PDF.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/image-in-txt.svg',
|
||||
title: 'TXT to PDF',
|
||||
description: 'Convert TXT to PDF online for free.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/image-in-rtx.svg',
|
||||
title: 'RTF to PDF',
|
||||
description: 'Convert RTF file to PDF online for free.',
|
||||
},
|
||||
{
|
||||
link: '/',
|
||||
imageUrl: '/feature/excel-pub.svg',
|
||||
title: 'PUB to PDF',
|
||||
description: 'Convert Publisher to PDF document.',
|
||||
},
|
||||
]
|
||||
|
||||
Reference in New Issue
Block a user