Merge version_1_1782207736550 into main #1
@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
|
||||
export default function Layout() {
|
||||
const navItems = [
|
||||
{
|
||||
"name": "Beranda",
|
||||
"href": "#home"
|
||||
"name": "Beranda", "href": "#home"
|
||||
},
|
||||
{
|
||||
"name": "Suq",
|
||||
"href": "#products"
|
||||
"name": "Suq", "href": "#products"
|
||||
},
|
||||
{
|
||||
"name": "Laundry",
|
||||
"href": "#services"
|
||||
"name": "Laundry", "href": "#services"
|
||||
},
|
||||
{
|
||||
"name": "Dashboard",
|
||||
"href": "#metrics"
|
||||
"name": "Dashboard", "href": "#metrics"
|
||||
},
|
||||
{
|
||||
"name": "Hero",
|
||||
"href": "#hero"
|
||||
"name": "Hero", "href": "#hero"
|
||||
},
|
||||
{
|
||||
"name": "About",
|
||||
"href": "#about"
|
||||
"name": "About", "href": "#about"
|
||||
},
|
||||
{
|
||||
"name": "Pricing",
|
||||
"href": "#pricing"
|
||||
"name": "Pricing", "href": "#pricing"
|
||||
}
|
||||
];
|
||||
|
||||
@@ -43,10 +36,9 @@ export default function Layout() {
|
||||
<SectionErrorBoundary name="navbar">
|
||||
<NavbarFloatingLogo
|
||||
logo="ASA Rizani Mart"
|
||||
logoImageSrc="http://img.b2bpic.net/free-vector/hand-drawn-elegant-tropical-travel-agency-logo-template_742173-18812.jpg"
|
||||
ctaButton={{
|
||||
text: "Masuk",
|
||||
href: "/login",
|
||||
}}
|
||||
text: "Masuk", href: "/login"}}
|
||||
navItems={navItems} />
|
||||
</SectionErrorBoundary>
|
||||
<main className="flex-grow">
|
||||
@@ -57,50 +49,32 @@ export default function Layout() {
|
||||
brand="ASA Rizani Mart"
|
||||
columns={[
|
||||
{
|
||||
title: "Operasional",
|
||||
items: [
|
||||
title: "Operasional", items: [
|
||||
{
|
||||
label: "Suq",
|
||||
href: "#",
|
||||
},
|
||||
label: "Suq", href: "#"},
|
||||
{
|
||||
label: "Laundry",
|
||||
href: "#",
|
||||
},
|
||||
label: "Laundry", href: "#"},
|
||||
{
|
||||
label: "Khazanah",
|
||||
href: "#",
|
||||
},
|
||||
label: "Khazanah", href: "#"},
|
||||
],
|
||||
},
|
||||
{
|
||||
title: "Yayasan",
|
||||
items: [
|
||||
title: "Yayasan", items: [
|
||||
{
|
||||
label: "Profil",
|
||||
href: "#",
|
||||
},
|
||||
label: "Profil", href: "#"},
|
||||
{
|
||||
label: "Lokasi",
|
||||
href: "#",
|
||||
},
|
||||
label: "Lokasi", href: "#"},
|
||||
{
|
||||
label: "Kontak",
|
||||
href: "#",
|
||||
},
|
||||
label: "Kontak", href: "#"},
|
||||
],
|
||||
},
|
||||
]}
|
||||
copyright="© 2026 Yayasan Pendidikan Rizani. Barakallahu fiikum."
|
||||
links={[
|
||||
{
|
||||
label: "Privacy",
|
||||
href: "#",
|
||||
},
|
||||
label: "Privacy", href: "#"},
|
||||
{
|
||||
label: "Terms",
|
||||
href: "#",
|
||||
},
|
||||
label: "Terms", href: "#"},
|
||||
]}
|
||||
imageSrc="http://img.b2bpic.net/free-vector/hand-drawn-elegant-tropical-travel-agency-logo-template_742173-18812.jpg"
|
||||
/>
|
||||
|
||||
Reference in New Issue
Block a user