Update src/app/page.tsx

This commit is contained in:
2026-06-10 15:06:33 +00:00
parent 92348f5467
commit fcf332b83b

View File

@@ -72,10 +72,11 @@ export default function LandingPage() {
<div id="about" data-section="about">
<InlineImageSplitTextAbout
title="須紗のこだわり"
description="一杯の中華そばに込める、私たちの情熱と厳選された素材。薄味ながらも奥深いコクを生み出す秘伝のスープ、喉ごしの良いストレート麺、そしてとろけるチャーシューやシャキシャキの紫玉ねぎが織りなすハーモニー。お客様の記憶に残る一杯を追求し続けています。"
imageSrc="http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469402.jpg"
imageAlt="ramen shop owner smiling"
heading={[
{ type: "text", content: "須紗のこだわり" },
{ type: "text", content: "一杯の中華そばに込める、私たちの情熱と厳選された素材。薄味ながらも奥深いコクを生み出す秘伝のスープ、喉ごしの良いストレート麺、そしてとろけるチャーシューやシャキシャキの紫玉ねぎが織りなすハーモニー。お客様の記憶に残る一杯を追求し続けています。" },
{ type: "image", src: "http://img.b2bpic.net/free-photo/portrait-modern-man-performing-housework-gentle-dreamy-atmosphere_23-2151469402.jpg", alt: "ramen shop owner smiling" }
]}
useInvertedBackground={true}
buttons={[
{ text: "私たちの物語", href: "#" }