shop list
diff --git a/messages/en.json b/messages/en.json
index 8b53bda98..6e826479f 100644
--- a/messages/en.json
+++ b/messages/en.json
@@ -24,6 +24,15 @@
"placeholder": "Email",
"button": "Notify me"
},
+ "home": {
+ "previews": {
+ "about-narai": {
+ "title": "water of the mountains,",
+ "subtitle": "sake of the skies",
+ "body": "We brew our sake in one of the highest breweries in Japan, standing at an altitude of 940m and surrounded by an abundance of nature. While many breweries typically use a stable water source such as well water, narai uses the fresh water from the mountains, flowing from an altitude of over 1,000m. The water originates from a spring near the watershed of the Shinano River and Kiso River, and is characterized by its clarity and smooth, rounded texture brought about by a rare “water hardness” of less than 25."
+ }
+ }
+ },
"shops": {
"title": "Shop list",
"subtitle": "",
diff --git a/messages/ja.json b/messages/ja.json
index d3d71c3c3..50e128964 100644
--- a/messages/ja.json
+++ b/messages/ja.json
@@ -24,6 +24,15 @@
"placeholder": "メールアドレス",
"button": "登録する"
},
+ "home": {
+ "previews": {
+ "about-narai": {
+ "title": "山の水、",
+ "subtitle": "空に一番近い酒",
+ "body": "標高約940mの日本でも有数の空に近い自然豊かな環境で醸造しています。多くの酒蔵が水の性質が安定している井戸水を使用しますが、naraiは標高1,000m以上から流れる天然の山水を使用。信濃川と木曽川の分水嶺付近の湧き水であるこの山水は、日本でも有数な「硬度25以下」の透明感と丸みのある滑らかな舌触りが特徴です。"
+ }
+ }
+ },
"shops": {
"title": "取り扱い店",
"subtitle": "取り扱い店",
diff --git a/package.json b/package.json
index 7b945aee4..e45fd1659 100644
--- a/package.json
+++ b/package.json
@@ -34,7 +34,8 @@
"next-intl": "latest",
"prettier-plugin-organize-imports": "^3.2.3",
"react": "latest",
- "react-dom": "latest"
+ "react-dom": "latest",
+ "react-intersection-observer": "^9.5.2"
},
"devDependencies": {
"@tailwindcss/container-queries": "^0.1.1",
diff --git a/yarn.lock b/yarn.lock
index 98fe41bec..f45f6c439 100644
--- a/yarn.lock
+++ b/yarn.lock
@@ -1294,6 +1294,7 @@ __metadata:
prettier-plugin-tailwindcss: ^0.4.1
react: latest
react-dom: latest
+ react-intersection-observer: ^9.5.2
tailwindcss: ^3.3.3
typescript: 5.1.6
languageName: unknown
@@ -4127,6 +4128,15 @@ __metadata:
languageName: node
linkType: hard
+"react-intersection-observer@npm:^9.5.2":
+ version: 9.5.2
+ resolution: "react-intersection-observer@npm:9.5.2"
+ peerDependencies:
+ react: ^15.0.0 || ^16.0.0 || ^17.0.0 || ^18.0.0
+ checksum: cdbe40544930d59fc3820bce017fb688910cbecd7baaf382387a3d60d98a36e1d1e4bc27a876775e99b2a9f86762286a29d7bca21f3345f653cff29850c2641d
+ languageName: node
+ linkType: hard
+
"react-is@npm:^16.13.1":
version: 16.13.1
resolution: "react-is@npm:16.13.1"