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