diff --git a/src/app/page.tsx b/src/app/page.tsx index 839215d..0e0f9c6 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -30,26 +30,11 @@ export default function LandingPage() {
@@ -120,42 +89,22 @@ export default function LandingPage() { animationType="slide-up" textboxLayout="default" useInvertedBackground={false} - features={[ - { - title: "Skolmat", - description: "Se veckans meny.", - bentoComponent: "reveal-icon", - icon: Utensils, - imageSrc: "http://img.b2bpic.net/free-photo/vertical-shot-young-businesswoman-beige-suit-holding-documents-hands-looking-confident_1258-194070.jpg", - imageAlt: "Vertical shot of young businesswoman in beige suit holding documents in hands looking confident at", - }, - { - title: "Sjukanmälan", - description: "Anmäl frånvaro enkelt.", - bentoComponent: "reveal-icon", - icon: CheckCircle, - imageSrc: "http://img.b2bpic.net/free-photo/primary-school-student-with-backpack-uses-smartphone-sitting-near-school_169016-13707.jpg?_wi=2", - imageAlt: "Vertical shot of young businesswoman in beige suit holding documents in hands looking confident at", - }, - { - title: "Snurran", - description: "Vårt fritidshem.", - bentoComponent: "reveal-icon", - icon: Coffee, - imageSrc: "http://img.b2bpic.net/free-photo/curious-kids-participating-treasure-hunt_23-2149096607.jpg?_wi=2", - imageAlt: "Vertical shot of young businesswoman in beige suit holding documents in hands looking confident at", - }, - { - title: "Kalendarium", - description: "Lovdagar och event.", - bentoComponent: "reveal-icon", - icon: Calendar, - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-boy-playing-skateboard-city-caucasian-kid-riding-penny-board_158595-6231.jpg?_wi=1", - imageAlt: "Vertical shot of young businesswoman in beige suit holding documents in hands looking confident at", - }, - ]} title="Föräldrainformation" description="Snabblänkar och information för en smidig vardag." + features={[ + { + title: "Skolmat", description: "Se veckans meny.", bentoComponent: "reveal-icon", icon: Utensils + }, + { + title: "Sjukanmälan", description: "Anmäl frånvaro enkelt.", bentoComponent: "reveal-icon", icon: CheckCircle + }, + { + title: "Snurran", description: "Vårt fritidshem.", bentoComponent: "reveal-icon", icon: Coffee + }, + { + title: "Kalendarium", description: "Lovdagar och event.", bentoComponent: "reveal-icon", icon: Calendar + }, + ]} /> @@ -168,38 +117,11 @@ export default function LandingPage() { description="Läs om livet i skolan och kommande händelser." blogs={[ { - id: "b1", - category: "Friluftsliv", - title: "Friluftsdag i skogen", - excerpt: "Vi utforskade skogens hemligheter med spännande uppdrag.", - imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kids-playing-outdoors_23-2149265014.jpg", - imageAlt: "children playing forest nature school", - authorName: "Rektor", - authorAvatar: "http://img.b2bpic.net/free-photo/kids-spending-time-together-outdoors-blanket-enjoying-childhood_23-2149614764.jpg", - date: "2024-05-10", - }, + id: "b1", category: "Friluftsliv", title: "Friluftsdag i skogen", excerpt: "Vi utforskade skogens hemligheter med spännande uppdrag.", imageSrc: "http://img.b2bpic.net/free-photo/full-shot-kids-playing-outdoors_23-2149265014.jpg", imageAlt: "children playing forest nature school", authorName: "Rektor", authorAvatar: "http://img.b2bpic.net/free-photo/kids-spending-time-together-outdoors-blanket-enjoying-childhood_23-2149614764.jpg", date: "2024-05-10"}, { - id: "b2", - category: "Tradition", - title: "Nobellunch", - excerpt: "Eleverna blev serverade en festlig trerätterslunch i matsalen.", - imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-reading-book-steps_23-2147666901.jpg", - imageAlt: "yellow historic wooden school building sweden", - authorName: "Matsalsansvarig", - authorAvatar: "http://img.b2bpic.net/free-photo/kids-having-their-hands-dirty-after-planting_23-2149002811.jpg", - date: "2024-04-20", - }, + id: "b2", category: "Tradition", title: "Nobellunch", excerpt: "Eleverna blev serverade en festlig trerätterslunch i matsalen.", imageSrc: "http://img.b2bpic.net/free-photo/schoolgirl-reading-book-steps_23-2147666901.jpg", imageAlt: "yellow historic wooden school building sweden", authorName: "Matsalsansvarig", authorAvatar: "http://img.b2bpic.net/free-photo/kids-having-their-hands-dirty-after-planting_23-2149002811.jpg", date: "2024-04-20"}, { - id: "b3", - category: "Information", - title: "Information från rektor", - excerpt: "Viktiga datum inför nästa termin.", - imageSrc: "http://img.b2bpic.net/free-photo/happy-young-boy-playing-skateboard-city-caucasian-kid-riding-penny-board_158595-6231.jpg?_wi=2", - imageAlt: "friendly school building exterior entrance", - authorName: "Rektor", - authorAvatar: "http://img.b2bpic.net/free-photo/kids-spending-time-together-outdoors-blanket-enjoying-childhood_23-2149614766.jpg", - date: "2024-04-05", - }, + id: "b3", category: "Information", title: "Information från rektor", excerpt: "Viktiga datum inför nästa termin.", imageSrc: "http://img.b2bpic.net/free-photo/happy-young-boy-playing-skateboard-city-caucasian-kid-riding-penny-board_158595-6231.jpg", imageAlt: "friendly school building exterior entrance", authorName: "Rektor", authorAvatar: "http://img.b2bpic.net/free-photo/kids-spending-time-together-outdoors-blanket-enjoying-childhood_23-2149614766.jpg", date: "2024-04-05"}, ]} /> @@ -208,21 +130,9 @@ export default function LandingPage() {