From fd39f981748c019f38e20f41a48b2bf8ce177cd3 Mon Sep 17 00:00:00 2001 From: bender Date: Thu, 7 May 2026 12:13:39 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 413eef0..c3ad38f 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -126,6 +126,7 @@ export default function LandingPage() { ]} title="お客様の声" description="ガルリをお選びいただいたお客様からの心温まるメッセージ。" + imageClassName="rounded-full border-4 border-white shadow-lg" /> @@ -183,4 +184,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file