From 08f5661c99321bc12b3b7a3889fb6aa4793054df Mon Sep 17 00:00:00 2001 From: Felipe Cardoso Date: Fri, 14 Mar 2025 15:54:53 +0100 Subject: [PATCH] Refactor gift registry UI to use InfoCard component Simplified the gift registry section by replacing custom JSX with the reusable InfoCard component. This improves code maintainability and consistency in the UI while retaining the existing styles and functionality. Updated InfoCard styling to ensure compatibility with the new use case. --- .../src/app/(public)/invite/[slug]/page.tsx | 17 ++++++++++++++++- 1 file changed, 16 insertions(+), 1 deletion(-) diff --git a/frontend/src/app/(public)/invite/[slug]/page.tsx b/frontend/src/app/(public)/invite/[slug]/page.tsx index 288175f..4bd9d85 100644 --- a/frontend/src/app/(public)/invite/[slug]/page.tsx +++ b/frontend/src/app/(public)/invite/[slug]/page.tsx @@ -105,7 +105,22 @@ const InvitationPage = () => { }; return ( -
+
+
+ +
+
{/* Wooden Sign Title */}