5 Commits

Author SHA1 Message Date
577627d4d9 Update src/app/page.tsx 2026-05-10 13:06:01 +00:00
f820b1f3aa Merge version_2 into main
Merge version_2 into main
2026-05-10 13:05:10 +00:00
b1bc4c97eb Merge version_2 into main
Merge version_2 into main
2026-05-10 13:04:43 +00:00
41ba8e0c9d Merge version_2 into main
Merge version_2 into main
2026-05-10 13:04:14 +00:00
41b9efd119 Merge version_2 into main
Merge version_2 into main
2026-05-10 13:03:44 +00:00

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>
);
}
}