blob: 37a7f17a2448615dbfe61645db07305ded3cb909 [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] font-medium h-[3rem] bg-white rounded-lg text-primary',
},
{
to: '/download#runAnywhere',
text: 'Run anywhere',
className:
'w-[10.5rem] font-medium bg-transparent h-[3rem] rounded-lg text-white border-white border-[0.5px] border-solid hover:text-white',
},
],
};