{!! theme_field('image', 'logo', 'Site Logo') !!} {!! theme_field('image', 'footer_logo', 'Footer Logo') !!}
{!! theme_field('text', 'home_headline', 'Homepage Headline') !!} {!! theme_field('text', 'home_subheadline', 'Homepage Subheadline') !!} {!! theme_field('text_area', 'home_description', 'Homepage Copy Below Subheadline') !!} {!! theme_field('text', 'home_cta', 'Homepage CTA Text') !!} {!! theme_field('text', 'home_cta_url', 'Homepage CTA URL') !!} {!! theme_field('image', 'home_promo_image', 'Homepage Promo Image') !!}

TailwindCSS

This theme was built using TailwindCSS. You can learn more about Tailwind by visiting the links below.

TailwindCSS Homepage Tailwind Documentation

Theme Options

You can edit this file located at: {{ resource_path('views/' . theme_folder()) . '/options.blade.php' }}

It's quite easy to add your own options, instructions are commented at the top of the file.