Skip to content

Commit

Permalink
hgd
Browse files Browse the repository at this point in the history
  • Loading branch information
neerajrekwar committed Aug 11, 2024
1 parent 9f2fb2d commit 4d8680d
Show file tree
Hide file tree
Showing 3 changed files with 168 additions and 3 deletions.
3 changes: 1 addition & 2 deletions app/components/BusinessCatalog.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,7 @@ const BusinessCatalog = () => {
className="grid border grid-cols-2 sm:flew-wrap md:flex text-four justify-around items-center">
{stats.map((stat) => (
<motion.div
key={stat.label}
variants={item}

className="text-center m-4 p-4 shadow-md rounded-lg"
whileInView={{ opacity: 1 }}
initial={{ opacity: 0 }}
Expand Down
166 changes: 165 additions & 1 deletion package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@
"axios": "^1.7.2",
"class-variance-authority": "^0.7.0",
"clsx": "^2.1.1",
"css-loader": "^7.1.2",
"date-fns": "^3.6.0",
"framer-motion": "^11.3.24",
"framer-motion-3d": "^11.2.0",
Expand All @@ -40,6 +41,7 @@
"next-themes": "^0.3.0",
"node-fetch": "^3.3.2",
"popmotion": "^11.0.5",
"postcss-loader": "^8.1.1",
"qss": "^3.0.0",
"react": "^18.3.1",
"react-dom": "^18.3.1",
Expand Down

0 comments on commit 4d8680d

Please sign in to comment.