Files
fuel-price/resources/views/components/auth-header.blade.php
Ovidiu U 771f499f36
Some checks failed
linter / quality (push) Has been cancelled
tests / ci (8.3) (push) Has been cancelled
tests / ci (8.4) (push) Has been cancelled
tests / ci (8.5) (push) Has been cancelled
feat: add pricing section and hero redesign to homepage
2026-04-10 11:41:13 +01:00

10 lines
258 B
PHP

@props([
'title',
'description',
])
<div class="flex w-full flex-col text-center">
<flux:heading size="xl" class="text-primary!">{{ $title }}</flux:heading>
<flux:subheading class="text-zinc-500!">{{ $description }}</flux:subheading>
</div>