Merge version_4 into main #5

Merged
bender merged 3 commits from version_4 into main 2026-05-30 21:17:51 +00:00
Showing only changes of commit 18cea7bb04 - Show all commits

View File

@@ -7,6 +7,17 @@ import ContactForm from '@/components/form/ContactForm';
import { Lock, Lightbulb, MessageSquare, ShoppingCart, Users, UploadCloud, Gauge, User } from "lucide-react";
export default function LoginPage() {
const navItems = [
{ name: "Home", id: "/" },
{ name: "About", id: "#about" },
{ name: "Features", id: "#features" },
{ name: "Marketplace", id: "#marketplace" },
{ name: "Testimonials", id: "#testimonials" },
{ name: "FAQ", id: "#faq" },
{ name: "Contact", id: "#contact" },
{ name: "Admin", id: "/admin" }
];
return (
<ThemeProvider
defaultButtonVariant="hover-bubble"
@@ -23,29 +34,7 @@ export default function LoginPage() {
<ReactLenis root>
<div id="nav" data-section="nav">
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home", id: "#home"
},
{
name: "About", id: "#about"
},
{
name: "Features", id: "#features"
},
{
name: "Marketplace", id: "#marketplace"
},
{
name: "Testimonials", id: "#testimonials"
},
{
name: "FAQ", id: "#faq"
},
{
name: "Contact", id: "#contact"
},
]}
navItems={navItems}
logoSrc="https://webuild-dev.s3.eu-north-1.amazonaws.com/default/no-image.jpg?id=uhrrci"
logoAlt="Heritage Hub Logo"
brandName="Heritage Hub"