diff --git a/src/components/Layout.tsx b/src/components/Layout.tsx
index 0605aa9..6d44320 100644
--- a/src/components/Layout.tsx
+++ b/src/components/Layout.tsx
@@ -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() {
@@ -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"
/>