Merge version_1_1781938610563 into main #1

Merged
bender merged 2 commits from version_1_1781938610563 into main 2026-06-20 06:57:58 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "Home",
"href": "#"
"name": "Home", "href": "#"
},
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Programs",
"href": "#programs"
"name": "Programs", "href": "#programs"
},
{
"name": "Testimonials",
"href": "#testimonials"
"name": "Testimonials", "href": "#testimonials"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Faq",
"href": "#faq"
"name": "Faq", "href": "#faq"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Daarul Multazam"
logoImageSrc="http://img.b2bpic.net/free-vector/rc-logo-monogram-design_23-2151060583.jpg"
ctaButton={{
text: "Enroll Now",
href: "#contact",
}}
text: "Enroll Now", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -57,67 +49,42 @@ export default function Layout() {
brand="Daarul Multazam"
columns={[
{
title: "Programs",
items: [
title: "Programs", items: [
{
label: "Foundation",
href: "#",
},
label: "Foundation", href: "#"},
{
label: "Advanced Tahfidz",
href: "#",
},
label: "Advanced Tahfidz", href: "#"},
{
label: "Integrated Studies",
href: "#",
},
label: "Integrated Studies", href: "#"},
],
},
{
title: "About Us",
items: [
title: "About Us", items: [
{
label: "Our History",
href: "#",
},
label: "Our History", href: "#"},
{
label: "Our Vision",
href: "#",
},
label: "Our Vision", href: "#"},
{
label: "Leadership",
href: "#",
},
label: "Leadership", href: "#"},
],
},
{
title: "Connect",
items: [
title: "Connect", items: [
{
label: "Contact",
href: "#",
},
label: "Contact", href: "#"},
{
label: "Enrollment",
href: "#",
},
label: "Enrollment", href: "#"},
{
label: "FAQs",
href: "#",
},
label: "FAQs", href: "#"},
],
},
]}
copyright="© 2024 Daarul Multazam. All rights reserved."
links={[
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Service",
href: "#",
},
label: "Terms of Service", href: "#"},
]}
/>
</SectionErrorBoundary>