+
diff --git a/src/data/projects.tsx b/src/data/projects.tsx
index aa78798..88a739b 100644
--- a/src/data/projects.tsx
+++ b/src/data/projects.tsx
@@ -21,7 +21,7 @@ const projects: Project[] = [
description: "Paywall system for online publications",
date: "2024-08-01",
links: {
- homepage: "https://www.mathereconomics.com/sophi-dynamic-paywall-engine",
+ homepage: "https://mathereconomics.com/sophi-paywall",
},
tools: [
"AWS",
@@ -36,6 +36,21 @@ const projects: Project[] = [
roles: ["engineer", "manager"],
group: 0,
},
+ {
+ id: "aws-lambda-templates",
+ name: "AWS Lambda Templates",
+ description:
+ "Production-ready AWS Lambda templates for Python to help you get started with serverless applications in no time",
+ date: "2024-12-21",
+ links: {
+ homepage: "https://amrabed.com/aws-lambda-templates",
+ github: "amrabed/aws-lambda-templates",
+ },
+ tools: ["Python", "aws", "ai"],
+ tags: ["Programming", "DevOps"],
+ roles: ["engineer"],
+ group: 0,
+ },
{
id: "python-project-template",
name: "Python Project Template",
@@ -46,7 +61,7 @@ const projects: Project[] = [
homepage: "https://amrabed.com/python-project-template",
github: "amrabed/python-project-template",
},
- tools: ["Python", "Docker", "bash"],
+ tools: ["Python", "Docker"],
tags: ["Programming", "DevOps"],
roles: ["engineer"],
group: 0,
diff --git a/tailwind.config.ts b/tailwind.config.ts
index cff1f53..90ce69e 100644
--- a/tailwind.config.ts
+++ b/tailwind.config.ts
@@ -1,16 +1,16 @@
import type { Config } from "tailwindcss";
import colors from "tailwindcss/colors";
-import { nextui } from "@nextui-org/react";
+import { heroui } from "@heroui/react";
const config: Config = {
content: [
"./src/**/*.{js,ts,jsx,tsx,mdx}",
- "./node_modules/@nextui-org/theme/dist/**/*.{js,ts,jsx,tsx}",
+ "./node_modules/@heroui/theme/dist/**/*.{js,ts,jsx,tsx}",
],
darkMode: "selector",
plugins: [
- nextui({
+ heroui({
addCommonColors: true,
themes: {
dark: {