diff --git a/src/app/page.tsx b/src/app/page.tsx index c05a35f..3508677 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,14 +2,14 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import FaqBase from '@/components/sections/faq/FaqBase'; +import FaqSplitMedia from '@/components/sections/faq/FaqSplitMedia'; import FeatureCardSixteen from '@/components/sections/feature/FeatureCardSixteen'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterCard from '@/components/sections/footer/FooterCard'; import HeroCarouselLogo from '@/components/sections/hero/heroCarouselLogo/HeroCarouselLogo'; import MediaAbout from '@/components/sections/about/MediaAbout'; import MetricCardOne from '@/components/sections/metrics/MetricCardOne'; import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered'; -import { Award, Calendar, Clock, Leaf, TrendingDown } from "lucide-react"; +import { Award, Calendar, Clock, Leaf, TrendingDown, Facebook, Instagram, Twitter } from "lucide-react"; export default function LandingPage() { return ( @@ -30,21 +30,13 @@ export default function LandingPage() { @@ -56,39 +48,23 @@ export default function LandingPage() { description="国内流通、わずか1%。宮崎の太陽が育てた、感動の「完熟・生ライチ」。一度も冷凍せず、樹の上でギリギリまで完熟させた大粒の恵み。" buttons={[ { - text: "オンラインショップへ", - href: "/shop", - }, + text: "オンラインショップへ", href: "/shop"}, { - text: "観光農園のご案内", - href: "/garden", - }, + 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/farmers-count-cards-sale-lychees_1150-12516.jpg", imageAlt: "完熟ライチのクローズアップ"}, { - imageSrc: "http://img.b2bpic.net/free-photo/agriculture-lychee-fruit-thailand_1150-13615.jpg", - imageAlt: "農園風景", - }, + imageSrc: "http://img.b2bpic.net/free-photo/agriculture-lychee-fruit-thailand_1150-13615.jpg", 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/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/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/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/mature-greenhouse-owner-examining-potted-flower-while-working-plant-nursery_637285-1394.jpg", imageAlt: "農園の日常"}, ]} /> @@ -100,9 +76,7 @@ export default function LandingPage() { description="国内におけるライチ栽培のパイオニアとして、有機肥料100%で育てたジャカパット品種をお届けします。朝摘みの新鮮さをそのまま冷蔵便で。" buttons={[ { - text: "詳しく見る", - href: "/brand", - }, + text: "詳しく見る", href: "/brand"}, ]} imageSrc="http://img.b2bpic.net/free-photo/natural-cosmetics-body-handmade-soap-bath-bombs_169016-20050.jpg" imageAlt="ライチ農園の栽培風景" @@ -119,39 +93,19 @@ export default function LandingPage() { description="データで見る、私たちの徹底した品質管理。" metrics={[ { - id: "m1", - value: "1%", - title: "流通量", - description: "国産ライチの国内流通シェア", - icon: TrendingDown, + id: "m1", value: "1%", title: "流通量", description: "国産ライチの国内流通シェア", icon: TrendingDown, }, { - id: "m2", - value: "100%", - title: "有機肥料", - description: "安心・安全な土壌づくりへの追求", - icon: Leaf, + id: "m2", value: "100%", title: "有機肥料", description: "安心・安全な土壌づくりへの追求", icon: Leaf, }, { - id: "m3", - value: "30年", - title: "実績", - description: "宮崎でのライチ栽培の歴史", - icon: Calendar, + id: "m3", value: "30年", title: "実績", description: "宮崎でのライチ栽培の歴史", icon: Calendar, }, { - id: "m4", - value: "糖度20度", - title: "完熟基準", - description: "樹の上で完熟した証", - icon: Award, + id: "m4", value: "糖度20度", title: "完熟基準", description: "樹の上で完熟した証", icon: Award, }, { - id: "m5", - value: "24時間", - title: "鮮度保持", - description: "収穫後、即時発送体制", - icon: Clock, + id: "m5", value: "24時間", title: "鮮度保持", description: "収穫後、即時発送体制", icon: Clock, }, ]} /> @@ -166,73 +120,48 @@ export default function LandingPage() { description="冷凍ライチとは一線を画す、ミキファームの品質基準。" positiveCard={{ items: [ - "樹上で完熟させた濃厚な甘み", - "果汁溢れるジューシーな食感", - "防腐剤不使用の安心感", - "届いてすぐ食べられる最高の鮮度", - "生産者の顔が見えるトレーサビリティ", - ], + "樹上で完熟させた濃厚な甘み", "果汁溢れるジューシーな食感", "防腐剤不使用の安心感", "届いてすぐ食べられる最高の鮮度", "生産者の顔が見えるトレーサビリティ"], }} negativeCard={{ items: [ - "未熟な状態での早期収穫", - "冷凍保存による食感の変化", - "海外産特有のポストハーベスト", - "長期間の船便輸送", - "過度な化学肥料への依存", - ], + "未熟な状態での早期収穫", "冷凍保存による食感の変化", "海外産特有のポストハーベスト", "長期間の船便輸送", "過度な化学肥料への依存"], }} />
-