From b68e77f88cc25521954c1a02f2153e52fac44b9d Mon Sep 17 00:00:00 2001 From: Abubakara Nadafa <104344646+spexzee@users.noreply.github.com> Date: Wed, 28 Jan 2026 21:19:48 +0530 Subject: [PATCH] Update job date to reflect current position --- src/constants/index.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/constants/index.ts b/src/constants/index.ts index 8c76ce3..bacc7e1 100644 --- a/src/constants/index.ts +++ b/src/constants/index.ts @@ -280,7 +280,7 @@ const experiences: Experience[] = [ company_name: "Ornate Interior Decor", icon: reactjs, iconBg: "#383E56", - date: "September 2024 - Present", + date: "September 2023 - Present", points: [ "Designed and maintained company and client projects using React.js, TypeScript, and Next.js, enhancing user experience, accessibility, and SEO performance.", "Contributed most of production code after joining, driving development of new features and functionality.", @@ -294,4 +294,4 @@ const experiences: Experience[] = [ ]; const testimonials: Testimonial[] = []; -export { services, technologies, experiences, testimonials, projects }; \ No newline at end of file +export { services, technologies, experiences, testimonials, projects };