diff --git a/src/app/page.tsx b/src/app/page.tsx index 28ac63c..be3876a 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -2,9 +2,9 @@ import { ThemeProvider } from "@/providers/themeProvider/ThemeProvider"; import ReactLenis from "lenis/react"; -import BlogCardOne from '@/components/sections/blog/BlogCardOne'; +import BlogCardThree from '@/components/sections/blog/BlogCardThree'; import ContactSplitForm from '@/components/sections/contact/ContactSplitForm'; -import FooterLogoReveal from '@/components/sections/footer/FooterLogoReveal'; +import FooterBaseReveal from '@/components/sections/footer/FooterBaseReveal'; import HeroBillboard from '@/components/sections/hero/HeroBillboard'; import MetricSplitMediaAbout from '@/components/sections/about/MetricSplitMediaAbout'; import NavbarLayoutFloatingOverlay from '@/components/navbar/NavbarLayoutFloatingOverlay/NavbarLayoutFloatingOverlay'; @@ -33,6 +33,7 @@ export default function LandingPage() { { name: "Home", id: "hero" }, { name: "体験", id: "experience" }, { name: "メニュー", id: "menu" }, + { name: "お知らせ", id: "news" }, { name: "予約", id: "reservation" }, ]} brandName="Ran Cyon" @@ -55,17 +56,8 @@ export default function LandingPage() { { src: "http://img.b2bpic.net/free-photo/diverse-group-friends-their-20s-sitting-outdoor-bar-together-while-checking-social-media-texting-their-smartphones_662251-855.jpg", alt: "Group of friends 1" }, { src: "http://img.b2bpic.net/free-photo/happy-friends-with-pizza-side-view_23-2149872391.jpg", alt: "Group of friends 2" }, { src: "http://img.b2bpic.net/free-photo/osaka-japan-september-1-unidentified-chefs-prepare-takoyaki_1258-87.jpg", alt: "Chefs preparing food" }, - { src: "http://img.b2bpic.net/free-photo/friends-eating-conversating-restaurant_23-2148006709.jpg", alt: "Restaurant atmosphere" }, - { src: "http://img.b2bpic.net/free-photo/high-angle-friends-eating-restaurant_23-2150491774.jpg", alt: "Dining scene" }, ]} avatarText="地元のコミュニティに参加しましょう" - marqueeItems={[ - { type: "text", text: "季節の逸品" }, - { type: "text", text: "新鮮な和牛" }, - { type: "text", text: "温かい雰囲気" }, - { type: "text", text: "八王子ローカル" }, - { type: "text", text: "特製カクテル" }, - ]} /> @@ -107,34 +99,21 @@ export default function LandingPage() { useInvertedBackground={false} testimonials={[ { id: "1", name: "はるか様", handle: "@hachioji_foodie", testimonial: "スタッフさんがとてもフレンドリーで、料理もアートのように美しいです。地元の大好きなお店です!", imageSrc: "http://img.b2bpic.net/free-photo/medium-shot-woman-holding-tray_23-2149149694.jpg" }, - { id: "2", name: "けんじ様", handle: "@kt_eats", testimonial: "レアチーズ豆腐は必食です。居心地が良く、デートにもぴったりです。", imageSrc: "http://img.b2bpic.net/free-photo/person-eating-seaweed-snacks_23-2150520010.jpg" }, - { id: "3", name: "あゆみ様", handle: "@ayu_night", testimonial: "メニューがユニークでドリンクの提供が早いので、女子会に最適です!", imageSrc: "http://img.b2bpic.net/free-photo/hand-pouring-drink-cups-high-angle_23-2149706096.jpg" }, ]} title="お客様の声" description="誕生日会から気軽な飲み会まで、多くの方々に愛されている理由をご紹介します。" /> -
- -
-
-
@@ -143,9 +122,10 @@ export default function LandingPage() { ); -} +} \ No newline at end of file