= ({
title,
description,
- backLink,
backgroundSymbol,
className = "",
variant = "default",
@@ -57,16 +50,6 @@ export const PageHeader: React.FC
= ({
/>
)}
- {backLink && (
-
- {" "}
- {backLink.label}
-
- )}
-
diff --git a/apps/web/src/components/Reveal.tsx b/apps/web/src/components/Reveal.tsx
index e2db23a..58a4456 100644
--- a/apps/web/src/components/Reveal.tsx
+++ b/apps/web/src/components/Reveal.tsx
@@ -15,7 +15,7 @@ interface RevealProps {
export const Reveal: React.FC = ({
children,
- width = "fit-content",
+ width = "100%",
delay = 0.25,
className = "",
direction = "up",
diff --git a/apps/web/src/utils/imgproxy.ts b/apps/web/src/utils/imgproxy.ts
index 04d07ed..f1e3525 100644
--- a/apps/web/src/utils/imgproxy.ts
+++ b/apps/web/src/utils/imgproxy.ts
@@ -58,7 +58,7 @@ export function getImgproxyUrl(
width = 0,
height = 0,
resizing_type = "fit",
- gravity = "sm",
+ gravity = "sm", // Default to smart gravity
enlarge = false,
extension = "",
} = options;