Update src/app/page.tsx

This commit is contained in:
2026-03-09 10:02:25 +00:00
parent 828cf0b0a1
commit 5cd6aabb1c

View File

@@ -28,6 +28,7 @@ export default function LandingPage() {
<div id="nav" data-section="nav">
<NavbarLayoutFloatingInline
brandName="TSN MART"
brandLogo="https://webuild-dev.s3.eu-north-1.amazonaws.com/users/user_3AhehkLEzp2yhQFPXMbmPaTb0Co/uploaded-1773050512214-rbfniui0.png"
navItems={[
{ name: "Products", id: "products" },
{ name: "About", id: "about" },
@@ -225,4 +226,4 @@ export default function LandingPage() {
</div>
</ThemeProvider>
);
}
}