Merge version_1_1781349785970 into main #1

Merged
bender merged 2 commits from version_1_1781349785970 into main 2026-06-13 11:24:26 +00:00

View File

@@ -8,32 +8,25 @@ import { StyleProvider } from "@/components/ui/StyleProvider";
export default function Layout() {
const navItems = [
{
"name": "About",
"href": "#about"
"name": "About", "href": "#about"
},
{
"name": "Programs",
"href": "#features"
"name": "Programs", "href": "#features"
},
{
"name": "Admission",
"href": "#contact"
"name": "Admission", "href": "#contact"
},
{
"name": "Hero",
"href": "#hero"
"name": "Hero", "href": "#hero"
},
{
"name": "Metrics",
"href": "#metrics"
"name": "Metrics", "href": "#metrics"
},
{
"name": "Pricing",
"href": "#pricing"
"name": "Pricing", "href": "#pricing"
},
{
"name": "Team",
"href": "#team"
"name": "Team", "href": "#team"
}
];
@@ -43,10 +36,9 @@ export default function Layout() {
<SectionErrorBoundary name="navbar">
<NavbarFloatingLogo
logo="Sarvodaya Public School"
logoImageSrc="https://images.pexels.com/photos/14700189/pexels-photo-14700189.jpeg?auto=compress&cs=tinysrgb&h=650&w=940"
ctaButton={{
text: "Apply Now",
href: "#contact",
}}
text: "Apply Now", href: "#contact"}}
navItems={navItems} />
</SectionErrorBoundary>
<main className="flex-grow">
@@ -59,45 +51,29 @@ export default function Layout() {
{
items: [
{
label: "About Us",
href: "#about",
},
label: "About Us", href: "#about"},
{
label: "Programs",
href: "#features",
},
label: "Programs", href: "#features"},
{
label: "Careers",
href: "#",
},
label: "Careers", href: "#"},
],
},
{
items: [
{
label: "Admissions",
href: "#contact",
},
label: "Admissions", href: "#contact"},
{
label: "FAQ",
href: "#",
},
label: "FAQ", href: "#"},
{
label: "Contact",
href: "#contact",
},
label: "Contact", href: "#contact"},
],
},
{
items: [
{
label: "Privacy Policy",
href: "#",
},
label: "Privacy Policy", href: "#"},
{
label: "Terms of Use",
href: "#",
},
label: "Terms of Use", href: "#"},
],
},
]}