Update src/app/page.tsx

This commit is contained in:
2026-04-29 10:31:55 +00:00
parent c115c6a10a
commit 7db65aa1fa

View File

@@ -144,6 +144,7 @@ export default function LandingPage() {
<div id="footer" data-section="footer">
<FooterBaseReveal
logoText="Karmel POS"
logoSrc="https://assets.b2bpic.net/karmel-logo.png"
columns={[
{ title: "Product", items: [{ label: "Features", href: "#features" }] },
]}
@@ -152,4 +153,4 @@ export default function LandingPage() {
</ReactLenis>
</ThemeProvider>
);
}
}