Merge version_1 into main #1

Merged
bender merged 1 commits from version_1 into main 2026-04-24 09:15:53 +00:00

View File

@@ -30,17 +30,11 @@ export default function LandingPage() {
<NavbarLayoutFloatingOverlay
navItems={[
{
name: "Home",
id: "/",
},
name: "Home", id: "/"},
{
name: "Guide",
id: "/guide",
},
name: "Guide", id: "/guide"},
{
name: "Articles",
id: "/articles",
},
name: "Articles", id: "/articles"},
]}
brandName="PKM"
/>
@@ -52,9 +46,7 @@ export default function LandingPage() {
description="Facilitating student potential to develop and apply knowledge and technology for the Indonesian community."
buttons={[
{
text: "Explore Schemes",
href: "#schemes",
},
text: "Explore Schemes", href: "#schemes"},
]}
imageSrc="http://img.b2bpic.net/free-photo/portrait-girl-paying-attention-online-class_23-2148779858.jpg"
imageAlt="digital student workspace"
@@ -69,47 +61,17 @@ export default function LandingPage() {
useInvertedBackground={false}
products={[
{
id: "1",
name: "PKM-R",
price: "Research",
variant: "Scientific",
imageSrc: "http://img.b2bpic.net/free-photo/close-up-glasses-laptop-dark_169016-14887.jpg",
},
id: "1", name: "PKM-R", price: "Research", variant: "Scientific", imageSrc: "http://img.b2bpic.net/free-photo/close-up-glasses-laptop-dark_169016-14887.jpg"},
{
id: "2",
name: "PKM-K",
price: "Entrepreneurship",
variant: "Business",
imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139166.jpg",
},
id: "2", name: "PKM-K", price: "Entrepreneurship", variant: "Business", imageSrc: "http://img.b2bpic.net/free-photo/blurred-night-lights_23-2148139166.jpg"},
{
id: "3",
name: "PKM-PM",
price: "Community",
variant: "Service",
imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-background-with-connecting-dots-lines_1048-5771.jpg",
},
id: "3", name: "PKM-PM", price: "Community", variant: "Service", imageSrc: "http://img.b2bpic.net/free-photo/abstract-techno-background-with-connecting-dots-lines_1048-5771.jpg"},
{
id: "4",
name: "PKM-KC",
price: "Karsa Cipta",
variant: "Innovation",
imageSrc: "http://img.b2bpic.net/free-photo/molybdenum-chemical-element-sign-with-atomic-number-atomic-weight-periodic-table-element_559531-11972.jpg",
},
id: "4", name: "PKM-KC", price: "Karsa Cipta", variant: "Innovation", imageSrc: "http://img.b2bpic.net/free-photo/molybdenum-chemical-element-sign-with-atomic-number-atomic-weight-periodic-table-element_559531-11972.jpg"},
{
id: "5",
name: "PKM-PI",
price: "IPTEK",
variant: "Technology",
imageSrc: "http://img.b2bpic.net/free-photo/3d-cinema-glasses-isolated-white-background_23-2148188109.jpg",
},
id: "5", name: "PKM-PI", price: "IPTEK", variant: "Technology", imageSrc: "http://img.b2bpic.net/free-photo/3d-cinema-glasses-isolated-white-background_23-2148188109.jpg"},
{
id: "6",
name: "PKM-VGK",
price: "Constructive",
variant: "Visual",
imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301594.jpg",
},
id: "6", name: "PKM-VGK", price: "Constructive", variant: "Visual", imageSrc: "http://img.b2bpic.net/free-photo/optical-fiber-background_23-2149301594.jpg"},
]}
title="PKM Schemes"
description="Diverse creative programs tailored for your innovation journey."
@@ -136,20 +98,11 @@ export default function LandingPage() {
tag="Statistics"
metrics={[
{
id: "m1",
value: "10,000+",
description: "Student Proposals",
},
id: "m1", value: "10,000+", description: "Student Proposals"},
{
id: "m2",
value: "500+",
description: "Universities Involved",
},
id: "m2", value: "500+", description: "Universities Involved"},
{
id: "m3",
value: "1,200",
description: "Funded Projects",
},
id: "m3", value: "1,200", description: "Funded Projects"},
]}
metricsAnimation="slide-up"
/>
@@ -161,6 +114,8 @@ export default function LandingPage() {
textboxLayout="default"
gridVariant="uniform-all-items-equal"
useInvertedBackground={false}
title="Featured Resources"
description="Explore our curated collection of essential PKM tools and guidelines for students."
/>
</div>
@@ -168,13 +123,9 @@ export default function LandingPage() {
<FooterLogoReveal
logoText="PKM Indonesia"
leftLink={{
text: "Terms",
href: "#",
}}
text: "Terms", href: "#"}}
rightLink={{
text: "Contact Us",
href: "#",
}}
text: "Contact Us", href: "#"}}
/>
</div>
</ReactLenis>