Merge version_1 into main #2

Merged
bender merged 1 commits from version_1 into main 2026-04-19 02:53:32 +00:00

View File

@@ -26,21 +26,13 @@ export default function LandingPage() {
<NavbarStyleApple
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Contexts",
id: "/contexts",
},
name: "Contexts", id: "/contexts"},
{
name: "About",
id: "/about",
},
name: "About", id: "/about"},
{
name: "References",
id: "/references",
},
name: "References", id: "/references"},
]}
brandName="ECE Portfolio"
/>
@@ -49,32 +41,21 @@ export default function LandingPage() {
<div id="body-contexts" data-section="body-contexts">
<FeatureCardTwentySeven
textboxLayout="split"
animationType="slide-up"
useInvertedBackground={false}
features={[
{
id: "c1",
title: "Economic Contexts",
descriptions: [
"Understanding impact on resources and family access.",
],
imageSrc: "http://img.b2bpic.net/free-vector/creative-social-media-strategy-general-infographic-template_23-2149006565.jpg",
},
id: "c1", title: "Economic Contexts", descriptions: [
"Understanding impact on resources and family access."],
imageSrc: "http://img.b2bpic.net/free-vector/creative-social-media-strategy-general-infographic-template_23-2149006565.jpg"},
{
id: "c2",
title: "Social & Cultural Contexts",
descriptions: [
"Navigating diversity and inclusivity within the EYLF.",
],
imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-sticky-notes-magnifying-glass-school-supplies-plaster-background-high-angle-view_176474-7042.jpg",
},
id: "c2", title: "Social & Cultural Contexts", descriptions: [
"Navigating diversity and inclusivity within the EYLF."],
imageSrc: "http://img.b2bpic.net/free-photo/back-school-concept-with-sticky-notes-magnifying-glass-school-supplies-plaster-background-high-angle-view_176474-7042.jpg"},
{
id: "c3",
title: "Health & Emergency Contexts",
descriptions: [
"Responsive care during vulnerable periods.",
],
imageSrc: "http://img.b2bpic.net/free-photo/executives-looking-new-strategy_1098-1869.jpg",
},
id: "c3", title: "Health & Emergency Contexts", descriptions: [
"Responsive care during vulnerable periods."],
imageSrc: "http://img.b2bpic.net/free-photo/executives-looking-new-strategy_1098-1869.jpg"},
]}
title="Contextual Deep Dive"
description="Exploring 5 major contexts including Economic, Social, Cultural, Health, and Crisis contexts."
@@ -93,25 +74,17 @@ export default function LandingPage() {
logoText="ECE Portfolio"
columns={[
{
title: "Navigation",
items: [
title: "Navigation", items: [
{
label: "Home",
href: "/",
},
label: "Home", href: "/"},
{
label: "About",
href: "/about",
},
label: "About", href: "/about"},
],
},
{
title: "Resources",
items: [
title: "Resources", items: [
{
label: "References",
href: "/references",
},
label: "References", href: "/references"},
],
},
]}