From 8ef90538c99b65ed77c1bac7af4a487d57ee005f Mon Sep 17 00:00:00 2001 From: Shubham-Patel07 Date: Sat, 31 Aug 2024 21:24:57 +0530 Subject: [PATCH] Add: parallax effect foundation and work2 :) --- pages/work2/index.js | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 pages/work2/index.js diff --git a/pages/work2/index.js b/pages/work2/index.js new file mode 100644 index 0000000..52ec9f8 --- /dev/null +++ b/pages/work2/index.js @@ -0,0 +1,9 @@ +const work2 = () => { + return( +
+ work2 +
+ ) +} + +export default work2; \ No newline at end of file