Merge version_4 into main #4

Merged
bender merged 1 commits from version_4 into main 2026-05-12 07:54:43 +00:00

View File

@@ -125,7 +125,7 @@ export default function LandingPage() {
/>
</div>
<div id="news" data-section="news">
<div id="news" data-section="news" className="py-16 md:py-24">
<BlogCardOne
animationType="slide-up"
textboxLayout="split"
@@ -139,7 +139,7 @@ export default function LandingPage() {
/>
</div>
<div id="reservation" data-section="reservation">
<div id="reservation" data-section="reservation" className="py-16 md:py-24">
<ContactSplitForm
useInvertedBackground={false}
title="ご予約・お問い合わせ"
@@ -154,7 +154,7 @@ export default function LandingPage() {
/>
</div>
<div id="footer" data-section="footer">
<div id="footer" data-section="footer" className="py-12 md:py-16 border-t">
<FooterLogoReveal
logoText="Ran Cyon"
leftLink={{ text: "八王子駅からのアクセス", href: "#" }}
@@ -164,4 +164,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}