Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions src/constants/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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.",
Expand All @@ -294,4 +294,4 @@ const experiences: Experience[] = [
];
const testimonials: Testimonial[] = [];

export { services, technologies, experiences, testimonials, projects };
export { services, technologies, experiences, testimonials, projects };
Loading