Skip to content
Open
Show file tree
Hide file tree
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
45 changes: 42 additions & 3 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion src/Pages/HowItWorks/HowItWorks.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ export default function GalleryFeatures() {


return (
<section className="py-20 bg-gray-50 dark:bg-black transition-colors duration-300">
<section id="about" className="py-20 bg-gray-50 dark:bg-black transition-colors duration-300">
<div className="container mx-auto px-4">
<h2 className="text-4xl font-bold text-center mb-12 text-gray-900 dark:text-white">
Gallery Features
Expand Down
Loading
Loading