diff --git a/src/app/contact/page.tsx b/src/app/contact/page.tsx
new file mode 100644
index 0000000..ebb955c
--- /dev/null
+++ b/src/app/contact/page.tsx
@@ -0,0 +1,25 @@
+"use client";
+
+import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
+import ReactLenis from "lenis/react";
+import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
+import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import ContactCTA from '@/components/sections/contact/ContactCTA';
+import { Facebook, Instagram, Twitter } from "lucide-react";
+
+export default function ContactPage() {
+ return (
+
+
+
+
+
+
+
+
+ );
+}
\ No newline at end of file
diff --git a/src/app/page.tsx b/src/app/page.tsx
index f82caf5..10ce10a 100644
--- a/src/app/page.tsx
+++ b/src/app/page.tsx
@@ -29,14 +29,11 @@ export default function LandingPage() {
@@ -47,24 +44,13 @@ export default function LandingPage() {
logoText="有限会社ミキファーム"
description="国内流通、わずか1%。宮崎の太陽が育てた、感動の「完熟・生ライチ」。一度も冷凍せず、樹の上でギリギリまで完熟させた大粒の恵み。"
buttons={[
- {
- text: "オンラインショップへ", href: "/shop"},
- {
- text: "観光農園のご案内", href: "/garden"},
+ { text: "オンラインショップへ", href: "/shop" },
+ { text: "観光農園のご案内", href: "/garden" },
]}
slides={[
- {
- imageSrc: "http://img.b2bpic.net/free-photo/farmers-count-cards-sale-lychees_1150-12516.jpg", imageAlt: "完熟ライチのクローズアップ"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/agriculture-lychee-fruit-thailand_1150-13615.jpg?_wi=1", imageAlt: "農園風景"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/old-senior-standing-summer-garden-with-harvest_1157-33042.jpg", imageAlt: "収穫体験"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/woman-holding-cup-store-concept-choosing-dishes_169016-23448.jpg", imageAlt: "ライチの贈り物"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/guava-fruit-still-life_23-2151551053.jpg", imageAlt: "瑞々しい果肉"},
- {
- imageSrc: "http://img.b2bpic.net/free-photo/mature-greenhouse-owner-examining-potted-flower-while-working-plant-nursery_637285-1394.jpg", imageAlt: "農園の日常"},
+ { imageSrc: "http://img.b2bpic.net/free-photo/farmers-count-cards-sale-lychees_1150-12516.jpg", imageAlt: "完熟ライチのクローズアップ" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/agriculture-lychee-fruit-thailand_1150-13615.jpg?_wi=1", imageAlt: "農園風景" },
+ { imageSrc: "http://img.b2bpic.net/free-photo/old-senior-standing-summer-garden-with-harvest_1157-33042.jpg", imageAlt: "収穫体験" }
]}
/>
@@ -74,10 +60,7 @@ export default function LandingPage() {
useInvertedBackground={false}
title="なぜ、ミキファームのライチは特別なのか。"
description="国内におけるライチ栽培のパイオニアとして、有機肥料100%で育てたジャカパット品種をお届けします。朝摘みの新鮮さをそのまま冷蔵便で。"
- buttons={[
- {
- text: "詳しく見る", href: "/brand"},
- ]}
+ buttons={[{ text: "詳しく見る", href: "/brand" }]}
imageSrc="http://img.b2bpic.net/free-photo/natural-cosmetics-body-handmade-soap-bath-bombs_169016-20050.jpg"
imageAlt="ライチ農園の栽培風景"
/>
@@ -92,21 +75,9 @@ export default function LandingPage() {
title="ミキファームのこだわり"
description="データで見る、私たちの徹底した品質管理。"
metrics={[
- {
- id: "m1", value: "1%", title: "流通量", description: "国産ライチの国内流通シェア", icon: TrendingDown,
- },
- {
- id: "m2", value: "100%", title: "有機肥料", description: "安心・安全な土壌づくりへの追求", icon: Leaf,
- },
- {
- id: "m3", value: "30年", title: "実績", description: "宮崎でのライチ栽培の歴史", icon: Calendar,
- },
- {
- id: "m4", value: "糖度20度", title: "完熟基準", description: "樹の上で完熟した証", icon: Award,
- },
- {
- id: "m5", value: "24時間", title: "鮮度保持", description: "収穫後、即時発送体制", icon: Clock,
- },
+ { id: "m1", value: "1%", title: "流通量", description: "国産ライチの国内流通シェア", icon: TrendingDown },
+ { id: "m2", value: "100%", title: "有機肥料", description: "安心・安全な土壌づくりへの追求", icon: Leaf },
+ { id: "m3", value: "30年", title: "実績", description: "宮崎でのライチ栽培の歴史", icon: Calendar }
]}
/>
@@ -118,14 +89,8 @@ export default function LandingPage() {
useInvertedBackground={false}
title="なぜ「完熟」にこだわるのか"
description="冷凍ライチとは一線を画す、ミキファームの品質基準。"
- positiveCard={{
- items: [
- "樹上で完熟させた濃厚な甘み", "果汁溢れるジューシーな食感", "防腐剤不使用の安心感", "届いてすぐ食べられる最高の鮮度", "生産者の顔が見えるトレーサビリティ"],
- }}
- negativeCard={{
- items: [
- "未熟な状態での早期収穫", "冷凍保存による食感の変化", "海外産特有のポストハーベスト", "長期間の船便輸送", "過度な化学肥料への依存"],
- }}
+ positiveCard={{ items: ["樹上で完熟させた濃厚な甘み", "果汁溢れるジューシーな食感", "防腐剤不使用の安心感"] }}
+ negativeCard={{ items: ["未熟な状態での早期収穫", "冷凍保存による食感の変化", "ポストハーベストの心配"] }}
/>
@@ -136,19 +101,9 @@ export default function LandingPage() {
title="よくある質問"
description="ギフトや栽培について、気になることをまとめました。"
faqsAnimation="slide-up"
- imageSrc="http://img.b2bpic.net/free-photo/agriculture-lychee-fruit-thailand_1150-13615.jpg?_wi=2"
- imageAlt="ライチ農園"
faqs={[
- {
- id: "f1", title: "ライチはいつ届きますか?", content: "収穫時期である7月上旬〜中旬に順次発送いたします。"},
- {
- id: "f2", title: "ギフト包装は可能ですか?", content: "専用の高級化粧箱をご用意しております。のし紙の対応も可能です。"},
- {
- id: "f3", title: "賞味期限はどれくらいですか?", content: "生ものですので、到着後なるべくお早めにお召し上がりください。冷蔵で3日程度が目安です。"},
- {
- id: "f4", title: "観光農園の予約は必要ですか?", content: "7月の収穫シーズンは事前予約制となっております。Webサイトよりお手続きください。"},
- {
- id: "f5", title: "肥料にこだわっていますか?", content: "はい。化学肥料を一切使わず、厳選した有機肥料を100%使用しております。"},
+ { id: "f1", title: "ライチはいつ届きますか?", content: "収穫時期である7月上旬〜中旬に順次発送いたします。" },
+ { id: "f2", title: "ギフト包装は可能ですか?", content: "専用の高級化粧箱をご用意しております。" }
]}
/>
diff --git a/src/app/shop/page.tsx b/src/app/shop/page.tsx
index d7a580c..7090c4f 100644
--- a/src/app/shop/page.tsx
+++ b/src/app/shop/page.tsx
@@ -2,174 +2,26 @@
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
import ReactLenis from "lenis/react";
-import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal';
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
-import ProductCardTwo from '@/components/sections/product/ProductCardTwo';
-import ProductCatalog from '@/components/ecommerce/productCatalog/ProductCatalog';
+import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia';
+import FooterCard from '@/components/sections/footer/FooterCard';
+import { Facebook, Instagram, Twitter } from "lucide-react";
-export default function LandingPage() {
+export default function ShopPage() {
return (
-
+
-
-
-
-
-
-
-
-
-
+
+
+
オンラインショップ
+
厳選された完熟ライチを全国へお届けいたします。
+
+
+
);
-}
+}
\ No newline at end of file