blob: 7f3a6841b486ab4b3eb5d17e91af28dd069f40d1 [file] [log] [blame]
export const GET_STARTED_DATA = {
title: 'Start a real-time analytical journey with Apache Doris',
description: '',
buttons: [
{
to: '/download',
text: 'Download',
className: 'w-[10.5rem] h-[3rem] bg-white rounded-lg text-[#444FD9]',
},
{
to: '/download#runAnywhere',
text: 'Run anywhere',
className:
'w-[10.5rem] bg-transparent h-[3rem] rounded-lg text-white border-white border-[0.5px] border-solid hover:text-white',
},
],
};