From d07cc1f1eefef2be37e70ca35ab7cdf0d95f7e37 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:31:02 +0000 Subject: [PATCH 1/3] Add src/app/contact/page.tsx --- src/app/contact/page.tsx | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 src/app/contact/page.tsx 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 -- 2.49.1 From b1db6963861c6bbd170c1b01a53dca35375174b0 Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:31:02 +0000 Subject: [PATCH 2/3] Update src/app/page.tsx --- src/app/page.tsx | 81 +++++++++++------------------------------------- 1 file changed, 18 insertions(+), 63 deletions(-) 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() { @@ -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: "専用の高級化粧箱をご用意しております。" } ]} /> -- 2.49.1 From 06f21e60cd84a8ea18cf429ce4e7a2bbf9e7ab2d Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 22 May 2026 09:31:03 +0000 Subject: [PATCH 3/3] Update src/app/shop/page.tsx --- src/app/shop/page.tsx | 180 ++++-------------------------------------- 1 file changed, 16 insertions(+), 164 deletions(-) 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 -- 2.49.1