Update src/app/page.tsx

This commit is contained in:
2026-05-01 03:16:28 +00:00
parent 2f2abf51f8
commit b007099d47

View File

@@ -166,6 +166,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterLogoEmphasis
logoSrc="http://img.b2bpic.net/free-photo/restaurant-logo-minimalist_23-2148716416.jpg"
columns={[
{ items: [
{ label: "Menu", href: "#menu" },
@@ -183,4 +184,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}