File tree Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Expand file tree Collapse file tree 2 files changed +10
-9
lines changed Original file line number Diff line number Diff 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 />*/ }
Original file line number Diff line number Diff line change @@ -5,7 +5,7 @@ import testimonials from 'utils/testimonials.json'
55
66export 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>*/ }
You can’t perform that action at this time.
0 commit comments