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 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