From 3cbb3ffe2763de70a579b22a96b245bedcdb0e4b Mon Sep 17 00:00:00 2001 From: bender Date: Sun, 8 Mar 2026 22:35:42 +0000 Subject: [PATCH] Switch to version 1: modified src/app/page.tsx --- src/app/page.tsx | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) diff --git a/src/app/page.tsx b/src/app/page.tsx index 704dad2..fb8a049 100644 --- a/src/app/page.tsx +++ b/src/app/page.tsx @@ -12,7 +12,7 @@ import { Briefcase, Sparkles, Mail, Quote } from "lucide-react"; const navItems = [ { name: "Search Jobs", id: "search" }, { name: "Post a Job", id: "post-job" }, - { name: "Admin", id: "/admin" }, + { name: "Admin", id: "admin-login" }, { name: "Browse", id: "browse" }, { name: "Contact", id: "contact" }, ]; @@ -73,6 +73,7 @@ export default function HomePage() { description="Discover thousands of opportunities across all 12 Dutch provinces. Connect with top employers, build your career, and find the perfect role that matches your skills and ambitions." tag="Dutch Job Market" tagIcon={Briefcase} + tagAnimation="slide-up" background={{ variant: "animated-grid"}} leftCarouselItems={[ @@ -120,6 +121,7 @@ export default function HomePage() { description="A seamless journey from job discovery to successful employment placement across the Netherlands." tag="Simple Process" tagIcon={Sparkles} + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={false} features={[ @@ -158,6 +160,7 @@ export default function HomePage() { description="Hear from job seekers and employers who have found success through Jobee." tag="User Testimonials" tagIcon={Quote} + tagAnimation="slide-up" textboxLayout="default" useInvertedBackground={true} animationType="slide-up" @@ -189,6 +192,7 @@ export default function HomePage() { title="Stay Updated with Job Opportunities" description="Subscribe to our newsletter and get notified about new jobs matching your profile, industry trends, and career tips for the Dutch job market." tagIcon={Mail} + tagAnimation="slide-up" background={{ variant: "animated-grid"}} useInvertedBackground={false} @@ -207,4 +211,4 @@ export default function HomePage() { ); -} +} \ No newline at end of file