chore: remove StationSearch, dead Volt SFCs, mobile prototype, and fix homepage CTAs
This commit is contained in:
@@ -1,10 +1,7 @@
|
||||
<select
|
||||
{{ $attributes->whereStartsWith('wire:') }}
|
||||
class="h-11 w-full rounded-xl border border-[#e5ded7] bg-[#faf6f3] px-3 text-sm font-semibold text-[#4a3f3b] focus:outline-none focus:ring-2 focus:ring-[#bb5b3e]"
|
||||
>
|
||||
<option value="reliable">Best price (reliable)</option>
|
||||
<option value="price">Cheapest first</option>
|
||||
<option value="distance">Nearest first</option>
|
||||
<option value="updated">Recently updated</option>
|
||||
<option value="brand">Brand A–Z</option>
|
||||
</select>
|
||||
<flux:select {{ $attributes }} size="sm">
|
||||
<flux:select.option value="reliable">Best price (reliable)</flux:select.option>
|
||||
<flux:select.option value="price">Cheapest first</flux:select.option>
|
||||
<flux:select.option value="distance">Nearest first</flux:select.option>
|
||||
<flux:select.option value="updated">Recently updated</flux:select.option>
|
||||
<flux:select.option value="brand">Brand A–Z</flux:select.option>
|
||||
</flux:select>
|
||||
|
||||
Reference in New Issue
Block a user