refactor(frontend): remove gradient backgrounds for flat colors

Replace bg-gradient-to-* with flat bg-* on BookingFlow warning, demo card, prices CTA, and schedule divider for consistent flat design.

Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent)

Co-authored-by: Sisyphus <clio-agent@sisyphuslabs.ai>
This commit is contained in:
2026-06-19 11:34:47 +01:00
co-authored by Sisyphus
parent 895d5dd5e9
commit 7f9c246818
4 changed files with 4 additions and 4 deletions
+1 -1
View File
@@ -148,7 +148,7 @@
</div>
<!-- Current/Next Appointment Card -->
<Card.Root class="border-2 border-blue-200 bg-gradient-to-r from-blue-50 to-purple-50">
<Card.Root class="border-2 border-blue-200 bg-blue-50">
<Card.Header>
<div class="flex items-start justify-between">
<div>
+1 -1
View File
@@ -209,7 +209,7 @@
</Card.Content>
</Card.Root>
<Card.Root class="bg-gradient-to-br from-primary/5 to-secondary/30 shadow-sm">
<Card.Root class="bg-primary/5 shadow-sm">
<Card.Content class="p-6 text-center md:p-8">
<h2 class="mb-4 text-lg font-semibold text-primary md:text-xl">Ready to Book?</h2>
<div class="flex flex-col gap-3 md:flex-row md:justify-center md:gap-4">
+1 -1
View File
@@ -262,7 +262,7 @@
<h2 class="text-base font-bold text-gray-700">
{group.label}
</h2>
<div class="h-px flex-1 bg-gradient-to-r from-gray-200 to-transparent"></div>
<div class="h-px flex-1 bg-gray-200"></div>
</div>
<div class="space-y-4">