Skip to content

Commit d3150d6

Browse files
committed
refactor: remove deprecated components and update styles across the site
- Deleted several unused components including BottomNav, Databases, DeployAnywhere, DeployStrip, FAQ, Features, GetStarted, and CookieConsent to streamline the codebase. - Updated styles in the Footer component to enhance visual consistency and improve accessibility. - This cleanup aims to simplify maintenance and improve overall site performance.
1 parent 983022f commit d3150d6

42 files changed

Lines changed: 1495 additions & 1767 deletions

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

src/components/BottomNav.astro

Lines changed: 0 additions & 57 deletions
This file was deleted.

src/components/CookieConsent.astro

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -8,27 +8,27 @@
88
role="dialog"
99
aria-label="Cookie consent"
1010
>
11-
<div class="bg-slate-900 border-t border-slate-700 shadow-2xl shadow-black/50">
12-
<div class="max-w-7xl mx-auto px-4 sm:px-6 lg:px-8 py-4">
13-
<div class="flex flex-col sm:flex-row items-start sm:items-center justify-between gap-4">
14-
<p class="text-sm text-slate-300">
15-
We use cookies to analyze site traffic and improve your experience. See our
16-
<a href="/privacy-policy" class="text-indigo-400 hover:text-indigo-300 underline underline-offset-2">
11+
<div class="border-t border-edge bg-panel shadow-2xl shadow-black/50">
12+
<div class="mx-auto max-w-7xl px-4 py-4 sm:px-6 lg:px-8">
13+
<div class="flex flex-col items-start justify-between gap-4 sm:flex-row sm:items-center">
14+
<p class="text-[13.5px] text-dim">
15+
<span class="sql-com">--</span> We use cookies to analyze site traffic and improve your experience. See our
16+
<a href="/privacy-policy" class="text-primary underline underline-offset-2 hover:text-primary-bright">
1717
Privacy Policy
1818
</a> for details.
1919
</p>
20-
<div class="flex items-center gap-3 shrink-0">
20+
<div class="flex shrink-0 items-center gap-3">
2121
<button
2222
id="cookie-decline"
2323
type="button"
24-
class="px-4 py-2 text-sm font-medium text-slate-400 hover:text-white border border-slate-600 hover:border-slate-500 rounded-lg transition-colors"
24+
class="rounded-md border border-edge-strong px-4 py-2 text-[13.5px] font-medium text-muted transition-colors hover:border-line hover:text-fg"
2525
>
2626
Decline
2727
</button>
2828
<button
2929
id="cookie-accept"
3030
type="button"
31-
class="px-4 py-2 text-sm font-medium text-white bg-indigo-600 hover:bg-indigo-500 rounded-lg transition-colors"
31+
class="rounded-md bg-primary px-4 py-2 text-[13.5px] font-semibold text-white transition-colors hover:bg-primary-bright"
3232
>
3333
Accept
3434
</button>

0 commit comments

Comments
 (0)