diff --git a/frontend/src/app/(public)/invite/[slug]/page.tsx b/frontend/src/app/(public)/invite/[slug]/page.tsx
index 86251cf..288175f 100644
--- a/frontend/src/app/(public)/invite/[slug]/page.tsx
+++ b/frontend/src/app/(public)/invite/[slug]/page.tsx
@@ -252,61 +252,27 @@ const InvitationPage = () => {
)}
{/* Gift Registry with Lion */}
{event.gift_registry_enabled && (
-
-
-
- {getAssetUrl("lion") ? (
-
-
-
- ) : (
-
Lion
- )}
-
-
-
-
- Gift Registry
-
-
- View Emma's Wishes
-
-
-
-
-
-
-
-
+
)}
{/* View Map Button */}
{event.location_url && (
diff --git a/frontend/src/components/info-card.tsx b/frontend/src/components/info-card.tsx
index af74b42..3b204c0 100644
--- a/frontend/src/components/info-card.tsx
+++ b/frontend/src/components/info-card.tsx
@@ -75,12 +75,13 @@ const InfoCard: React.FC = ({
imagePosition === "right"
? "md:flex-row-reverse md:space-x-reverse"
: "md:flex-row",
+ "w-full",
)}
>
{imageElement}
{imageSrc && (