Skip to content

Commit

Permalink
Merge pull request #104 from 202306-NEA-DZ-FEW/hotfix
Browse files Browse the repository at this point in the history
fix: hotfix
  • Loading branch information
ismail-benlaredj authored Nov 27, 2023
2 parents cee2174 + 594c57c commit dcfef11
Show file tree
Hide file tree
Showing 3 changed files with 30 additions and 28 deletions.
13 changes: 7 additions & 6 deletions package-lock.json

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

1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,7 @@
"dependencies": {
"class-variance-authority": "^0.7.0",
"clsx": "^2.0.0",
"core-js": "^3.33.3",
"date-fns": "^2.30.0",
"eslint-plugin-jest": "^27.4.2",
"firebase": "^10.5.0",
Expand Down
44 changes: 22 additions & 22 deletions src/components/homepage/SecondHeroSec.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -2,93 +2,93 @@ import Image from "next/image";

const SecondHeroSection = ({ children }) => {
return (
<section class='bg-white py-9 mt-4'>
<div class='container max-w-screen-xl mx-auto px-4'>
<div class='flex flex-col lg:flex-row justify-between space-x-16 items-center '>
<div class='flex justify-center lg:w-1/2'>
<section className='bg-white py-9 mt-4'>
<div className='container max-w-screen-xl mx-auto px-4'>
<div className='flex flex-col lg:flex-row justify-between space-x-16 items-center '>
<div className='flex justify-center lg:w-1/2'>
<img
src='/images/home-page/teamwork.jpeg'
alt='Image'
className='rounded-lg shadow-lg max-h-[600px] w-full object-cover object-center'
/>
</div>

<div class='lg:w-1/2'>
<h1 class='font-bold text-lime-900 font-poppins text-xl md:text-4xl mb-20'>
<div className='lg:w-1/2'>
<h1 className='font-bold text-lime-900 font-poppins text-xl md:text-4xl mb-20'>
You can help many people by <br />
Donating
</h1>

<div class='grid grid-cols-1 md:grid-cols-2 md:space-x-20 mb-16'>
<div class='mb-5 md:mb-0'>
<div class='w-20 py-6 flex justify-center bg-info bg-opacity-5 rounded-xl mb-4'>
<div className='grid grid-cols-1 md:grid-cols-2 md:space-x-20 mb-16'>
<div className='mb-5 md:mb-0'>
<div className='w-20 py-6 flex justify-center bg-info bg-opacity-5 rounded-xl mb-4'>
<img
src='/images/home-page/icon4.svg'
alt='icon'
/>
</div>

<h3 class='font-semibold text-gray-900 text-xl md:text-3xl mb-4'>
<h3 className='font-semibold text-gray-900 text-xl md:text-3xl mb-4'>
10000+
</h3>

<p class='font-light text-gray-400 text-md md:text-lg'>
<p className='font-light text-gray-400 text-md md:text-lg'>
Fundraising campaign in <br />
all time
</p>
</div>

<div>
<div class='w-20 py-6 flex justify-center bg-red-500 bg-opacity-5 rounded-xl mb-4'>
<div className='w-20 py-6 flex justify-center bg-red-500 bg-opacity-5 rounded-xl mb-4'>
<img
src='/images/home-page/icon1.svg'
alt='icon'
/>
</div>

<h3 class='font-semibold text-gray-900 text-xl md:text-3xl mb-4'>
<h3 className='font-semibold text-gray-900 text-xl md:text-3xl mb-4'>
+120k items
</h3>

<p class='font-light text-gray-400 text-md md:text-lg'>
<p className='font-light text-gray-400 text-md md:text-lg'>
Raised and counting <br />
donations in all time
</p>
</div>
</div>

<div class='grid grid-cols-1 md:grid-cols-2 md:space-x-20'>
<div class='mb-5 md:mb-0'>
<div class='w-20 py-6 flex justify-center bg-yellow-500 bg-opacity-5 rounded-xl mb-4'>
<div className='grid grid-cols-1 md:grid-cols-2 md:space-x-20'>
<div className='mb-5 md:mb-0'>
<div className='w-20 py-6 flex justify-center bg-yellow-500 bg-opacity-5 rounded-xl mb-4'>
<img
src='/images/home-page/icon2.svg'
alt='icon'
/>
</div>

<h3 class='font-semibold text-gray-900 text-xl md:text-3xl mb-4'>
<h3 className='font-semibold text-gray-900 text-xl md:text-3xl mb-4'>
1200+
</h3>

<p class='font-light text-gray-400 text-md md:text-lg'>
<p className='font-light text-gray-400 text-md md:text-lg'>
Our volunteer around the <br />
world
</p>
</div>

<div>
<div class='w-20 py-6 flex justify-center bg-green-500 bg-opacity-5 rounded-xl mb-4'>
<div className='w-20 py-6 flex justify-center bg-green-500 bg-opacity-5 rounded-xl mb-4'>
<img
src='/images/home-page/icon3.svg'
alt='icon'
/>
</div>

<h3 class='font-semibold text-gray-900 text-xl md:text-3xl mb-4'>
<h3 className='font-semibold text-gray-900 text-xl md:text-3xl mb-4'>
98%
</h3>

<p class='font-light text-gray-400 text-md md:text-lg'>
<p className='font-light text-gray-400 text-md md:text-lg'>
Positive review from <br />
public
</p>
Expand Down

1 comment on commit dcfef11

@vercel
Copy link

@vercel vercel bot commented on dcfef11 Nov 27, 2023

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Please sign in to comment.