Merge version_4 into main

Merge version_4 into main
This commit was merged in pull request #3.
This commit is contained in:
2026-05-11 04:42:55 +00:00

View File

@@ -226,7 +226,7 @@ export default function LandingPage() {
useInvertedBackground={false}
plans={[
{
id: "p1", badge: "緊急対応", price: "ご相談", subtitle: "お電話で状況をお伺いします", features: [
id: "p1", badge: "Emergency Support", price: "ご相談", subtitle: "お電話で状況をお伺いします", features: [
"迅速対応", "専門アドバイス", "安心価格"],
buttons: [
{
@@ -234,7 +234,7 @@ export default function LandingPage() {
],
},
{
id: "p2", badge: "防犯診断", price: "お見積り", subtitle: "現地調査の上で最適提案", features: [
id: "p2", badge: "Security Consultation", price: "お見積り", subtitle: "現地調査の上で最適提案", features: [
"防犯カメラ", "電気錠施工", "ホームセキュリティ"],
buttons: [
{
@@ -285,4 +285,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}