From 7f63c0ad733ca0b0f1acbad786bcc8bf111fb2d8 Mon Sep 17 00:00:00 2001 From: bender Date: Mon, 27 Apr 2026 22:10:33 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index a365c0e..0f23ce6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -46,8 +46,9 @@ export default function LandingPage() { avatars={[ { src: "https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3CxL59q8tfUcPSZDT56Hr5rHLLc/uploaded-1777323889174-0kwrky4p.jpg", alt: "I Bang Records Logo" }, ]} - avatarGroupClassName="aspect-[3/2] w-32" - buttons={[{ text: "Discover Artists", href: "#features" }]} + avatarGroupClassName="aspect-[16/9] w-full max-w-sm" + buttons={[{ text: "Discover Artists", href: "#features" }] + } /> -- 2.49.1