2 Commits

Author SHA1 Message Date
49d10f7849 Update src/app/page.tsx 2026-04-27 05:06:58 +00:00
4fb7e46408 Merge version_1 into main
Merge version_1 into main
2026-04-27 04:57:31 +00:00

View File

@@ -42,7 +42,7 @@ export default function LandingPage() {
<div id="hero" data-section="hero">
<HeroLogo
logoText="Risol Lezat"
logoText="Risol Lezat: Renyah di Luar, Lumer di Dalam"
description="Rasakan kelezatan risol crispy dengan isian melimpah yang dibuat dari bahan premium dan resep rahasia keluarga. Pesan sekarang untuk acara spesial Anda!"
buttons={[{ text: "Pesan Sekarang", href: "#contact" }]}
buttonAnimation="slide-up"
@@ -156,4 +156,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}