Update src/app/page.tsx

This commit is contained in:
2026-05-07 12:12:20 +00:00
parent d4e6ca6ee2
commit 9058be5dac

View File

@@ -166,12 +166,14 @@ export default function LandingPage() {
background={{ variant: "sparkles-gradient" }}
text="ガルリで特別なひとときを。ご予約・お問い合わせはお気軽に。"
buttons={[{ text: "予約サイトへ", href: "#" }]}
className="bg-[url('https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOTNQEdrOreEVMkbEvCfUCUnLF/uploaded-1778155687665-z1y5a2b3.jpg')] bg-cover bg-center"
/>
</div>
<div id="footer" data-section="footer">
<FooterBaseCard
logoText="Galerie"
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3DOTNQEdrOreEVMkbEvCfUCUnLF/uploaded-1778155687666-x9j4k2m1.jpg"
columns={[
{ title: "Links", items: [{ label: "Top", href: "#hero" }, { label: "Concept", href: "#about" }] },
{ title: "Support", items: [{ label: "Reserve", href: "#contact" }, { label: "Privacy", href: "#" }] }
@@ -181,4 +183,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}