diff --git a/package-lock.json b/package-lock.json index 706fa11..818ebb1 100644 --- a/package-lock.json +++ b/package-lock.json @@ -33,7 +33,7 @@ "postcss": "^8.4.40", "prettier": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.5", - "tailwindcss": "^3.4.7", + "tailwindcss": "^3.4.14", "typescript": "^5.5.4", "typescript-eslint": "^8.0.0" } @@ -4616,9 +4616,9 @@ } }, "node_modules/tailwindcss": { - "version": "3.4.12", - "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.12.tgz", - "integrity": "sha512-Htf/gHj2+soPb9UayUNci/Ja3d8pTmu9ONTfh4QY8r3MATTZOzmv6UYWF7ZwikEIC8okpfqmGqrmDehua8mF8w==", + "version": "3.4.14", + "resolved": "https://registry.npmjs.org/tailwindcss/-/tailwindcss-3.4.14.tgz", + "integrity": "sha512-IcSvOcTRcUtQQ7ILQL5quRDg7Xs93PdJEk1ZLbhhvJc7uj/OAhYOnruEiwnGgBvUtaUAJ8/mhSw1o8L2jCiENA==", "dev": true, "license": "MIT", "dependencies": { diff --git a/package.json b/package.json index d031f92..66d819c 100644 --- a/package.json +++ b/package.json @@ -37,7 +37,7 @@ "postcss": "^8.4.40", "prettier": "^3.3.3", "prettier-plugin-tailwindcss": "^0.6.5", - "tailwindcss": "^3.4.7", + "tailwindcss": "^3.4.14", "typescript": "^5.5.4", "typescript-eslint": "^8.0.0" } diff --git a/src/components/about/Experience.tsx b/src/components/about/Experience.tsx index d083db4..be7ed86 100644 --- a/src/components/about/Experience.tsx +++ b/src/components/about/Experience.tsx @@ -1,5 +1,30 @@ +import React from "react"; +import Image from "next/image"; +import image1 from "@/public/experience.webp"; + const Experience = () => { - return
Experience
; + return ( +
+ + +
+

+ Are you a pre-health undergraduate student eager to gain +
+ firsthand experience in the{" "} + medical field? +
+ Join UCR HEARTS, a dynamic club dedicated
+ to providing unparalleled opportunities for students +
+ aspiring to enter{" "} + healthcare{" "} + professions. +
+

+
+
+ ); }; export default Experience;