Merge version_4 into main #3
117
src/app/page.tsx
117
src/app/page.tsx
@@ -31,34 +31,26 @@ export default function LandingPage() {
|
||||
<div id="nav" data-section="nav">
|
||||
<NavbarStyleCentered
|
||||
navItems={[
|
||||
{
|
||||
name: "ホーム", id: "/"},
|
||||
{
|
||||
name: "ツアーについて", id: "#about"},
|
||||
{
|
||||
name: "体験内容", id: "#features"},
|
||||
{
|
||||
name: "商品一覧", id: "/products"},
|
||||
{
|
||||
name: "お問い合わせ", id: "#contact"},
|
||||
{ name: "ホーム", id: "/" },
|
||||
{ name: "ツアーについて", id: "/#about" },
|
||||
{ name: "体験内容", id: "/#features" },
|
||||
{ name: "商品一覧", id: "/products" },
|
||||
{ name: "お問い合わせ", id: "/#contact" },
|
||||
]}
|
||||
button={{
|
||||
text: "0426 250 355", href: "tel:0426250355"}}
|
||||
text: "0426 250 355", href: "tel:0426250355" }}
|
||||
brandName="Cocoridge Gold Coast"
|
||||
/>
|
||||
</div>
|
||||
|
||||
<div id="hero" data-section="hero">
|
||||
<HeroLogoBillboard
|
||||
background={{
|
||||
variant: "downward-rays-animated"}}
|
||||
background={{ variant: "downward-rays-animated" }}
|
||||
logoText="Cocoridge Gold Coast"
|
||||
description="一生に一度のゴールドコースト・ラグジュアリー体験を。あなただけの専属ガイドが、心に残る特別な一日をプロデュースいたします。"
|
||||
buttons={[
|
||||
{
|
||||
text: "予約のお問い合わせ", href: "#contact"},
|
||||
{
|
||||
text: "電話で相談する", href: "tel:0426250355"},
|
||||
{ text: "予約のお問い合わせ", href: "/#contact" },
|
||||
{ text: "電話で相談する", href: "tel:0426250355" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/medium-shot-women-taking-selfie-new-york_23-2148941126.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -72,12 +64,9 @@ export default function LandingPage() {
|
||||
title="妥協のない、上質なプライベートツアー"
|
||||
description="一般的な観光ツアーでは味わえない、洗練されたおもてなし。忙しい日々から離れ、あなたと大切な方のためだけの特別な時間をお届けします。"
|
||||
bulletPoints={[
|
||||
{
|
||||
title: "完全オーダーメイド", description: "ご要望に合わせて綿密にプランニングいたします。"},
|
||||
{
|
||||
title: "安心のプロフェッショナル", description: "熟練ガイドが最高の安全と快適をお約束します。"},
|
||||
{
|
||||
title: "心に残るおもてなし", description: "一生の思い出となるような深い体験をご提供します。"},
|
||||
{ title: "完全オーダーメイド", description: "ご要望に合わせて綿密にプランニングいたします。" },
|
||||
{ title: "安心のプロフェッショナル", description: "熟練ガイドが最高の安全と快適をお約束します。" },
|
||||
{ title: "心に残るおもてなし", description: "一生の思い出となるような深い体験をご提供します。" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/journalist-sea-front-view_23-2148568134.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -90,12 +79,9 @@ export default function LandingPage() {
|
||||
title="選ばれる理由"
|
||||
description="真の贅沢とは、心を満たす体験であると考えます。"
|
||||
accordionItems={[
|
||||
{
|
||||
id: "1", title: "高級車での移動", content: "移動中も快適なラグジュアリー車両で、ストレスフリーな移動を実現。"},
|
||||
{
|
||||
id: "2", title: "優先入場・特別アクセス", content: "バイロンベイやクリスタルキャッスルなど、人気スポットへ特別に案内。"},
|
||||
{
|
||||
id: "3", title: "オーダーメイドダイニング", content: "現地の美食を堪能する、特別なテーブルをセッティングいたします。"},
|
||||
{ id: "1", title: "高級車での移動", content: "移動中も快適なラグジュアリー車両で、ストレスフリーな移動を実現。" },
|
||||
{ id: "2", title: "優先入場・特別アクセス", content: "バイロンベイやクリスタルキャッスルなど、人気スポットへ特別に案内。" },
|
||||
{ id: "3", title: "オーダーメイドダイニング", content: "現地の美食を堪能する、特別なテーブルをセッティングいたします。" },
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-photo/happy-girl-spends-time-home-cozy-interior_1321-1712.jpg"
|
||||
mediaAnimation="slide-up"
|
||||
@@ -109,15 +95,9 @@ export default function LandingPage() {
|
||||
gridVariant="uniform-all-items-equal"
|
||||
useInvertedBackground={false}
|
||||
metrics={[
|
||||
{
|
||||
id: "1", value: "100%", title: "満足度", description: "お客様からの高い評価", icon: Award,
|
||||
},
|
||||
{
|
||||
id: "2", value: "14+", title: "高評価レビュー", description: "心からの感謝の声", icon: Star,
|
||||
},
|
||||
{
|
||||
id: "3", value: "オーダー", title: "メイド体験", description: "唯一無二の思い出", icon: Heart,
|
||||
},
|
||||
{ id: "1", value: "100%", title: "満足度", description: "お客様からの高い評価", icon: Award },
|
||||
{ id: "2", value: "14+", title: "高評価レビュー", description: "心からの感謝の声", icon: Star },
|
||||
{ id: "3", value: "オーダー", title: "メイド体験", description: "唯一無二の思い出", icon: Heart },
|
||||
]}
|
||||
title="信頼の実績"
|
||||
description="多くのお客様に選ばれ続けています。"
|
||||
@@ -130,21 +110,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
testimonials={[
|
||||
{
|
||||
id: "1", name: "匿名希望", handle: "会社役員", testimonial: "Cocoさんのガイドは特別です。ゴールドコーストでの一日が、私の一生の宝物になりました。", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/happy-workmates-enjoying-sunny-day_23-2147562042.jpg"},
|
||||
{
|
||||
id: "2", name: "佐藤様", handle: "医師", testimonial: "細やかな気遣いに感動しました。家族全員が安心して最高の時間を過ごせました。", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg"},
|
||||
{
|
||||
id: "3", name: "田中様", handle: "経営者", testimonial: "これほど洗練されたツアーは初めて。次回も必ずお願いします。", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-sucsessful-business-woman-posing-outdoor-wavy-hairs-white-elegant-jacket_273443-3216.jpg"},
|
||||
{
|
||||
id: "4", name: "鈴木様", handle: "弁護士", testimonial: "忘れられない素晴らしい景色とガイドに感謝しています。", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/expressive-senior-female-posing-indoor_344912-1297.jpg"},
|
||||
{
|
||||
id: "5", name: "伊藤様", handle: "会社経営", testimonial: "すべてがプロフェッショナルで、心地よいツアーでした。", rating: 5,
|
||||
imageSrc: "http://img.b2bpic.net/free-photo/smiling-man-looking-woman-field_107420-9737.jpg"},
|
||||
{ id: "1", name: "匿名希望", handle: "会社役員", testimonial: "Cocoさんのガイドは特別です。ゴールドコーストでの一日が、私の一生の宝物になりました。", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/happy-workmates-enjoying-sunny-day_23-2147562042.jpg" },
|
||||
{ id: "2", name: "佐藤様", handle: "医師", testimonial: "細やかな気遣いに感動しました。家族全員が安心して最高の時間を過ごせました。", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/blond-businessman-surprised-expression_1194-3809.jpg" },
|
||||
{ id: "3", name: "田中様", handle: "経営者", testimonial: "これほど洗練されたツアーは初めて。次回も必ずお願いします。", rating: 5, imageSrc: "http://img.b2bpic.net/free-photo/close-up-portrait-attractive-sucsessful-business-woman-posing-outdoor-wavy-hairs-white-elegant-jacket_273443-3216.jpg" },
|
||||
]}
|
||||
showRating={true}
|
||||
title="お客様の声"
|
||||
@@ -157,12 +125,9 @@ export default function LandingPage() {
|
||||
textboxLayout="split"
|
||||
useInvertedBackground={false}
|
||||
faqs={[
|
||||
{
|
||||
id: "1", title: "当日予約は可能ですか?", content: "基本的には事前予約をお願いしておりますが、空き状況次第で対応可能です。"},
|
||||
{
|
||||
id: "2", title: "言語は日本語のみですか?", content: "日本語でのフルサポートが可能です。英語圏のガイドに慣れていない方も安心です。"},
|
||||
{
|
||||
id: "3", title: "キャンセル規定はどうなっていますか?", content: "詳細な規定は、ご予約の際にお渡しする書類にてご確認いただけます。"},
|
||||
{ id: "1", title: "当日予約は可能ですか?", content: "基本的には事前予約をお願いしておりますが、空き状況次第で対応可能です。" },
|
||||
{ id: "2", title: "言語は日本語のみですか?", content: "日本語でのフルサポートが可能です。英語圏のガイドに慣れていない方も安心です。" },
|
||||
{ id: "3", title: "キャンセル規定はどうなっていますか?", content: "詳細な規定は、ご予約の際にお渡しする書類にてご確認いただけます。" },
|
||||
]}
|
||||
title="よくあるご質問"
|
||||
description="ご不明な点は、お気軽にお問い合わせください。"
|
||||
@@ -173,8 +138,7 @@ export default function LandingPage() {
|
||||
<div id="contact" data-section="contact">
|
||||
<ContactSplit
|
||||
useInvertedBackground={false}
|
||||
background={{
|
||||
variant: "gradient-bars"}}
|
||||
background={{ variant: "gradient-bars" }}
|
||||
tag="お問い合わせ"
|
||||
title="特別なプランのご相談・ご予約"
|
||||
description="あなただけのために、最高の旅をご提案します。まずは以下のフォームまたはお電話にてお気軽にご相談ください。"
|
||||
@@ -188,34 +152,9 @@ export default function LandingPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Cocoridge Gold Coast"
|
||||
columns={[
|
||||
{
|
||||
title: "サイトマップ", items: [
|
||||
{
|
||||
label: "ホーム", href: "/"},
|
||||
{
|
||||
label: "ツアーについて", href: "/#about"},
|
||||
{
|
||||
label: "商品一覧", href: "/products"},
|
||||
{
|
||||
label: "お問い合わせ", href: "/#contact"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "SNS・リンク", items: [
|
||||
{
|
||||
label: "Instagram", href: "https://instagram.com"},
|
||||
{
|
||||
label: "Google Maps", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "その他", items: [
|
||||
{
|
||||
label: "プライバシーポリシー", href: "#"},
|
||||
{
|
||||
label: "利用規約", href: "#"},
|
||||
],
|
||||
},
|
||||
{ title: "サイトマップ", items: [{ label: "ホーム", href: "/" }, { label: "ツアーについて", href: "/#about" }, { label: "商品一覧", href: "/products" }, { label: "お問い合わせ", href: "/#contact" }] },
|
||||
{ title: "SNS・リンク", items: [{ label: "Instagram", href: "https://instagram.com" }, { label: "Google Maps", href: "#" }] },
|
||||
{ title: "その他", items: [{ label: "プライバシーポリシー", href: "#" }, { label: "利用規約", href: "#" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Cocoridge Gold Coast. All rights reserved."
|
||||
/>
|
||||
|
||||
@@ -3,7 +3,7 @@
|
||||
import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider";
|
||||
import ReactLenis from "lenis/react";
|
||||
import NavbarStyleCentered from '@/components/navbar/NavbarStyleCentered/NavbarStyleCentered';
|
||||
import ProductCardOne from '@/components/sections/product/ProductCardOne';
|
||||
import ProductCardFour from '@/components/sections/product/ProductCardFour';
|
||||
import FooterBaseCard from '@/components/sections/footer/FooterBaseCard';
|
||||
|
||||
export default function ProductsPage() {
|
||||
@@ -36,17 +36,24 @@ export default function ProductsPage() {
|
||||
</div>
|
||||
|
||||
<div id="products" data-section="products" className="py-20">
|
||||
<ProductCardOne
|
||||
title="厳選プロダクト"
|
||||
description="ゴールドコーストの魅力を凝縮した特別なアイテムをお届けします。"
|
||||
gridVariant="uniform-all-items-equal"
|
||||
<ProductCardFour
|
||||
title="プライベートツアー一覧"
|
||||
description="心ゆくまでゴールドコーストを楽しむ、贅沢なオーダーメイド体験"
|
||||
gridVariant="three-columns-all-equal-width"
|
||||
animationType="slide-up"
|
||||
textboxLayout="default"
|
||||
useInvertedBackground={false}
|
||||
products={[
|
||||
{ id: "1", name: "ラグジュアリー・トラベルキット", price: "$150", imageSrc: "http://img.b2bpic.net/free-photo/travel-set-with-essentials_23-2148941126.jpg" },
|
||||
{ id: "2", name: "特製ゴールドコースト・ギフトセット", price: "$250", imageSrc: "http://img.b2bpic.net/free-photo/gift-box-with-ribbon_23-2148568134.jpg" },
|
||||
{ id: "3", name: "専属ガイド・体験チケット", price: "$500", imageSrc: "http://img.b2bpic.net/free-photo/happy-couple-beach_23-2147562042.jpg" },
|
||||
{ id: "1", name: "7時間 ゴールドコーストツアー (Tweed River/Natural Bridge)", price: "お問い合わせ", variant: "ツアー", imageSrc: "http://img.b2bpic.net/free-photo/river-view_23-2148941126.jpg" },
|
||||
{ id: "2", name: "ブリスベン到着グルメツアー (Sirromet Winery)", price: "お問い合わせ", variant: "グルメ", imageSrc: "http://img.b2bpic.net/free-photo/winery-view_23-2148568134.jpg" },
|
||||
{ id: "3", name: "ブリスベン空港/カランビン自然保護区ツアー", price: "お問い合わせ", variant: "動物・自然", imageSrc: "http://img.b2bpic.net/free-photo/animal-sanctuary_23-2147562042.jpg" },
|
||||
{ id: "4", name: "6時間 ブリスベン・ミニツアー", price: "お問い合わせ", variant: "市内観光", imageSrc: "http://img.b2bpic.net/free-photo/city-tour_23-2148941126.jpg" },
|
||||
{ id: "5", name: "ラミントン国立公園/アルパカ/ワイナリーピクニック", price: "お問い合わせ", variant: "大自然", imageSrc: "http://img.b2bpic.net/free-photo/nature-picnic_23-2148941126.jpg" },
|
||||
{ id: "6", name: "デイツー・グロウワーム & エコサファリ", price: "お問い合わせ", variant: "エコツアー", imageSrc: "http://img.b2bpic.net/free-photo/eco-safari_23-2148941126.jpg" },
|
||||
{ id: "7", name: "バイロンベイ (灯台/The Farm/ティー・ツリーレイク)", price: "お問い合わせ", variant: "リラックス", imageSrc: "http://img.b2bpic.net/free-photo/byron-bay-lighthouse_23-2148941126.jpg" },
|
||||
{ id: "8", name: "バイロンベイ (灯台/The Farm/クリスタルキャッスル)", price: "お問い合わせ", variant: "リラックス", imageSrc: "http://img.b2bpic.net/free-photo/crystal-castle_23-2148941126.jpg" },
|
||||
{ id: "9", name: "マウント・タンボリン・グルメツアー", price: "お問い合わせ", variant: "グルメ", imageSrc: "http://img.b2bpic.net/free-photo/mountain-dining_23-2148941126.jpg" },
|
||||
{ id: "10", name: "カスタムオーダーメイド・プライベートツアー", price: "要相談", variant: "その他", imageSrc: "http://img.b2bpic.net/free-photo/custom-tour_23-2148941126.jpg" },
|
||||
]}
|
||||
/>
|
||||
</div>
|
||||
@@ -55,14 +62,7 @@ export default function ProductsPage() {
|
||||
<FooterBaseCard
|
||||
logoText="Cocoridge Gold Coast"
|
||||
columns={[
|
||||
{
|
||||
title: "サイトマップ", items: [
|
||||
{ label: "ホーム", href: "/" },
|
||||
{ label: "ツアーについて", href: "/#about" },
|
||||
{ label: "商品一覧", href: "/products" },
|
||||
{ label: "お問い合わせ", href: "/#contact" },
|
||||
],
|
||||
},
|
||||
{ title: "サイトマップ", items: [{ label: "ホーム", href: "/" }, { label: "ツアーについて", href: "/#about" }, { label: "商品一覧", href: "/products" }, { label: "お問い合わせ", href: "/#contact" }] },
|
||||
]}
|
||||
copyrightText="© 2025 Cocoridge Gold Coast. All rights reserved."
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user