diff --git a/src/app/page.tsx b/src/app/page.tsx index 2a7240d..0032987 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -52,7 +52,7 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/arrangement-natural-argan-oil-dropper_23-2149016620.jpg", alt: "User 5" }, ]} avatarText="顧客満足度の高いスキンケア体験" - buttons={[{ text: "製品ラインナップ", href: "#products" }]} + buttons={[{ text: "体験を始める", href: "#products" }]} marqueeItems={[ { type: "text", text: "科学と美の融合" }, { type: "text", text: "再生医療発想" }, @@ -173,4 +173,4 @@ export default function LandingPage() { ); -} +} \ No newline at end of file