Update src/app/page.tsx

This commit is contained in:
2026-05-10 13:06:01 +00:00
parent f820b1f3aa
commit 577627d4d9

View File

@@ -156,6 +156,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBase
logoText="BawangEksport"
copyrightText="© 2025 | Hotel FortunaGrande Seturan Yogyakarta by FOSIA, Jl. Seturan Raya Gg. Puluhdadi, Kledokan, Caturtunggal, Kec. Depok, Kabupaten Sleman, Daerah Istimewa Yogyakarta 55281"
columns={[
{ title: "Navigasi", items: [{ label: "Home", href: "#hero" }, { label: "Tentang", href: "#about" }] },
{ title: "Kontak", items: [{ label: "WhatsApp", href: "#contact" }] },
@@ -165,4 +166,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}