diff --git a/src/app/page.tsx b/src/app/page.tsx index 0cd19eb..2a7240d 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,22 +30,10 @@ export default function LandingPage() { @@ -140,21 +81,9 @@ export default function LandingPage() { gridVariant="bento-grid" useInvertedBackground={false} features={[ - { - title: "5-デアザフラビン", - description: "ミトコンドリアを活性化し、内側から満ちるハリとつやを育みます。", - imageSrc: "http://img.b2bpic.net/free-photo/abstract-bubbles-gradient-blurred-background_23-2148205217.jpg", - }, - { - title: "霧島シリカ波動水", - description: "癒しの528Hz波動水が、肌のすみずみまで潤いを届けます。", - imageSrc: "http://img.b2bpic.net/free-photo/close-up-floating-water_23-2150963089.jpg", - }, - { - title: "五感を整える香り", - description: "呼吸するたび肌と心が整う、こだわりの香りの処方。", - imageSrc: "http://img.b2bpic.net/free-photo/essential-oils-aroma-salt-near-leaves-brush_23-2147809223.jpg", - }, + { title: "5-デアザフラビン", description: "ミトコンドリアを活性化し、内側から満ちるハリとつやを育みます。", imageSrc: "http://img.b2bpic.net/free-photo/abstract-bubbles-gradient-blurred-background_23-2148205217.jpg" }, + { title: "霧島シリカ波動水", description: "癒しの528Hz波動水が、肌のすみずみまで潤いを届けます。", imageSrc: "http://img.b2bpic.net/free-photo/close-up-floating-water_23-2150963089.jpg" }, + { title: "五感を整える香り", description: "呼吸するたび肌と心が整う、こだわりの香りの処方。", imageSrc: "http://img.b2bpic.net/free-photo/essential-oils-aroma-salt-near-leaves-brush_23-2147809223.jpg" }, ]} title="肌本来の力を呼び覚ます、三奏の体験" description="視覚、触覚、嗅覚。先端科学と感性が重なり合うスキンケア。" @@ -163,64 +92,17 @@ export default function LandingPage() {