From fc7cfa441d23bcb4510430b99ac4d35426c90f4e Mon Sep 17 00:00:00 2001 From: bender Date: Fri, 24 Apr 2026 09:15:47 +0000 Subject: [PATCH] Update src/app/page.tsx --- src/app/page.tsx | 83 ++++++++++-------------------------------------- 1 file changed, 17 insertions(+), 66 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 140d544..40b3c90 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,17 +30,11 @@ export default function LandingPage() { @@ -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." /> @@ -168,13 +123,9 @@ export default function LandingPage() { -- 2.49.1