From c3389f6774ceb9304881b1238a1564056c9c5e81 Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:54:38 +0000 Subject: [PATCH 1/2] Update src/app/layout.tsx --- src/app/layout.tsx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/app/layout.tsx b/src/app/layout.tsx index 38d2dfd..3cc6761 100644 --- a/src/app/layout.tsx +++ b/src/app/layout.tsx @@ -1417,4 +1417,4 @@ export default function RootLayout({ ); -} +} \ No newline at end of file -- 2.49.1 From 34f195a4ce08b41d4e26872ce60b858a5ac70bbc Mon Sep 17 00:00:00 2001 From: bender Date: Wed, 4 Mar 2026 06:54:39 +0000 Subject: [PATCH 2/2] Update src/app/page.tsx --- src/app/page.tsx | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 9ab3adb..fc04eef 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -100,7 +100,7 @@ export default function HomePage() { { text: "Explore Gallery", href: "/gallery" }, ]} buttonAnimation="slide-up" - avatarText="(No credit card required)" + avatarText="No credit card required" /> @@ -211,4 +211,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file -- 2.49.1