Skip to content

Commit 540de06

Browse files
Merge pull request #156 from Satyam-Trivedi-ZS/Reviews
fixed the bottom space
2 parents 25244ea + 533e4a0 commit 540de06

File tree

2 files changed

+10
-9
lines changed

2 files changed

+10
-9
lines changed

src/components/HomePage.jsx

Lines changed: 9 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -44,15 +44,16 @@ export function HomePage() {
4444
description="GoFr catches panics and automatically recovers to maintain continuous availability of your server."
4545
icon="crash"
4646
/>
47+
<Image
48+
className="absolute opacity-25 mt-80"
49+
src={blurCyanImage}
50+
alt=""
51+
width={'h-44'}
52+
unoptimized
53+
priority
54+
/>
4755
</div>
48-
<Image
49-
className="absolute opacity-25"
50-
src={blurCyanImage}
51-
alt=""
52-
width={'h-44'}
53-
unoptimized
54-
priority
55-
/>
56+
5657
<DBlistComponent />
5758
{/*<div className="mx-4 flex flex-col {{ sm:flex-col xs:flex-col md:flex-row lg:flex-row }} gap-x-8 overflow-y-auto pb-10 gap-y-16 lg:mx-8 xl:mx-12 xl:gap-x-16">*/}
5859
{/* <Testimonials />*/}

src/components/Reviews.jsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import testimonials from 'utils/testimonials.json'
55

66
export default function Testimonials() {
77
return (
8-
<div className="mx-10 min-h-screen bg-[#101827]">
8+
<div className="mx-10 bg-[#101827]">
99
{/*<h2 className="text-center text-lg font-semibold leading-8 text-white mb-10">*/}
1010
{/* User Testimonials*/}
1111
{/*</h2>*/}

0 commit comments

Comments
 (0)